]> git.99rst.org Git - git.git/commit
Merge branch 'ps/t-fixes-for-git-test-long'
authorJunio C Hamano <redacted>
Fri, 17 Jul 2026 06:05:47 +0000 (23:05 -0700)
committerJunio C Hamano <redacted>
Fri, 17 Jul 2026 06:05:47 +0000 (23:05 -0700)
commit88775e3e96708c538a1e8ea29d249dbb361d47fe
treedc6ba6e16f3aefeadc37dd770acfa18fcc53ce14
parent70ef5933c7201bc1c56cc89e571ba03fd50715c6
parent84248444ad9577ba7f0bf0679d57c629166eb903
Merge branch 'ps/t-fixes-for-git-test-long'

Various test scripts have been updated to clean up large temporary
files and repositories, reducing peak disk usage during testing.
Also, expensive tests have been disabled on platforms that lack
sufficient resources (like 32-bit platforms and Windows CI runners),
and the long test suite has been enabled in GitLab CI.

* ps/t-fixes-for-git-test-long:
  gitlab-ci: enable "GIT_TEST_LONG"
  gitlab-ci: disable RAM disk on macOS jobs
  t: use `test_bool_env` to parse GIT_TEST_LONG
  t7900: clean up large EXPENSIVE repository
  t7508: skip EXPENSIVE test that is broken without SIZE_T_IS_64BIT
  t5608: reduce maximum disk usage
  t4141: fix inefficient use of dd(1)
  t0021: skip EXPENSIVE test that is broken without SIZE_T_IS_64BIT
  README: add GitLab CI badge to make it more discoverable
t/test-lib.sh
git clone https://git.99rst.org/PROJECT