Commit 49b0497
Adding Consistency to 'Failed To Resolve Action Download Info' Infrastructure Error Flagging (#2488)
* adding extra catch for download failure in composite actions
* Adding infra error
* Adding error handling centralizing
* updating try catch bubbling
* cleaning up commits
* cleaning up commits
* cleaning up commits
* updating bubbler
* cleaning up test files
* Fixing linting errors
* updating exception bubble
* reverting composite
* updating catch to not exclude other exceptions
* removing uneeded import
* Update src/Runner.Worker/ActionRunner.cs
Co-authored-by: Tingluo Huang <[email protected]>
* Update src/Runner.Worker/ActionManager.cs
Co-authored-by: Tingluo Huang <[email protected]>
* Update src/Runner.Worker/ActionManager.cs
Co-authored-by: Tingluo Huang <[email protected]>
* Update src/Runner.Worker/ActionManager.cs
Co-authored-by: Tingluo Huang <[email protected]>
* Update src/Runner.Worker/ActionManager.cs
Co-authored-by: Tingluo Huang <[email protected]>
* moving download out of for loop; reverting exception wrap
* Update src/Runner.Worker/ActionManager.cs
Co-authored-by: Tingluo Huang <[email protected]>
* Adding blank lines back
* Adding blank lines back
* removing uneeded catch for download fail
* adding var back for consistency
* formatting clean
---------
Co-authored-by: Tingluo Huang <[email protected]>1 parent eeb0cf6 commit 49b0497
2 files changed
+14
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
105 | 118 | | |
106 | 119 | | |
107 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | 434 | | |
443 | 435 | | |
444 | 436 | | |
| |||
0 commit comments