summaryrefslogtreecommitdiff
path: root/tests/integration/test_mongodb.py
Commit message (Expand)AuthorAgeFilesLines
* Set default serializers for each backend using param defaults instead of 'def...Jordan Cook2023-01-131-1/+0
* Bump max wait time for MongoDB TTL testJordan Cook2022-09-301-2/+2
* Add retries for MongoDB ServerSelectionTimeoutError on GitHub Actions runnersJordan Cook2022-07-051-1/+22
* Update tests and docsJordan Cook2022-06-111-2/+6
* Run integration tests with all serializers _only_ for Filesystem backend; for...Jordan Cook2022-06-101-16/+2
* Merge *PickleDict storage classes into parent classesJordan Cook2022-04-221-17/+5
* Fix parameter forwarding for redis-py 4.2 and pymongo 4.1 on python <=3.8Jordan Cook2022-04-211-19/+24
* Store responses in DynamoDB as JSON documents instead of serialized binariesJordan Cook2022-04-191-4/+2
* Move all cache policy-related modules to separate 'policy' subpackageJordan Cook2022-04-171-1/+1
* Add serializer name to cache key to avoid errors due to switching serializersJordan Cook2022-04-151-2/+2
* Add TTL testsJordan Cook2022-04-151-2/+61
* Improvements for MongoDB:Jordan Cook2022-04-151-0/+2
* Wait a bit longer for MongoDB to spin up for integration testsJordan Cook2022-04-011-2/+2
* Handle CorruptGridFile error in GridFS backendJordan Cook2022-02-221-0/+18
* Format using a more typical line length of 100Jordan Cook2022-01-011-1/+7
* Move misc minor utils to a separate moduleJordan Cook2021-10-271-8/+2
* Make DynamoDB and MongoDB naming consistentJordan Cook2021-08-201-2/+2
* Increase integration test timeout for DynamoDB, since it has a longer startup...Jordan Cook2021-08-141-1/+1
* Run integration tests in parallel, and combine MongoDB and GridFS tests into ...Jordan Cook2021-08-121-1/+29
* Apply whitespace/EOF fixes and isort updatesJordan Cook2021-08-081-1/+1
* Combine test_cache.py with BaseCacheTest to run these tests for all backendsJordan Cook2021-04-221-1/+2
* Turn multi-threaded stress tests into test (sub)classesJordan Cook2021-04-221-2/+6
* Turn remaining unittest.TestCase classes into pytest-style test classesJordan Cook2021-04-221-18/+15
* Allow passing any valid backend connection kwargs via BaseCacheJordan Cook2021-04-191-1/+15
* Add one test case per backend storage classJordan Cook2021-04-121-4/+9
* Update all backend-specific integration tests to fail quickly if not set up, ...Jordan Cook2021-04-121-11/+15
* Split tests into unit and integration tests and run separately in CI; update ...Jordan Cook2021-03-311-0/+17