Commit 342a027
committed
Fixed all remaining non-performance tests
* travis configuration adjusted to hopefully work better than before
Performance traversal still fails when using git-python as standard repository.
It naturally wants a larger one. On travis these tests are skipped though.1 parent 863a40e commit 342a027Copy full SHA for 342a027
10 files changed
+70-39Lines changed: 70 additions & 39 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- git/test
- performance
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+12Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
14 | 26 | |
15 | 27 | |
16 | 28 | |
|
Collapse file
git/test/performance/__init__.py
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
Collapse file
git/test/performance/lib.py
Copy file name to clipboardExpand all lines: git/test/performance/lib.py+23-26Lines changed: 23 additions & 26 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
6 | 7 | |
7 | 8 | |
8 | 9 | |
| ||
18 | 19 | |
19 | 20 | |
20 | 21 | |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | 22 | |
34 | 23 | |
35 | 24 | |
| ||
51 | 40 | |
52 | 41 | |
53 | 42 | |
54 | | - |
55 | | - |
56 | | - |
57 | | - |
58 | | - |
59 | | - |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
60 | 56 | |
61 | 57 | |
62 | 58 | |
| ||
65 | 61 | |
66 | 62 | |
67 | 63 | |
68 | | - |
69 | | - |
70 | | - |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
71 | 69 | |
72 | 70 | |
73 | | - |
74 | | - |
| 71 | + |
| 72 | + |
75 | 73 | |
76 | | - |
77 | | - |
78 | | - |
| 74 | + |
| 75 | + |
79 | 76 | |
80 | 77 | |
Collapse file
git/test/performance/test_commit.py
Copy file name to clipboardExpand all lines: git/test/performance/test_commit.py+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
| 11 | + |
11 | 12 | |
12 | 13 | |
13 | 14 | |
| ||
28 | 29 | |
29 | 30 | |
30 | 31 | |
| 32 | + |
31 | 33 | |
32 | 34 | |
33 | 35 | |
| ||
49 | 51 | |
50 | 52 | |
51 | 53 | |
| 54 | + |
52 | 55 | |
53 | 56 | |
54 | 57 | |
| ||
60 | 63 | |
61 | 64 | |
62 | 65 | |
| 66 | + |
63 | 67 | |
64 | 68 | |
65 | 69 | |
| ||
71 | 75 | |
72 | 76 | |
73 | 77 | |
| 78 | + |
74 | 79 | |
75 | 80 | |
76 | 81 | |
| ||
80 | 85 | |
81 | 86 | |
82 | 87 | |
83 | | - |
84 | 88 | |
85 | 89 | |
86 | 90 | |
|
Collapse file
git/test/performance/test_odb.py
Copy file name to clipboardExpand all lines: git/test/performance/test_odb.py+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | 7 | |
8 | 8 | |
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
14 | 15 | |
15 | 16 | |
16 | 17 | |
|
Collapse file
git/test/performance/test_streams.py
Copy file name to clipboardExpand all lines: git/test/performance/test_streams.py+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
6 | 7 | |
7 | 8 | |
8 | 9 | |
9 | 10 | |
10 | | - |
11 | 11 | |
12 | 12 | |
13 | 13 | |
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
| 25 | + |
25 | 26 | |
26 | 27 | |
27 | 28 | |
|
Collapse file
git/test/performance/test_utils.py
Copy file name to clipboardExpand all lines: git/test/performance/test_utils.py+7-1Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
| 5 | + |
5 | 6 | |
6 | 7 | |
7 | 8 | |
| ||
10 | 11 | |
11 | 12 | |
12 | 13 | |
| 14 | + |
13 | 15 | |
14 | 16 | |
15 | 17 | |
| ||
64 | 66 | |
65 | 67 | |
66 | 68 | |
| 69 | + |
67 | 70 | |
68 | 71 | |
69 | 72 | |
| ||
106 | 109 | |
107 | 110 | |
108 | 111 | |
| 112 | + |
109 | 113 | |
110 | 114 | |
111 | 115 | |
| ||
137 | 141 | |
138 | 142 | |
139 | 143 | |
| 144 | + |
140 | 145 | |
141 | 146 | |
142 | 147 | |
| ||
161 | 166 | |
162 | 167 | |
163 | 168 | |
| 169 | + |
164 | 170 | |
165 | 171 | |
166 | 172 | |
|
Collapse file
+8-2Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
| 9 | + |
9 | 10 | |
10 | 11 | |
11 | 12 | |
| ||
17 | 18 | |
18 | 19 | |
19 | 20 | |
20 | | - |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
21 | 25 | |
22 | 26 | |
23 | 27 | |
| ||
211 | 215 | |
212 | 216 | |
213 | 217 | |
| 218 | + |
| 219 | + |
214 | 220 | |
215 | 221 | |
216 | 222 | |
| ||
322 | 328 | |
323 | 329 | |
324 | 330 | |
325 | | - |
| 331 | + |
326 | 332 | |
327 | 333 | |
328 | 334 | |
|
Collapse file
+7-7Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
38 | | - |
39 | | - |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
40 | 41 | |
41 | | - |
42 | | - |
| 42 | + |
| 43 | + |
43 | 44 | |
44 | 45 | |
45 | 46 | |
| ||
210 | 211 | |
211 | 212 | |
212 | 213 | |
213 | | - |
214 | | - |
| 214 | + |
215 | 215 | |
216 | 216 | |
217 | 217 | |
|
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
| 15 | + |
14 | 16 | |
15 | 17 | |
16 | 18 | |
| ||
378 | 380 | |
379 | 381 | |
380 | 382 | |
| 383 | + |
381 | 384 | |
382 | 385 | |
383 | 386 | |
|
0 commit comments