Skip to content

Commit e2a0be4

Browse files
0introdmitshur
authored andcommitted
env: disable aux/timesync in Plan 9 image
TestVariousDeadlines is regularly failing on the plan9/386 builder running on GCE. Richard Miller suspects that the failure may be related to an issue in time measurement, due to the clock going backward and forward. A work around would be to disable auth/timesync to prevent prevent the time from jumping around. This changes fixes the Plan 9 image by disabling aux/timesync before starting the buildlet. Fixes golang/go#26945. Change-Id: Ibe80cdcd1360cd9e40da70c2c454b6ba2eb44ce9 Reviewed-on: https://go-review.googlesource.com/129098 Reviewed-by: Richard Miller <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 403c551 commit e2a0be4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

env/plan9-386/make.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ send "echo ramfs -u >>/cfg/helix/cpustart\n"
189189
expect -exact "term% "
190190
send "echo aux/randfs -m /dev >>/cfg/helix/cpustart\n"
191191
192+
expect -exact "term% "
193+
send "echo kill timesync '|' rc >>/cfg/helix/cpustart\n"
194+
192195
expect -exact "term% "
193196
send "echo >>/cfg/helix/cpustart\n"
194197

0 commit comments

Comments
 (0)