Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: test timeout failures #55248

Closed
gopherbot opened this issue Sep 20, 2022 · 4 comments
Closed

net: test timeout failures #55248

gopherbot opened this issue Sep 20, 2022 · 4 comments
Assignees
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "net" && test == "" && `panic: test timed out`

Bug automatically created to track these flakes.

— watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Sep 20, 2022
@gopherbot
Copy link
Author

gopherbot commented Sep 20, 2022

Found new matching flaky dashboard failures for:

#!watchflakes
post <- pkg == "net" && test == "" && `panic: test timed out`
2022-08-23 20:24 windows-arm64-10 go@556c9784 net (log)
panic: test timed out after 3m0s

goroutine 358 [running]:
panic({0x7ff6d11782a0, 0x4000218000})
	C:/workdir/go/src/runtime/panic.go:987 +0x3e0 fp=0x40000c1f80 sp=0x40000c1ec0 pc=0x7ff6d0fa7090
testing.(*M).startAlarm.func1()
	C:/workdir/go/src/testing/testing.go:2036 +0x88 fp=0x40000c1fd0 sp=0x40000c1f80 pc=0x7ff6d105f958
runtime.goexit()
	C:/workdir/go/src/runtime/asm_arm64.s:1165 +0x4 fp=0x40000c1fd0 sp=0x40000c1fd0 pc=0x7ff6d0fd8e34
created by time.goFunc
	C:/workdir/go/src/time/sleep.go:176 +0x38

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Sep 20, 2022

2022-08-23 20:24 windows-arm64-10 go@556c9784 net

This was a timeout in TestInterfaceHardwareAddrWithGetmac; see previously #21027, #19537, #13606.

I'm not sure how to reconfigure watchflakes to track that failure mode specifically, as opposed to any other timeout or deadlock in the net package (such as #41326).

@rsc rsc changed the title net: flaky test timeout net: test timeout Sep 20, 2022
@rsc rsc changed the title net: test timeout net: test timeout failures Sep 20, 2022
@rsc
Copy link
Contributor

rsc commented Sep 20, 2022

I'm going to delete and recreate these.

@rsc rsc self-assigned this Sep 20, 2022
@rsc
Copy link
Contributor

rsc commented Sep 21, 2022

The new TestInterfaceHardwareAddrWithGetmac test issue is #55279.

@rsc rsc closed this as completed Sep 21, 2022
@golang golang locked and limited conversation to collaborators Sep 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants