Commit cb71496
authored
Fix TestLock not to create a new repo (#3201)
## Why
This integration test creates a repo when it does not need to. Repos
have been a persistent source of flakiness because they do not behave
well under load.
This PR reduces flakiness and improves CI health.
Failure logs:
```
=== FAIL: integration/libs/git TestFetchRepositoryInfoAPI_FromRepo (re-run 2) (4.42s)
Error: Received unexpected error:
a Workspace object at path /Repos/***/integration-test-e7844b5d8018420996b3bb0f95aec84e already exists. Try a different path for your Repo or rename the existing Workspace object.
```1 parent 941aa5d commit cb71496
1 file changed
Lines changed: 1 addition & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | | - | |
19 | | - | |
20 | 16 | | |
21 | 17 | | |
22 | 18 | | |
23 | 19 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 20 | | |
49 | 21 | | |
50 | 22 | | |
51 | | - | |
| 23 | + | |
52 | 24 | | |
53 | 25 | | |
54 | 26 | | |
| |||
0 commit comments