-
Notifications
You must be signed in to change notification settings - Fork 81
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
Fix Intermittently Failing Unit Test #259
Comments
how can i reproduce the bug ? |
Thanks for the interest, I think running the tests in the pipeline saw inconsistent behavior and the intermittent failures. Running the test locally might reproduce the issue. I added this fix #271 to tackle the problem. I'll update this if anything else needs to be done, otherwise I'll close it in a week or so |
Please keep open. Still seeing intermittent failures: https://github.com/nginx/agent/actions/runs/4629318982/jobs/8189426092 and https://github.com/nginx/agent/actions/runs/4627873493/jobs/8186316791 |
@redaHamioui we still have this issue if you want to take a look? Some changes were made in #268 to address it but I can get it to fail locally running the following command It looks like a race condition with the channels is causing the problem |
this appears to be resolved |
The unit test on the pipeline fails intermittently with the error below. It seems to be the
commander_test.go
that is failing.Example of pipeline failing: https://github.com/nginx/agent/actions/runs/4436873229/jobs/7785851614
Error:
The text was updated successfully, but these errors were encountered: