This repository was archived by the owner on Jul 30, 2024. It is now read-only.
Commit 19663a1
authored
Made 'VirusScanRequestFailed' to be considered "Incomplete" (#266)
* Made 'VirusScanRequestFailed' to be considered "Incomplete" (previously fell under "unknown status" -> failure). Enables few retries (until deadlettered) for VCS submission in case issue is on VCS side.
* Disabled flaky test1 parent 92704bb commit 19663a1
3 files changed
Lines changed: 4 additions & 2 deletions
File tree
- src/NuGet.Services.Validation.Orchestrator/Vcs
- tests/NuGet.Services.Validation.Orchestrator.Tests
- Vcs
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments