]> arthur.barton.de Git - bup.git/commit
test-sparse-files: increase the test size for macos/afs
authorRob Browning <rlb@defaultvalue.org>
Sun, 10 Jul 2022 22:44:43 +0000 (17:44 -0500)
committerRob Browning <rlb@defaultvalue.org>
Mon, 11 Jul 2022 18:18:45 +0000 (13:18 -0500)
commit6f0a4bfe3d184d70831118945f320438179d6ca5
treed10e62461ae2cdeb755ff025b215127d8fea482d
parent12a622186da185a408305d58d9350dc341da2794
test-sparse-files: increase the test size for macos/afs

When the cirrus tests moved to monterey test-sparse-files started
failing in "sparse file restore --sparse (sparse middle)" because the
restore_size was 28 and so greater than the expected 20.

Guessing that this might just be due to higher fixed-costs, I doubled
the sparse region data_size, and that did allow the tests to pass.
While the diagnosis might or might not be correct, the change
shouldn't materially affect the tests' effectiveness.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
test/ext/test-sparse-files