Skip to content

Commit

Permalink
Merge branch 'ps/transport-leakfix-test-updates' into next
Browse files Browse the repository at this point in the history
Test updates.

* ps/transport-leakfix-test-updates:
  transport: mark more tests leak-free
  • Loading branch information
gitster committed Aug 12, 2024
2 parents 92ec55f + 6ce8ffe commit ee80dbc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions t/t5509-fetch-push-namespaces.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ test_description='fetch/push involving ref namespaces'
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME

TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh

test_expect_success setup '
Expand Down
2 changes: 2 additions & 0 deletions t/t5802-connect-helper.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/sh

test_description='ext::cmd remote "connect" helper'

TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh

test_expect_success setup '
Expand Down
2 changes: 2 additions & 0 deletions t/t5814-proto-disable-ext.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/sh

test_description='test disabling of remote-helper paths in clone/fetch'

TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
. "$TEST_DIRECTORY/lib-proto-disable.sh"

Expand Down
2 changes: 2 additions & 0 deletions t/t5815-submodule-protos.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/sh

test_description='test protocol filtering with submodules'

TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
. "$TEST_DIRECTORY"/lib-proto-disable.sh

Expand Down

0 comments on commit ee80dbc

Please sign in to comment.