-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
testing: tests that panic sometimes log "warning: no tests to run" instead #41479
Comments
Only those two in the logs. Hrm. I suspect that this is more likely a bug in the 2020-09-18T14:36:22-789d77a/linux-386-longtest |
The first of these was observed Sept. 17, which isn't too long after CL 254637 (CC @ianlancetaylor @odeke-em @changkun), which changed the |
The Unfortunately, that error string is not unique. It has two possible origins: Line 1395 in a408139
Line 1457 in a408139
|
Change https://golang.org/cl/256098 mentions this issue: |
Sorry for making trouble again. I think the bug was indeed introduced in CL 254637. The reason is CL 254637 sends the I don't have an idea about how to reproduce the bug, but I think my suspicion is reasonable. Thus I just moved the signaling code a few lines down and sent a CL that should fix the bug. Another option would be to revert the CL 254637, but this choice would lead to #41355 open again. |
The
TestScript/test_exit
test incmd/go
failed on thelinux-386-longtest
builder in https://build.golang.org/log/6f34555f06c618921fe4b9e85fbe1522a1a8078e because a panic wasn't seen:The passing behavior for that test is something like:
Another failure on
linux-386-longtest
builder around 20 commits ago in https://build.golang.org/log/63ec772b8d735f614581991b172dc91b86f64b5c also involved not finding panic in stdout:Not sure if the issue is in cmd/go or the runtime.
/cc @bcmills
The text was updated successfully, but these errors were encountered: