Commit 4891207
authored
ci: better teardown failure detection in samcli-vm (runfinch#344)
An issue with flaky tests due to teardown errors appeared after a recent merge. I have added a simple approach that checks test logs for a few patterns that indicate a teardown failure. If there are unexpected tests, we will only prompt the test to fail if there were no teardown issues.
Signed-off-by: ayush-panta <[email protected]>1 parent 868e63d commit 4891207
File tree
2 files changed
+14
-5
lines changed- .github/workflows
- scripts
2 files changed
+14
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
141 | | - | |
| 140 | + | |
142 | 141 | | |
143 | 142 | | |
144 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
52 | 62 | | |
53 | 63 | | |
54 | 64 | | |
0 commit comments