CommitService.GetTreeEntries: remove root_oid
Of course this requires an update of the base image, to get a Gitaly past the point when `root_oid` is removed from protocol. We could run locally the Comparison tests with 16.0.0, which is simpler to reference than an exact commit, so we'll try this. The length of the first response in `test_compare_get_tree_entries_pagination` by Gitaly changes, perhaps because each `TreeEntry` is a bit smaller (we've long suspected the streaming logic was based on actual size hints), but we did not check that. Closes #151
parent
60137290
No related branches found
No related tags found
Showing
- hgitaly/service/commit.py 0 additions, 2 deletionshgitaly/service/commit.py
- hgitaly/service/tests/test_commit.py 0 additions, 6 deletionshgitaly/service/tests/test_commit.py
- rust/rhgitaly/proto/commit.proto 5 additions, 2 deletionsrust/rhgitaly/proto/commit.proto
- rust/rhgitaly/src/mercurial.rs 0 additions, 15 deletionsrust/rhgitaly/src/mercurial.rs
- tests_with_gitaly/test_blob_tree.py 4 additions, 4 deletionstests_with_gitaly/test_blob_tree.py
Loading
Please register or sign in to comment