From 8449a5df87017361000919d372b520a897c2de07 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Fri, 22 Jan 2021 18:11:58 +0800 Subject: 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 --- tests/sentinel/tests/includes/notify.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/sentinel') diff --git a/tests/sentinel/tests/includes/notify.sh b/tests/sentinel/tests/includes/notify.sh index 2365f1d3a..5de0eaf76 100755 --- a/tests/sentinel/tests/includes/notify.sh +++ b/tests/sentinel/tests/includes/notify.sh @@ -16,5 +16,6 @@ then if [ ! -f $sentinel_fd_leaks_file ] then ls -l /proc/self/fd | cat >> $sentinel_fd_leaks_file + lsof -p $$ | cat >> $sentinel_fd_leaks_file fi fi -- cgit v1.2.1