-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Test Failed] FAILED: gen/src/controller/tests/data_model/TestRead_run.pw_pystamp tests/TestRead ERR ../../third_party/pigweed/repo/targets/host/run_test exited with status 255 OUT [Pid: 22671] '#0:','TestRead' #27829
Comments
No useful timestamps on those failures, but what is conspicuously missing is a line that says: In other words, we are checking for "we timed out" before we actually time out. The relevant part of the test looks like this:
where ComputeSubscriptionTimeout adds 100ms of slack on top of what I would expect the liveness timer to be set to. But if we lose the timeslice for > 100ms, it's possible that we will break out of the loop before we have processed the timer.... We should probably just use slightly more slack here. |
100ms is not enough: we have tests losing the timeslice for that long, and then we break out of our "waiting for timeout" loop before we process the firing of the timeout timer. Fixes project-chip#27829
) 100ms is not enough: we have tests losing the timeslice for that long, and then we break out of our "waiting for timeout" loop before we process the firing of the timeout timer. Fixes #27829
Test issue(s)
https://github.com/project-chip/connectedhomeip/actions/runs/5490169427/jobs/10005272854
Anything else?
No response
The text was updated successfully, but these errors were encountered: