Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: infra/services/gsubtreed/test/gsubtreed_test.expected/multiple_refs.yaml

Issue 477623003: Add git subtree daemon service. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@add_dtree_support
Patch Set: address comments Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: infra/services/gsubtreed/test/gsubtreed_test.expected/multiple_refs.yaml
diff --git a/infra/services/gsubtreed/test/gsubtreed_test.expected/multiple_refs.yaml b/infra/services/gsubtreed/test/gsubtreed_test.expected/multiple_refs.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..f8d8ffe18825c76fa2b008f76df4babb06e66f3f
--- /dev/null
+++ b/infra/services/gsubtreed/test/gsubtreed_test.expected/multiple_refs.yaml
@@ -0,0 +1,71 @@
+- - all set up
+ - origin:
+ refs/heads/master:
+ 92c96f11ffe418019c661a1dc933bfca0f6920e3:
+ - nerd_commit
+ refs/heads/other:
+ e213bc0ab9d92e8d6fcd9167d1db625516946de5:
+ - what_commit
+- log output:
+ - 'INFO: processing path mirrored_path/subpath'
+ - 'INFO: processing ref Ref(TestRepo(''local''), ''refs/heads/master'')'
+ - 'INFO: starting with tree git2.INVALID'
+ - 'INFO: processing commit Commit(TestRepo(''local''), ''92c96f11ffe418019c661a1dc933bfca0f6920e3'')'
+ - 'INFO: processing ref Ref(TestRepo(''local''), ''refs/heads/other'')'
+ - 'INFO: starting with tree git2.INVALID'
+ - 'INFO: processing commit Commit(TestRepo(''local''), ''e213bc0ab9d92e8d6fcd9167d1db625516946de5'')'
+ - 'INFO: found new tree ''21890050477c9313c9a5447ba40a13dfc2c350d0'''
+ - 'INFO: processing path mirrored_path'
+ - 'INFO: processing ref Ref(TestRepo(''local''), ''refs/heads/master'')'
+ - 'INFO: starting with tree git2.INVALID'
+ - 'INFO: processing commit Commit(TestRepo(''local''), ''92c96f11ffe418019c661a1dc933bfca0f6920e3'')'
+ - 'INFO: found new tree ''ecfc7ffa538dd28d3e6fbfc95fa0352057a1e153'''
+ - 'INFO: processing ref Ref(TestRepo(''local''), ''refs/heads/other'')'
+ - 'INFO: starting with tree git2.INVALID'
+ - 'INFO: processing commit Commit(TestRepo(''local''), ''e213bc0ab9d92e8d6fcd9167d1db625516946de5'')'
+ - 'INFO: found new tree ''b0ab517a48c5630896e7ed629baea93b19c5076d'''
+- inner_loop success: true
+ processed:
+ mirrored_path: 2
+ mirrored_path/subpath: 1
+- - lots refs
+ - origin:
+ refs/heads/master:
+ 92c96f11ffe418019c661a1dc933bfca0f6920e3:
+ - nerd_commit
+ refs/heads/other:
+ e213bc0ab9d92e8d6fcd9167d1db625516946de5:
+ - what_commit
+ refs/subtree-processed/mirrored_path/-/heads/master:
+ 92c96f11ffe418019c661a1dc933bfca0f6920e3:
+ - nerd_commit
+ refs/subtree-processed/mirrored_path/-/heads/other:
+ e213bc0ab9d92e8d6fcd9167d1db625516946de5:
+ - what_commit
+ refs/subtree-processed/mirrored_path/subpath/-/heads/master:
+ 92c96f11ffe418019c661a1dc933bfca0f6920e3:
+ - nerd_commit
+ refs/subtree-processed/mirrored_path/subpath/-/heads/other:
+ e213bc0ab9d92e8d6fcd9167d1db625516946de5:
+ - what_commit
+ refs/subtree-synthesized/mirrored_path/-/heads/master:
+ a4a9b80c8bd01662e27e3bec46fac3ba32202c72:
+ - nerd_commit
+ - ''
+ - 'Cr-Mirrored-From: [FILE-URL]'
+ - 'Cr-Mirrored-Commit: 92c96f11ffe418019c661a1dc933bfca0f6920e3'
+ - 'Cr-Mirrored-Subtree: mirrored_path'
+ refs/subtree-synthesized/mirrored_path/-/heads/other:
+ 86b972267147993c79fedb58321ce380fde25f0f:
+ - what_commit
+ - ''
+ - 'Cr-Mirrored-From: [FILE-URL]'
+ - 'Cr-Mirrored-Commit: e213bc0ab9d92e8d6fcd9167d1db625516946de5'
+ - 'Cr-Mirrored-Subtree: mirrored_path'
+ refs/subtree-synthesized/mirrored_path/subpath/-/heads/other:
+ a87db120a6fa09045d11114581d266936f4368ab:
+ - what_commit
+ - ''
+ - 'Cr-Mirrored-From: [FILE-URL]'
+ - 'Cr-Mirrored-Commit: e213bc0ab9d92e8d6fcd9167d1db625516946de5'
+ - 'Cr-Mirrored-Subtree: mirrored_path/subpath'

Powered by Google App Engine
This is Rietveld 408576698