summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/persistence
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-3/+2
* Use assertIs(Not)None to check for Nonehowardlee2016-11-071-1/+1
* Remove deprecated things for 2.0 releaseJoshua Harlow2016-05-102-27/+16
* Fix currently broken and inactive mysql testsJoshua Harlow2015-12-221-4/+1
* Merge "Add in-memory backend delete() in recursive/non-recursive modes"Jenkins2015-12-151-1/+38
|\
| * Add in-memory backend delete() in recursive/non-recursive modesJoshua Harlow2015-10-141-1/+38
* | Fix order of assertEqual for unit.persistencelin-hua-cheng2015-10-171-9/+9
|/
* Fix how the dir persistence backend was not listing logbooksJoshua Harlow2015-09-041-0/+21
* Rename logbook module -> models moduleJoshua Harlow2015-07-081-51/+51
* Merge "Remove testing using persistence sqlalchemy backend with 'mysqldb'"Jenkins2015-06-141-74/+37
|\
| * Remove testing using persistence sqlalchemy backend with 'mysqldb'Joshua Harlow2015-05-291-74/+37
* | Merge "Use a lru cache to limit the size of the internal file cache"Jenkins2015-06-101-9/+52
|\ \
| * | Use a lru cache to limit the size of the internal file cacheJoshua Harlow2015-06-101-9/+52
* | | Add a new `ls_r` methodJoshua Harlow2015-06-041-1/+59
|/ /
* | Ensure empty paths raise a value errorJoshua Harlow2015-05-111-0/+6
|/
* Merge "Add in memory filesystem clearing"Jenkins2015-04-081-0/+11
|\
| * Add in memory filesystem clearingJoshua Harlow2015-03-291-0/+11
* | Allow ls() to list recursively (using breadth-first)Joshua Harlow2015-03-311-0/+29
|/
* Add a set of tests to the in memory fake filesystemJoshua Harlow2015-03-251-0/+62
* lazy loading for logbooks and flowdetailsDan Krause2015-03-111-0/+29
* 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
|\