mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
temporarily disable sentinel test FD leak print (#8425)
These tests are not yet stable. on github actions they show some false leaks.
This commit is contained in:
parent
5a7eb9c881
commit
8f27578de2
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user