summaryrefslogtreecommitdiff
path: root/tests/instances.tcl
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2021-01-31 12:14:36 +0200
committerGitHub <noreply@github.com>2021-01-31 12:14:36 +0200
commit8f27578de294aca6e94943976943bc5224e39fd1 (patch)
treea4442f282205b0efe7f8da5a135318982d58a1bc /tests/instances.tcl
parent5a7eb9c8810980c4a3e453d9f9fa6d19ab832062 (diff)
downloadredis-8f27578de294aca6e94943976943bc5224e39fd1.tar.gz
temporarily disable sentinel test FD leak print (#8425)
These tests are not yet stable. on github actions they show some false leaks.
Diffstat (limited to 'tests/instances.tcl')
-rw-r--r--tests/instances.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/instances.tcl b/tests/instances.tcl
index b9d1b3fe5..8cb616ae8 100644
--- a/tests/instances.tcl
+++ b/tests/instances.tcl
@@ -431,9 +431,9 @@ proc run_tests {} {
proc end_tests {} {
set sentinel_fd_leaks_file "sentinel_fd_leaks"
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]
# temporarily disabling this error from failing the tests until leaks are fixed.
+ #puts [colorstr red "WARNING: sentinel test(s) failed, there are leaked fds in sentinel:"]
+ #puts [exec cat $sentinel_fd_leaks_file]
#exit 1
}