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 ffb4c2b601
fix: Fix test_take_over_seeder (#3733)
The test assumed any shutdown will take not more than 1s. This doesn't
always hold, and also waiting for 1s isn't ideal because usually it
takes less than that.

Changed to use `assert_eventually` instead.

Fixes #3684
2024-09-18 14:17:09 +03:00
..
seeder chore: Change Lua embedded flags syntax (#3517) 2024-08-15 08:04:20 +03:00
__init__.py chore: Small refactor of DflyInstance (#1951) 2023-09-28 10:11:11 +03:00
acl_family_test.py fix: allow parsing extra spaces on acl files (#3703) 2024-09-13 10:17:20 +03:00
cluster_mgr_test.py fix: Fix cluster_mgr.py (#3730) 2024-09-18 11:44:15 +03:00
cluster_test.py Update dflycluster slot-migration-status reply (#3707) 2024-09-15 09:44:40 +03:00
config_test.py chore: use decode_responses when creating a redis client (#2109) 2023-11-03 11:00:26 +02:00
conftest.py chore: allow running dragonfly pytests in repeat (#3577) 2024-08-27 11:35:47 +03:00
connection_test.py chore: symbolize stack traces in tests upon crash (#3714) 2024-09-16 13:43:16 +03:00
eval_test.py fix(server): Implement SCRIPT GC command (#3431) 2024-08-02 23:49:51 +03:00
generic_test.py fix: flake in teardown of test_unknown_dfly_env (#3487) 2024-08-11 14:52:44 +03:00
http_conf_test.py fix: authorize the http connection to call commands (#2863) 2024-04-08 13:19:01 +03:00
instance.py chore: symbolize stack traces in tests upon crash (#3714) 2024-09-16 13:43:16 +03:00
json_test.py fix: Fix unsupported object type rejson-rl in RedisInsight (#3384) 2024-07-27 19:05:00 +02:00
list_family_test.py feat: Add black formatter to the project (#1544) 2023-07-17 13:13:12 +03:00
management_test.py feat: implement CONFIG GET command (#1751) 2023-08-28 19:26:38 +03:00
memory_test.py chore: replace session wide fixtures with scope (#3251) 2024-07-02 10:26:26 +03:00
proxy.py feat: Expose replica_reconnect_count for Prometheus metrics (#3370) 2024-08-13 12:34:01 +02:00
pymemcached_test.py test: fix MC test_expiration (#3663) 2024-09-06 14:20:21 +03:00
redis_replication_test.py feat: add slave_repl_offset to the replication section. (#3596) 2024-08-30 18:58:07 +03:00
replication_test.py fix: Fix test_take_over_seeder (#3733) 2024-09-18 14:17:09 +03:00
requirements.txt chore(deps): bump aiohttp from 3.8.4 to 3.10.2 in /tests/dragonfly (#3600) 2024-08-29 14:03:51 +03:00
search_test.py test: fix search tests (#3625) 2024-09-03 09:21:47 +03:00
seeder_test.py fix(server): fix compatibility with rdb snapshot (#3121) 2024-06-04 06:28:18 +00:00
sentinel_test.py chore: replace session wide fixtures with scope (#3251) 2024-07-02 10:26:26 +03:00
server_family_test.py chore: replace session wide fixtures with scope (#3251) 2024-07-02 10:26:26 +03:00
shutdown_test.py chore: replace session wide fixtures with scope (#3251) 2024-07-02 10:26:26 +03:00
snapshot_test.py tests: fix and enable s3 snapshot test (#3720) 2024-09-17 17:35:53 +03:00
tiering_test.py chore: upload all the logs from /tmp (#3263) 2024-07-04 09:17:25 +03:00
tls_conf_test.py fix: HELLO AUTH with non default user (#3486) 2024-08-11 14:35:26 +03:00
utility.py feat: add slave_repl_offset to the replication section. (#3596) 2024-08-30 18:58:07 +03:00