summaryrefslogtreecommitdiff
path: root/tests/instances.tcl
diff options
context:
space:
mode:
authorAndy Pan <panjf2000@gmail.com>2021-01-22 18:11:58 +0800
committerGitHub <noreply@github.com>2021-01-22 12:11:58 +0200
commit8449a5df87017361000919d372b520a897c2de07 (patch)
tree121b52e4460fb26f91b396d7535ae66edf71362f /tests/instances.tcl
parent0232778f35e949bb5e0b84f7cc63b230ddbd1c6d (diff)
downloadredis-8449a5df87017361000919d372b520a897c2de07.tar.gz
Sentinel tests, disable FD leak check, and print more details (#8376)
* Print more details about fd leaks * temporarily prevent the leaks from failing the tests Co-authored-by: Oran Agra <oran@redislabs.com>
Diffstat (limited to 'tests/instances.tcl')
-rw-r--r--tests/instances.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/instances.tcl b/tests/instances.tcl
index 4e583eeb3..e35aaefa0 100644
--- a/tests/instances.tcl
+++ b/tests/instances.tcl
@@ -423,7 +423,8 @@ proc end_tests {} {
if { [file exists $sentinel_fd_leaks_file] } {
puts [colorstr red "WARNING: sentinel test(s) failed, there are leaked fds in sentinel:"]
puts [exec cat $sentinel_fd_leaks_file]
- exit 1
+ # temporarily disabling this error from failing the tests until leaks are fixed.
+ #exit 1
}
if {$::failed == 0 } {