Hi, the following commit: commit 6840fe9ee29ab51ffd7d924c624dc62da22c50bf Author: Derrick Stolee <derrickstolee@xxxxxxxxxx> Date: Mon Feb 3 17:11:05 2025 +0000 backfill: add --min-batch-size=<n> option Users may want to specify a minimum batch size for their needs. This is only a minimum: the path-walk API provides a list of OIDs that correspond to the same path, and thus it is optimal to allow delta compression across those objects in a single server request. We could consider limiting the request to have a maximum batch size in the future. For now, we let the path-walk API batches determine the boundaries. (...) broke the testsuite on s390x [1] and sparc64 [2]. The following test fails: not ok 4 - do partial clone 2, backfill min batch size CC'ing the author which is Derrick Stolee. Thanks, Adrian > [1] https://buildd.debian.org/status/fetch.php?pkg=git&arch=s390x&ver=1%3A2.49.0-1&stamp=1742165887&raw=0 > [2] https://buildd.debian.org/status/fetch.php?pkg=git&arch=sparc64&ver=1%3A2.49.0-1&stamp=1742674659&raw=0 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913