Commit da6be8e
[roll] Roll antlion [runner] Forward termination signals to Python
Fix an issue where test timeouts in infrastructure resulted in no logs
uploaded to LUCI artifacts. This was caused by SIGTERM not being
forwarded to the Python process running antlion, communicating to the
Swarming bot that the test is unresponsive, resulting in a forced kill
before antlion-runner is able to run teardown() on the InfraDriver.
Since teardown wasn't being called, symlinks weren't being removed from
the output directory causing errors while uploading to CAS.
Original-Fixed: b/356240967
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1162412
Original-Revision: 153882c48ffc3035ffb886f516b44a1370753fc2
GitOrigin-RevId: cf9444ffb40b6183e6817811f787e965c9014592
Change-Id: I5e86ea545e8b748d1b78d05de0b6bff633bb90931 parent 34f5810 commit da6be8e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments