1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00
dragonflydb-dragonfly/tests/dragonfly
Shahar Mike 5c11beb919
feat(cluster): Send flush slots cmd from masters to replicas. (#1484)
This fixes potential data diffs between master and replica upon slot moving

Fixes #1320
2023-06-28 22:04:51 +03:00
..
__init__.py Expose replication lag metrics (#1400) 2023-06-22 11:12:41 +02:00
cluster_test.py feat(cluster): Send flush slots cmd from masters to replicas. (#1484) 2023-06-28 22:04:51 +03:00
conftest.py fix: failing assertion on snapshot regression tests when dbfly instance shuts down (#1463) 2023-06-22 13:47:36 +03:00
connection_test.py fix: remove bad check-fail in the transaction code (#1420) 2023-06-18 07:03:08 +03:00
eval_test.py fix: script flags naming + add stick option (#1295) 2023-06-01 15:13:14 +03:00
generic_test.py fix: Don't remove non-concluding tx from queue on ooo runs (#1427) 2023-06-18 21:14:28 +03:00
json_test.py fix: use redis.asyncio instead of aioredis (#1206) 2023-05-13 10:44:25 +03:00
list_family_test.py fix: use redis.asyncio instead of aioredis (#1206) 2023-05-13 10:44:25 +03:00
pymemcached_test.py fix: rename memcache to memcacheD (#1461) 2023-06-22 11:55:20 +03:00
redis_replicaiton_test.py fix(tests):Small fix to redis replication test (#1213) 2023-05-14 01:08:17 +03:00
replication_test.py fix: Increase the duration of the seeding in test_replication_info. (#1479) 2023-06-26 10:41:25 +03:00
requirements.txt Expose replication lag metrics (#1400) 2023-06-22 11:12:41 +02:00
search_test.py feat: Implement KNN interface (#1412) 2023-06-20 14:10:08 +03:00
sentinel_test.py fix: use redis.asyncio instead of aioredis (#1206) 2023-05-13 10:44:25 +03:00
server_family_test.py fix: fix test connection name (#1211) 2023-05-13 15:25:36 +02:00
shutdown_test.py fix: A more gracefull shutdown (#1388) 2023-06-11 23:22:27 +03:00
snapshot_test.py fix(regression): failing info persistence on snapshot pytests (#1473) 2023-06-23 16:04:44 +03:00
utility.py test(cluster): Test that cluster works with a standard cluster client. (#1336) 2023-06-06 16:03:09 +03:00