ports/databases/redis/patches/patch-tests_test_helper_tcl

17 lines
473 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Disable a test that now fails systematically:
[err]: diskless no replicas drop during rdb pipe in tests/integration/replication.tcl
rdb child didn't terminate
Index: tests/test_helper.tcl
--- tests/test_helper.tcl.orig
+++ tests/test_helper.tcl
@@ -38,7 +38,6 @@ set ::all_tests {
unit/acl
unit/latency-monitor
integration/block-repl
- integration/replication
integration/replication-2
integration/replication-3
integration/replication-4