Gitaly Comparision test_tree_entry_requests: giving up on comparing chunk size
Basically, Gitaly chunk lengths are partly unpredictable. We tried to approximate them, but we can't really depend on them in assertions. The irritating thing is that this test failed often in CI (clear majority of runs, yet not all of them) and passed almost always on my development setup. The CI flakiness is now too much of a pain to keep it. Passing the `compare_first_chunks=False` does not change the fact that the entire content is compared and that metadata (aka small fields or unchunked fiels) are compared for all chunks (added a clarification in docstring about that).
parent
81a84397
No related branches found
No related tags found
Please register or sign in to comment