summaryrefslogtreecommitdiff
path: root/taskflow/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix parsing of zookeeper jobboard backend options"Zuul2023-04-192-0/+111
|\
| * Fix parsing of zookeeper jobboard backend optionsGregory Thiemonge2023-01-122-0/+111
* | Merge "Change StrictRedis usage to Redis"Zuul2023-02-171-1/+1
|\ \ | |/ |/|
| * Change StrictRedis usage to RedisTobias Urdin2022-09-291-1/+1
* | Fix test_while_is_not with python 3.115.1.0Gregory Thiemonge2022-12-051-11/+18
* | Merge "Quote string representations"5.0.0Zuul2022-06-134-8/+8
|\ \
| * | Quote string representationsMichael Johnson2022-06-104-8/+8
| |/
* | Remove sixTakashi Kajinami2022-05-1816-100/+61
|/
* Use LOG.warning instead of deprecated LOG.warnTakashi Kajinami2021-11-291-1/+1
* Use unittest.mock instead of mockHervé Beraud2021-04-271-1/+1
* Add sentinel redis supportAnn Taraday2020-08-051-0/+34
* Switch from unittest2 compat methods to Python 3.x methodsmelissaml2020-07-053-49/+49
* Update TaskFlow for networkx 2.xMichael Johnson2019-10-183-27/+26
* Fix code to support networkx > 1.0Michal Arbet2018-07-112-8/+8
* Fix invalid json unit testBen Nemec2018-02-081-1/+5
* Update URLs in documents according to document migrationChangBo Guo(gcb)2017-07-131-1/+1
* Fix process based executor task proxying-back eventsJoshua Harlow2017-07-112-0/+52
* Replace assertRaisesRegexp with assertRaisesRegexVu Cong Tuan2017-06-0312-100/+100
* do not allow redis job reclaim by same ownerRick van de Loo2017-05-131-0/+23
* python3.0 has deprecated LOG.warnxhzhf2017-03-072-13/+13
* Use assertIs(Not)None to check for Nonehowardlee2016-11-072-6/+6
* Using assertIsNone() instead of assertIs(None, ..)qinchunhua2016-10-101-2/+2
* Some classes not define __ne__() built-in functionJi-Wei2016-08-311-0/+3
* Replace assertEqual(None, *) with assertIsNone in testsweiweigu2016-07-124-8/+8
* Merge "Make tests less dependent on transient state"Jenkins2016-07-081-3/+2
|\
| * Make tests less dependent on transient stateGreg Hill2016-06-021-3/+2
* | Merge "Fix some misspellings in the function name and descriptions"Jenkins2016-07-082-3/+3
|\ \
| * | Fix some misspellings in the function name and descriptionsPablo Iranzo Gómez2016-06-302-3/+3
| |/
* | Add tests to verify kwargs behavior on revert validationGreg Hill2016-06-091-23/+41
|/
* Merge "Add a simple sanity test for pydot outputting"Jenkins2016-05-311-0/+23
|\
| * Add a simple sanity test for pydot outputtingJoshua Harlow2016-05-201-0/+23
* | Instead of a multiprocessing queue use sockets via asyncoreJoshua Harlow2016-05-245-13/+153
* | Remove deprecated things for 2.0 releaseJoshua Harlow2016-05-103-29/+18
* | Merge "Allow for specifying green threaded to parallel engine"1.32.0Jenkins2016-05-062-5/+2
|\ \
| * | Allow for specifying green threaded to parallel engineJoshua Harlow2016-05-032-5/+2
* | | Make conductor.stop stop the running engine gracefullyGreg Hill2016-05-033-1/+60
|/ /
* | Merge "Add rundimentary and/or non-optimized job priorities"Jenkins2016-04-281-0/+1
|\ \
| * | Add rundimentary and/or non-optimized job prioritiesJoshua Harlow2016-01-091-0/+1
* | | Merge "Ensure that the engine finishes up even under sent-in failures"Jenkins2016-04-281-0/+30
|\ \ \
| * | | Ensure that the engine finishes up even under sent-in failuresJoshua Harlow2016-01-201-0/+30
* | | | Merge "Add some basic/initial engine statistics"Jenkins2016-04-281-1/+1
|\ \ \ \
| * | | | Add some basic/initial engine statisticsJoshua Harlow2016-02-011-1/+1
* | | | | Merge "Use a automaton machine for WBE request state machine"Jenkins2016-04-281-2/+2
|\ \ \ \ \
| * | | | | Use a automaton machine for WBE request state machineJoshua Harlow2016-02-211-2/+2
| | |_|_|/ | |/| | |
* | | | | Allow for revert to have a different argument list from executeGreg Hill2016-02-264-1/+65
|/ / / /
* | | | Add WBE worker expiryJoshua Harlow2016-02-142-5/+20
* | | | Some WBE protocol/executor cleanupsJoshua Harlow2016-02-144-32/+38
* | | | Remove need for separate notify threadJoshua Harlow2016-02-141-3/+2
* | | | Fix for WBE sporadic timeout of tasksJoshua Harlow2016-02-052-88/+19
* | | | Merge "Handle cases where exc_args can't be serialized as JSON in the WBE"Jenkins2016-02-032-0/+18
|\ \ \ \