diff options
author | Taylor Blau <me@ttaylorr.com> | 2022-01-25 17:41:13 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-01-27 12:07:53 -0800 |
commit | 791170fa2b23cfc49ae0e5949b1f301431a6058b (patch) | |
tree | b4d5e21f688c41a03db13d2779ac731b3628945a /t/t7703-repack-geometric.sh | |
parent | t5326: extract `test_rev_exists` (diff) | |
download | tgif-791170fa2b23cfc49ae0e5949b1f301431a6058b.tar.xz |
t5326: move tests to t/lib-bitmap.sh
In t5326, we have a handful of tests that we would like to run twice:
once using the MIDX's new `RIDX` chunk as the source of the
reverse-index cache, and once using the separate `.rev` file.
But because these tests mutate the state of the underlying repository,
and then make assumptions about those mutations occurring in a certain
sequence, simply running the tests twice in the same repository is
awkward.
Instead, extract the core of interesting tests into t/lib-bitmap.sh to
prepare for them to be run twice, each in a separate test script. This
means that they can each operate on a separate repository, removing any
concerns about mutating state.
For now, this patch is a strict cut-and-paste of some tests from t5326.
The tests which did not move are not interesting with respect to the
source of their reverse index data.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Reviewed-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7703-repack-geometric.sh')
0 files changed, 0 insertions, 0 deletions