Skip to content

Commit 4b4bc4a

Browse files
committed
ci: add regenerated fixtures
1 parent ca5c320 commit 4b4bc4a

File tree

13 files changed

+184
-184
lines changed

13 files changed

+184
-184
lines changed
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
Debug = true
22

3-
[stage-3] Running tests for Stage #3: jt4
4-
[stage-3] $ ./your_git.sh init
3+
[tester::#JT4] Running tests for Stage #JT4 (jt4)
4+
[tester::#JT4] $ ./your_git.sh init
55
[your_program] Initialized git directory
6-
[stage-3] $ echo "orange pear grape pineapple blueberry banana" > pear.txt
7-
[stage-3] $ ./your_git.sh hash-object -w pear.txt
6+
[tester::#JT4] $ echo "orange pear grape pineapple blueberry banana" > pear.txt
7+
[tester::#JT4] $ ./your_git.sh hash-object -w pear.txt
88
[your_program] 7a50e289f5bde85780a843d5750ec3ae372af50a
9-
[stage-3] Output is a 40-char SHA.
10-
[stage-3] Blob file contents are valid.
11-
[stage-3] Returned SHA matches expected SHA.
12-
[stage-3] Test passed.
9+
[tester::#JT4] Output is a 40-char SHA.
10+
[tester::#JT4] Blob file contents are valid.
11+
[tester::#JT4] Returned SHA matches expected SHA.
12+
[tester::#JT4] Test passed.
1313

14-
[stage-2] Running tests for Stage #2: ic4
15-
[stage-2] $ ./your_git.sh init
14+
[tester::#IC4] Running tests for Stage #IC4 (ic4)
15+
[tester::#IC4] $ ./your_git.sh init
1616
[your_program] Initialized git directory
17-
[stage-2] Added blob object to .git/objects: d3eaf53b1d60ac21803c5091eb4add1c6502664d
18-
[stage-2] $ ./your_git.sh cat-file -p d3eaf53b1d60ac21803c5091eb4add1c6502664d
17+
[tester::#IC4] Added blob object to .git/objects: d3eaf53b1d60ac21803c5091eb4add1c6502664d
18+
[tester::#IC4] $ ./your_git.sh cat-file -p d3eaf53b1d60ac21803c5091eb4add1c6502664d
1919
[your_program] strawberry apple blueberry mango pineapple raspberry
20-
[stage-2] Output is valid.
21-
[stage-2] Test passed.
20+
[tester::#IC4] Output is valid.
21+
[tester::#IC4] Test passed.
2222

23-
[stage-1] Running tests for Stage #1: gg4
24-
[stage-1] $ ./your_git.sh init
23+
[tester::#GG4] Running tests for Stage #GG4 (gg4)
24+
[tester::#GG4] $ ./your_git.sh init
2525
[your_program] Initialized git directory
26-
[stage-1] .git directory found.
27-
[stage-1] .git/objects directory found.
28-
[stage-1] .git/refs directory found.
29-
[stage-1] .git/HEAD file is valid.
30-
[stage-1] Test passed.
26+
[tester::#GG4] .git directory found.
27+
[tester::#GG4] .git/objects directory found.
28+
[tester::#GG4] .git/refs directory found.
29+
[tester::#GG4] .git/HEAD file is valid.
30+
[tester::#GG4] Test passed.
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
Debug = true
22

3-
[stage-3] Running tests for Stage #3: jt4
4-
[stage-3] $ ./your_git.sh init
3+
[tester::#JT4] Running tests for Stage #JT4 (jt4)
4+
[tester::#JT4] $ ./your_git.sh init
55
[your_program] Initialized git directory
6-
[stage-3] $ echo "orange pear grape pineapple blueberry banana" > pear.txt
7-
[stage-3] $ ./your_git.sh hash-object -w pear.txt
6+
[tester::#JT4] $ echo "orange pear grape pineapple blueberry banana" > pear.txt
7+
[tester::#JT4] $ ./your_git.sh hash-object -w pear.txt
88
[your_program] 1b6cfb9d1e21ccdec2d4f2b27dfd413561199394
9-
[stage-3] Output is a 40-char SHA.
10-
[stage-3] Git object file doesn't match official Git implementation. Diff after zlib decompression:
11-
[stage-3] 
12-
[stage-3] Expected (bytes 0-52), hexadecimal: | ASCII:
13-
[stage-3] 62 6c 6f 62 20 34 34 00 6f 72 61 6e 67 65 20 70 65 61 72 20 | blob 44.orange pear
14-
[stage-3] 67 72 61 70 65 20 70 69 6e 65 61 70 70 6c 65 20 62 6c 75 65 | grape pineapple blue
15-
[stage-3] 62 65 72 72 79 20 62 61 6e 61 6e 61 | berry banana
16-
[stage-3] 
17-
[stage-3] Actual (bytes 0-52), hexadecimal: | ASCII:
18-
[stage-3] 62 6c 6f 62 34 34 00 6f 72 61 6e 67 65 20 70 65 61 72 20 67 | blob44.orange pear g
19-
[stage-3] 72 61 70 65 20 70 69 6e 65 61 70 70 6c 65 20 62 6c 75 65 62 | rape pineapple blueb
20-
[stage-3] 65 72 72 79 20 62 61 6e 61 6e 61 | erry banana
21-
[stage-3] 
22-
[stage-3] File at ".git/objects/1b/6cfb9d1e21ccdec2d4f2b27dfd413561199394" does not match official Git implementation
23-
[stage-3] Test failed
9+
[tester::#JT4] Output is a 40-char SHA.
10+
[tester::#JT4] Git object file doesn't match official Git implementation. Diff after zlib decompression:
11+
[tester::#JT4] 
12+
[tester::#JT4] Expected (bytes 0-52), hexadecimal: | ASCII:
13+
[tester::#JT4] 62 6c 6f 62 20 34 34 00 6f 72 61 6e 67 65 20 70 65 61 72 20 | blob 44.orange pear
14+
[tester::#JT4] 67 72 61 70 65 20 70 69 6e 65 61 70 70 6c 65 20 62 6c 75 65 | grape pineapple blue
15+
[tester::#JT4] 62 65 72 72 79 20 62 61 6e 61 6e 61 | berry banana
16+
[tester::#JT4] 
17+
[tester::#JT4] Actual (bytes 0-52), hexadecimal: | ASCII:
18+
[tester::#JT4] 62 6c 6f 62 34 34 00 6f 72 61 6e 67 65 20 70 65 61 72 20 67 | blob44.orange pear g
19+
[tester::#JT4] 72 61 70 65 20 70 69 6e 65 61 70 70 6c 65 20 62 6c 75 65 62 | rape pineapple blueb
20+
[tester::#JT4] 65 72 72 79 20 62 61 6e 61 6e 61 | erry banana
21+
[tester::#JT4] 
22+
[tester::#JT4] File at ".git/objects/1b/6cfb9d1e21ccdec2d4f2b27dfd413561199394" does not match official Git implementation
23+
[tester::#JT4] Test failed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Debug = true
22

3-
[stage-3] Running tests for Stage #3: jt4
4-
[stage-3] $ ./your_git.sh init
3+
[tester::#JT4] Running tests for Stage #JT4 (jt4)
4+
[tester::#JT4] $ ./your_git.sh init
55
[your_program] Initialized git directory
6-
[stage-3] $ echo "orange pear grape pineapple blueberry banana" > pear.txt
7-
[stage-3] $ ./your_git.sh hash-object -w pear.txt
6+
[tester::#JT4] $ echo "orange pear grape pineapple blueberry banana" > pear.txt
7+
[tester::#JT4] $ ./your_git.sh hash-object -w pear.txt
88
[your_program] afa8b20484a29b438370b623ced459c9409fcc05
9-
[stage-3] Output is a 40-char SHA.
10-
[stage-3] Did not find file at ".git/objects/af/a8b20484a29b438370b623ced459c9409fcc05"
11-
[stage-3] Test failed
9+
[tester::#JT4] Output is a 40-char SHA.
10+
[tester::#JT4] Did not find file at ".git/objects/af/a8b20484a29b438370b623ced459c9409fcc05"
11+
[tester::#JT4] Test failed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Debug = true
22

3-
[stage-3] Running tests for Stage #3: jt4
4-
[stage-3] $ ./your_git.sh init
3+
[tester::#JT4] Running tests for Stage #JT4 (jt4)
4+
[tester::#JT4] $ ./your_git.sh init
55
[your_program] Initialized git directory
6-
[stage-3] $ echo "orange pear grape pineapple blueberry banana" > pear.txt
7-
[stage-3] $ ./your_git.sh hash-object -w pear.txt
6+
[tester::#JT4] $ echo "orange pear grape pineapple blueberry banana" > pear.txt
7+
[tester::#JT4] $ ./your_git.sh hash-object -w pear.txt
88
[your_program] 7a50e289f5bde85780a843d5750ec3ae372af50a
9-
[stage-3] Output is a 40-char SHA.
10-
[stage-3] The file at ".git/objects/7a/50e289f5bde85780a843d5750ec3ae372af50a" is not Zlib-compressed
11-
[stage-3] Test failed
9+
[tester::#JT4] Output is a 40-char SHA.
10+
[tester::#JT4] The file at ".git/objects/7a/50e289f5bde85780a843d5750ec3ae372af50a" is not Zlib-compressed
11+
[tester::#JT4] Test failed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Debug = true
22

3-
[stage-1] Running tests for Stage #1: gg4
4-
[stage-1] $ ./your_git.sh init
3+
[tester::#GG4] Running tests for Stage #GG4 (gg4)
4+
[tester::#GG4] $ ./your_git.sh init
55
[your_program] Initialized git directory
6-
[stage-1] .git directory found.
7-
[stage-1] .git/objects directory found.
8-
[stage-1] .git/refs directory found.
9-
[stage-1] .git/HEAD file is valid.
10-
[stage-1] Test passed.
6+
[tester::#GG4] .git directory found.
7+
[tester::#GG4] .git/objects directory found.
8+
[tester::#GG4] .git/refs directory found.
9+
[tester::#GG4] .git/HEAD file is valid.
10+
[tester::#GG4] Test passed.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Debug = true
22

3-
[stage-1] Running tests for Stage #1: gg4
4-
[stage-1] $ ./your_git.sh init
3+
[tester::#GG4] Running tests for Stage #GG4 (gg4)
4+
[tester::#GG4] $ ./your_git.sh init
55
[your_program] did nothing
6-
[stage-1] Files found in directory: 
7-
[stage-1]  (directory is empty)
8-
[stage-1] Expected the ".git" directory to be created
9-
[stage-1] Test failed
6+
[tester::#GG4] Files found in directory: 
7+
[tester::#GG4]  (directory is empty)
8+
[tester::#GG4] Expected the ".git" directory to be created
9+
[tester::#GG4] Test failed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Debug = true
22

3-
[stage-1] Running tests for Stage #1: gg4
4-
[stage-1] $ ./your_git.sh init
3+
[tester::#GG4] Running tests for Stage #GG4 (gg4)
4+
[tester::#GG4] $ ./your_git.sh init
55
[your_program] Initialized git directory
6-
[stage-1] .git directory found.
7-
[stage-1] .git/objects directory found.
8-
[stage-1] .git/refs directory found.
9-
[stage-1] .git/HEAD file is valid.
10-
[stage-1] Test passed.
6+
[tester::#GG4] .git directory found.
7+
[tester::#GG4] .git/objects directory found.
8+
[tester::#GG4] .git/refs directory found.
9+
[tester::#GG4] .git/HEAD file is valid.
10+
[tester::#GG4] Test passed.
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Debug = true
22

3-
[stage-2] Running tests for Stage #2: ic4
4-
[stage-2] $ ./your_git.sh init
3+
[tester::#IC4] Running tests for Stage #IC4 (ic4)
4+
[tester::#IC4] $ ./your_git.sh init
55
[your_program] Initialized git directory
6-
[stage-2] Added blob object to .git/objects: 7a50e289f5bde85780a843d5750ec3ae372af50a
7-
[stage-2] $ ./your_git.sh cat-file -p 7a50e289f5bde85780a843d5750ec3ae372af50a
6+
[tester::#IC4] Added blob object to .git/objects: 7a50e289f5bde85780a843d5750ec3ae372af50a
7+
[tester::#IC4] $ ./your_git.sh cat-file -p 7a50e289f5bde85780a843d5750ec3ae372af50a
88
[your_program] orange pear grape pineapple blueberry banana
9-
[stage-2] Output is valid.
10-
[stage-2] Test passed.
9+
[tester::#IC4] Output is valid.
10+
[tester::#IC4] Test passed.
1111

12-
[stage-1] Running tests for Stage #1: gg4
13-
[stage-1] $ ./your_git.sh init
12+
[tester::#GG4] Running tests for Stage #GG4 (gg4)
13+
[tester::#GG4] $ ./your_git.sh init
1414
[your_program] Initialized git directory
15-
[stage-1] .git directory found.
16-
[stage-1] .git/objects directory found.
17-
[stage-1] .git/refs directory found.
18-
[stage-1] .git/HEAD file is valid.
19-
[stage-1] Test passed.
15+
[tester::#GG4] .git directory found.
16+
[tester::#GG4] .git/objects directory found.
17+
[tester::#GG4] .git/refs directory found.
18+
[tester::#GG4] .git/HEAD file is valid.
19+
[tester::#GG4] Test passed.
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
Debug = true
22

3-
[stage-4] Running tests for Stage #4: kp1
4-
[stage-4] $ ./your_git.sh init
3+
[tester::#KP1] Running tests for Stage #KP1 (kp1)
4+
[tester::#KP1] $ ./your_git.sh init
55
[your_program] Initialized git directory
6-
[stage-4] Writing a tree to git storage..
7-
[stage-4] $ ./your_git.sh ls-tree --name-only b2d2f8c10d725becf99fcfa62bec34584e5f8e83
6+
[tester::#KP1] Writing a tree to git storage..
7+
[tester::#KP1] $ ./your_git.sh ls-tree --name-only b2d2f8c10d725becf99fcfa62bec34584e5f8e83
88
[your_program] apple
99
[your_program] blueberry
1010
[your_program] strawberry
11-
[stage-4] Test passed.
11+
[tester::#KP1] Test passed.
1212

13-
[stage-3] Running tests for Stage #3: jt4
14-
[stage-3] $ ./your_git.sh init
13+
[tester::#JT4] Running tests for Stage #JT4 (jt4)
14+
[tester::#JT4] $ ./your_git.sh init
1515
[your_program] Initialized git directory
16-
[stage-3] $ echo "grape pear blueberry pineapple apple orange" > blueberry.txt
17-
[stage-3] $ ./your_git.sh hash-object -w blueberry.txt
16+
[tester::#JT4] $ echo "grape pear blueberry pineapple apple orange" > blueberry.txt
17+
[tester::#JT4] $ ./your_git.sh hash-object -w blueberry.txt
1818
[your_program] c15ad139c1acde0f92c11361b797f41197461f61
19-
[stage-3] Output is a 40-char SHA.
20-
[stage-3] Blob file contents are valid.
21-
[stage-3] Returned SHA matches expected SHA.
22-
[stage-3] Test passed.
19+
[tester::#JT4] Output is a 40-char SHA.
20+
[tester::#JT4] Blob file contents are valid.
21+
[tester::#JT4] Returned SHA matches expected SHA.
22+
[tester::#JT4] Test passed.
2323

24-
[stage-2] Running tests for Stage #2: ic4
25-
[stage-2] $ ./your_git.sh init
24+
[tester::#IC4] Running tests for Stage #IC4 (ic4)
25+
[tester::#IC4] $ ./your_git.sh init
2626
[your_program] Initialized git directory
27-
[stage-2] Added blob object to .git/objects: 0864cb0c02426f62a4e1d41c2dcdb23bcb9e8967
28-
[stage-2] $ ./your_git.sh cat-file -p 0864cb0c02426f62a4e1d41c2dcdb23bcb9e8967
27+
[tester::#IC4] Added blob object to .git/objects: 0864cb0c02426f62a4e1d41c2dcdb23bcb9e8967
28+
[tester::#IC4] $ ./your_git.sh cat-file -p 0864cb0c02426f62a4e1d41c2dcdb23bcb9e8967
2929
[your_program] apple strawberry mango orange raspberry banana
30-
[stage-2] Output is valid.
31-
[stage-2] Test passed.
30+
[tester::#IC4] Output is valid.
31+
[tester::#IC4] Test passed.
3232

33-
[stage-1] Running tests for Stage #1: gg4
34-
[stage-1] $ ./your_git.sh init
33+
[tester::#GG4] Running tests for Stage #GG4 (gg4)
34+
[tester::#GG4] $ ./your_git.sh init
3535
[your_program] Initialized git directory
36-
[stage-1] .git directory found.
37-
[stage-1] .git/objects directory found.
38-
[stage-1] .git/refs directory found.
39-
[stage-1] .git/HEAD file is valid.
40-
[stage-1] Test passed.
36+
[tester::#GG4] .git directory found.
37+
[tester::#GG4] .git/objects directory found.
38+
[tester::#GG4] .git/refs directory found.
39+
[tester::#GG4] .git/HEAD file is valid.
40+
[tester::#GG4] Test passed.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Debug = true
22

3-
[stage-4] Running tests for Stage #4: kp1
4-
[stage-4] $ ./your_git.sh init
3+
[tester::#KP1] Running tests for Stage #KP1 (kp1)
4+
[tester::#KP1] $ ./your_git.sh init
55
[your_program] Initialized git directory
6-
[stage-4] Writing a tree to git storage..
7-
[stage-4] $ ./your_git.sh ls-tree --name-only b2d2f8c10d725becf99fcfa62bec34584e5f8e83
6+
[tester::#KP1] Writing a tree to git storage..
7+
[tester::#KP1] $ ./your_git.sh ls-tree --name-only b2d2f8c10d725becf99fcfa62bec34584e5f8e83
88
[your_program] apple
99
[your_program] blueberry
1010
[your_program] strawberry
1111
[your_program] Something went wrong!
12-
[stage-4] Expected 0 as exit code, got: 1
13-
[stage-4] Test failed
12+
[tester::#KP1] Expected 0 as exit code, got: 1
13+
[tester::#KP1] Test failed

0 commit comments

Comments
 (0)