Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2732094

Browse files
authored
chore: fix tailnet integration test flake (#13313)
1 parentb8b80fe commit2732094

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎tailnet/test/integration/integration.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,9 @@ func ExecBackground(t *testing.T, processName string, netNS *os.File, name strin
449449
waitErr:=make(chanerror,1)
450450
gofunc() {
451451
err:=cmd.Wait()
452+
iferr!=nil&&strings.Contains(err.Error(),"signal: terminated") {
453+
err=nil
454+
}
452455
waitErr<-err
453456
close(waitErr)
454457
}()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp