-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
syz-cluster/controller: TestProcessor times out #5776
Comments
No, it didn't go away: https://github.com/google/syzkaller/actions/runs/13396267430/job/37415981700?pr=5800
|
The real problem is this line of the log
And this is weird -- if the context were indeed cancelled, we would not have Is it something inside the Spanner library? Full log:
|
Ah, okay, that's likely an artifact of the previous context cancellation within Still, if we failed to start session, it must be among next Loop's syzkaller/syz-cluster/controller/processor.go Lines 156 to 159 in cbd8eda
If the session was actually marked as started, it would be among the
Was it already marked finished somehow? |
That should hopefully shed more light on google#5776.
That should hopefully shed more light on google#5776.
That should hopefully shed more light on #5776.
With more logs: https://github.com/google/syzkaller/actions/runs/13440550510/job/37553644015
The answer to
is no. |
This will likely be gone after the refactoring I'm going to push for review soon, but let's keep it in the issues for now.
https://github.com/google/syzkaller/actions/runs/13296004987/job/37128005699
The text was updated successfully, but these errors were encountered: