Skip to content

Commit da6be8e

Browse files
Sam Balanacopybara-github
authored andcommitted
[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: I5e86ea545e8b748d1b78d05de0b6bff633bb9093
1 parent 34f5810 commit da6be8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/flower

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
path="third_party/antlion"
8888
remote="https://fuchsia.googlesource.com/antlion"
8989
gerrithost="https://fuchsia-review.googlesource.com"
90-
revision="6d62bbe6b5992aaf86456e76605ee7a0c87c9eda"/>
90+
revision="153882c48ffc3035ffb886f516b44a1370753fc2"/>
9191
<project name="third_party/bcmdhd"
9292
gitsubmoduleof="fuchsia"
9393
path="third_party/bcmdhd"

0 commit comments

Comments
 (0)