summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/persistence
Commit message (Expand)AuthorAgeFilesLines
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-142-2/+2
* Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-182-2/+3
* Merge "Fix split on "+" for connection strings that specify dialects"Jenkins2014-12-151-4/+12
|\
| * Fix split on "+" for connection strings that specify dialectsJoshua Harlow2014-12-041-4/+12
* | Ensure that the zookeeper backend creates missing atomsJoshua Harlow2014-11-241-1/+42
|/
* Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-8/+7
* Switch to a custom NotImplementedError derivativeJoshua Harlow2014-10-081-2/+5
* Remove db locks and use random db names for testsBrian Jarrett2014-08-121-57/+67
* Enabled hacking checks H305 and H307Christian Berendt2014-07-171-2/+1
* Fix traces left in zookeeperJoshua Harlow2014-06-271-8/+25
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-3/+1
* Cleanup zookeeper integration testingJoshua Harlow2014-05-092-70/+33
* Revert "Move taskflow.utils.misc.Failure to its own module"Jeremy Stanley2014-03-311-8/+8
* Move taskflow.utils.misc.Failure to its own moduleIvan A. Melnikov2014-03-311-8/+8
* Merge "Persistence cleanup part one"Jenkins2014-03-281-27/+29
|\
| * Persistence cleanup part oneJoshua Harlow2014-03-261-27/+29
* | tests: Discover absence of zookeeper fasterIvan A. Melnikov2014-03-271-7/+7
|/
* Merge "Removed copyright from empty files"Jenkins2014-03-231-15/+0
|\
| * Removed copyright from empty filesyangxurong2014-02-221-15/+0
* | Add atom intentions for tasks and retriesAnastasia Karpinska2014-03-181-0/+31
* | Extend logbook and storage to work with retryAnastasia Karpinska2014-03-141-0/+48
* | Allow connection string to be just backend nameIvan A. Melnikov2014-03-052-15/+17
|/
* Fix few spelling and grammar errorsIvan A. Melnikov2014-02-202-4/+4
* Remove extraneous vim configuration commentsyangxurong2014-02-147-14/+0
* Merge "Run zookeeper tests if localhost has a compat. zookeeper server"Jenkins2014-02-051-14/+48
|\
| * Run zookeeper tests if localhost has a compat. zookeeper serverJoshua Harlow2014-02-041-14/+48
* | Merge "Some zookeeper persistence improvements/adjustments"Jenkins2014-02-041-8/+7
|\ \ | |/
| * Some zookeeper persistence improvements/adjustmentsJoshua Harlow2014-02-021-8/+7
* | Be more resilent around import/detection/setup errorsJoshua Harlow2014-02-031-26/+45
|/
* Merge "Use addCleanup instead of tearDown in test_sql_persistence"Jenkins2014-01-301-9/+2
|\
| * Use addCleanup instead of tearDown in test_sql_persistenceIvan A. Melnikov2014-01-281-9/+2
* | Test fetching backends via entry pointsIvan A. Melnikov2014-01-294-0/+59
* | Implement ZooKeeper as persistence storage backendChangbin Liu2014-01-282-0/+84
|/
* Merge "Test using mysql + postgres if available"Jenkins2014-01-271-7/+214
|\
| * Test using mysql + postgres if availableJoshua Harlow2014-01-251-7/+214
* | Tests: Persistence test mixin fixskudriashev2014-01-261-1/+1
|/
* Add envs for different sqlalchemy versionsJoshua Harlow2014-01-091-1/+9
* Add tests for metadata updatesIvan A. Melnikov2013-12-181-0/+45
* Fix up python 3.3 incompatabilitiesJoshua Harlow2013-11-211-0/+1
* Update code to comply with hacking 0.8.0Ivan A. Melnikov2013-11-081-13/+13
* Correctly save task versionsIvan A. Melnikov2013-10-051-0/+8
* Wrapping and serializing failuresIvan A. Melnikov2013-10-041-0/+31
* Memory persistence backend improvementsIvan A. Melnikov2013-09-301-1/+5
* Add a directory/filesystem based persistence layerJoshua Harlow2013-09-211-0/+47
* Move toward using a backend+connection modelJoshua Harlow2013-09-123-106/+99
* Require uuid + move functor_task to task.pyJoshua Harlow2013-08-271-8/+8
* Use the same root test class.Joshua Harlow2013-08-262-6/+4
* Rework the persistence layerJoshua Harlow2013-08-244-0/+260