summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/test_storage.py
Commit message (Expand)AuthorAgeFilesLines
* Replace assertRaisesRegexp with assertRaisesRegexVu Cong Tuan2017-06-031-20/+20
* Replace assertEqual(None, *) with assertIsNone in testsweiweigu2016-07-121-3/+3
* Add public property from storage to flowdetail.metaGreg Hill2015-11-171-1/+3
* Fix order of assertEqual for unit.test_*lin-hua-cheng2015-10-171-69/+69
* Retain atom 'revert' result (or failure)Joshua Harlow2015-07-101-8/+28
* Rename logbook module -> models moduleJoshua Harlow2015-07-081-5/+5
* Merge "Allow injected atom args to be persisted"Jenkins2015-03-121-0/+25
|\
| * Allow injected atom args to be persistedJoshua Harlow2015-03-111-0/+25
* | added update_flow_metadata method to Storage classDan Krause2015-03-101-0/+6
|/
* Merge "Map optional arguments as well as required arguments"Jenkins2015-02-111-0/+14
|\
| * Map optional arguments as well as required argumentsMin Pae2015-02-101-0/+14
* | Default to using a thread-safe storage unitJoshua Harlow2015-02-051-8/+5
|/
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-1/+1
* Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-181-1/+2
* Add a history retry object, makes retry histories easier to useJoshua Harlow2014-11-191-8/+14
* Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-20/+20
* Expose only `ensure_atom` from storageJoshua Harlow2014-09-271-70/+45
* Use oslotest to provide our base test case classJoshua Harlow2014-09-271-2/+1
* Allow transient values to be stored in storageJoshua Harlow2014-04-111-0/+29
* Revert "Move taskflow.utils.misc.Failure to its own module"Jeremy Stanley2014-03-311-20/+20
* Move taskflow.utils.misc.Failure to its own moduleIvan A. Melnikov2014-03-311-20/+20
* Persistence cleanup part oneJoshua Harlow2014-03-261-35/+36
* Merge "Use same code to reset flow and parts of it"Jenkins2014-03-261-54/+0
|\
| * Use same code to reset flow and parts of itIvan A. Melnikov2014-03-261-54/+0
* | Adjust the exception hierachyJoshua Harlow2014-03-241-1/+1
|/
* Test storage with memory and sqlite backendsIvan A. Melnikov2014-03-181-5/+19
* Flow smart revert with retry controllerAnastasia Karpinska2014-03-181-3/+3
* Add atom intentions for tasks and retriesAnastasia Karpinska2014-03-181-0/+14
* Extend logbook and storage to work with retryAnastasia Karpinska2014-03-141-0/+56
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
* Small storage tests clean-upStanislav Kudriashev2014-02-071-53/+62
* Use reader/writer locks in storageJoshua Harlow2014-02-051-10/+85
* Doc strings and comments clean-upskudriashev2014-01-261-1/+1
* Move six to the right locationJoshua Harlow2014-01-091-0/+1
* Graph action refactoringAnastasia Karpinska2013-12-261-0/+11
* Update requirements from opentack/requirementsIvan A. Melnikov2013-12-201-2/+2
* Storage: use names instead of uuids in interfaceAnastasia Karpinska2013-12-181-101/+112
* Fix up python 3.3 incompatabilitiesJoshua Harlow2013-11-211-29/+21
* Storage: add methods to get all flow failuresIvan A. Melnikov2013-11-151-0/+14
* Update code to comply with hacking 0.8.0Ivan A. Melnikov2013-11-081-54/+54
* Don't reset tasks to PENDING state while revertingIvan A. Melnikov2013-10-311-0/+50
* Do not erase task progress detailsIvan A. Melnikov2013-10-181-3/+20
* Storage: restore injected data on resumptionIvan A. Melnikov2013-10-181-0/+27
* Storage: add flow name and uuid propertiesIvan A. Melnikov2013-10-141-0/+30
* Validate each flow state changeIvan A. Melnikov2013-10-071-0/+4
* Correctly save task versionsIvan A. Melnikov2013-10-051-2/+13
* Cleanup unused statesJoshua Harlow2013-09-301-2/+2
* Warn if multiple providers foundJoshua Harlow2013-09-301-0/+21
* Add a directory/filesystem based persistence layerJoshua Harlow2013-09-211-1/+1
* Add check that task provides all results it shouldIvan A. Melnikov2013-09-131-0/+44