diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-01-18 22:49:56 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-01-18 22:49:56 +0100 |
commit | 3fe47ff44441de609d76fcd2dd510f66b6d84353 (patch) | |
tree | a193c37b3414ee133058e3c34ce3901c6fabfb70 /t/t0410-partial-clone.sh | |
parent | Merge branch 'rs/sha1-file-close-mapped-file-on-error' (diff) | |
parent | test-lib: add the '--stress' option to run a test repeatedly under load (diff) | |
download | git-3fe47ff44441de609d76fcd2dd510f66b6d84353.tar.xz git-3fe47ff44441de609d76fcd2dd510f66b6d84353.zip |
Merge branch 'sg/stress-test'
Flaky tests can now be repeatedly run under load with the
"--stress" option.
* sg/stress-test:
test-lib: add the '--stress' option to run a test repeatedly under load
test-lib-functions: introduce the 'test_set_port' helper function
test-lib: set $TRASH_DIRECTORY earlier
test-lib: consolidate naming of test-results paths
test-lib: parse command line options earlier
test-lib: parse options in a for loop to keep $@ intact
test-lib: extract Bash version check for '-x' tracing
test-lib: translate SIGTERM and SIGHUP to an exit
Diffstat (limited to 't/t0410-partial-clone.sh')
-rwxr-xr-x | t/t0410-partial-clone.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t0410-partial-clone.sh b/t/t0410-partial-clone.sh index 169f7f10a7..bce02788e6 100755 --- a/t/t0410-partial-clone.sh +++ b/t/t0410-partial-clone.sh @@ -492,7 +492,6 @@ test_expect_success 'gc stops traversal when a missing but promised object is re ! grep "$TREE_HASH" out ' -LIB_HTTPD_PORT=12345 # default port, 410, cannot be used as non-root . "$TEST_DIRECTORY"/lib-httpd.sh start_httpd |