]> git.ipfire.org Git - thirdparty/git.git/commit
t5330: remove run_with_limited_processses()
authorHan Xin <hanxin.hx@bytedance.com>
Tue, 12 Jul 2022 08:01:43 +0000 (16:01 +0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Jul 2022 14:47:43 +0000 (07:47 -0700)
commitcb88b37cb9f711f702ea3d1ec3226db44081b454
treed28c8addfcc6094e1fd43bfed467e9184e46f9c2
parent3a1ea94a491e3e0bcbc2d55b4cfb0b9eacace608
t5330: remove run_with_limited_processses()

run_with_limited_processses() is used to end the loop faster when an
infinite loop happen. But "ulimit" is tied to the entire development
station, and the test will fail due to too many other processes or using
"--stress".

Without run_with_limited_processses() the infinite loop can also be
stopped due to global configrations or quotas, and the verification
still works fine. So let's remove run_with_limited_processses().

Signed-off-by: Han Xin <hanxin.hx@bytedance.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5330-no-lazy-fetch-with-commit-graph.sh