Gitaly Comparison tests: Gitaly Blob chunking can vary
This fixes a flakiness in the comparison tests for `get_blob` and `get_blobs`: Gitaly's chunking is not constant, seems to depend on the (circumstantial) size of some inner buffers or similar. Hence a direct comparison of Gitaly and HGitaly responses is flay. Instead, we are focusing on what matters: repetition of metadata like oid and size (or not) and of course that the whole content is correct.
parent
1a917e02
No related branches found
No related tags found
Please register or sign in to comment