Skip to content

Commit 20bd08a

Browse files
committed
t9001: mark the script as no longer leak checker clean
The test uses "format-patch --thread" which is known to leak the generated message ID list. Plugging these leaks involves straightening out the memory ownership rules around rev_info.message_id and rev_info.ref_message_ids, and is beyond the scope of send-email fix, so for now mark the test as leaky to unblock the topic before the release. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3ece9bf commit 20bd08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9001-send-email.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_description='git send-email'
44
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
55
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
66

7-
TEST_PASSES_SANITIZE_LEAK=true
7+
# no longer TEST_PASSES_SANITIZE_LEAK=true - format-patch --thread leaks
88
. ./test-lib.sh
99

1010
# May be altered later in the test

0 commit comments

Comments
 (0)