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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 - - all set up
2 - origin:
3 refs/heads/master:
4 92c96f11ffe418019c661a1dc933bfca0f6920e3:
5 - nerd_commit
6 refs/heads/other:
7 e213bc0ab9d92e8d6fcd9167d1db625516946de5:
8 - what_commit
9 - log output:
10 - 'INFO: processing path mirrored_path/subpath'
11 - 'INFO: processing ref Ref(TestRepo(''local''), ''refs/heads/master'')'
12 - 'INFO: starting with tree git2.INVALID'
13 - 'INFO: processing commit Commit(TestRepo(''local''), ''92c96f11ffe418019c661 a1dc933bfca0f6920e3'')'
14 - 'INFO: processing ref Ref(TestRepo(''local''), ''refs/heads/other'')'
15 - 'INFO: starting with tree git2.INVALID'
16 - 'INFO: processing commit Commit(TestRepo(''local''), ''e213bc0ab9d92e8d6fcd9 167d1db625516946de5'')'
17 - 'INFO: found new tree ''21890050477c9313c9a5447ba40a13dfc2c350d0'''
18 - 'INFO: processing path mirrored_path'
19 - 'INFO: processing ref Ref(TestRepo(''local''), ''refs/heads/master'')'
20 - 'INFO: starting with tree git2.INVALID'
21 - 'INFO: processing commit Commit(TestRepo(''local''), ''92c96f11ffe418019c661 a1dc933bfca0f6920e3'')'
22 - 'INFO: found new tree ''ecfc7ffa538dd28d3e6fbfc95fa0352057a1e153'''
23 - 'INFO: processing ref Ref(TestRepo(''local''), ''refs/heads/other'')'
24 - 'INFO: starting with tree git2.INVALID'
25 - 'INFO: processing commit Commit(TestRepo(''local''), ''e213bc0ab9d92e8d6fcd9 167d1db625516946de5'')'
26 - 'INFO: found new tree ''b0ab517a48c5630896e7ed629baea93b19c5076d'''
27 - inner_loop success: true
28 processed:
29 mirrored_path: 2
30 mirrored_path/subpath: 1
31 - - lots refs
32 - origin:
33 refs/heads/master:
34 92c96f11ffe418019c661a1dc933bfca0f6920e3:
35 - nerd_commit
36 refs/heads/other:
37 e213bc0ab9d92e8d6fcd9167d1db625516946de5:
38 - what_commit
39 refs/subtree-processed/mirrored_path/-/heads/master:
40 92c96f11ffe418019c661a1dc933bfca0f6920e3:
41 - nerd_commit
42 refs/subtree-processed/mirrored_path/-/heads/other:
43 e213bc0ab9d92e8d6fcd9167d1db625516946de5:
44 - what_commit
45 refs/subtree-processed/mirrored_path/subpath/-/heads/master:
46 92c96f11ffe418019c661a1dc933bfca0f6920e3:
47 - nerd_commit
48 refs/subtree-processed/mirrored_path/subpath/-/heads/other:
49 e213bc0ab9d92e8d6fcd9167d1db625516946de5:
50 - what_commit
51 refs/subtree-synthesized/mirrored_path/-/heads/master:
52 a4a9b80c8bd01662e27e3bec46fac3ba32202c72:
53 - nerd_commit
54 - ''
55 - 'Cr-Mirrored-From: [FILE-URL]'
56 - 'Cr-Mirrored-Commit: 92c96f11ffe418019c661a1dc933bfca0f6920e3'
57 - 'Cr-Mirrored-Subtree: mirrored_path'
58 refs/subtree-synthesized/mirrored_path/-/heads/other:
59 86b972267147993c79fedb58321ce380fde25f0f:
60 - what_commit
61 - ''
62 - 'Cr-Mirrored-From: [FILE-URL]'
63 - 'Cr-Mirrored-Commit: e213bc0ab9d92e8d6fcd9167d1db625516946de5'
64 - 'Cr-Mirrored-Subtree: mirrored_path'
65 refs/subtree-synthesized/mirrored_path/subpath/-/heads/other:
66 a87db120a6fa09045d11114581d266936f4368ab:
67 - what_commit
68 - ''
69 - 'Cr-Mirrored-From: [FILE-URL]'
70 - 'Cr-Mirrored-Commit: e213bc0ab9d92e8d6fcd9167d1db625516946de5'
71 - 'Cr-Mirrored-Subtree: mirrored_path/subpath'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698