-
Notifications
You must be signed in to change notification settings - Fork 489
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
Client timeout in Producer longevity test #1476
Comments
hours tests passes now. @tjtelan can you close after testing this? |
The hourly tests have been running for more than 24 hours now, and their pass rate has significantly increased. I think we may still see this issue in high CPU load environments like in the github actions hosted runners, but this looks practically fixed. |
I'm able to reproduce this locally if I run the test for long enough. This is the error I got after attempting to run a 10 min test. Failed after 9.5 minutes.
|
This is likely related to #1526
|
longevity test should use develop version of fluvio if not run in CI |
Maybe #1476 (comment) is a different issue than #1476 (comment). Perhaps I should reopen a separate issue. The error messages are different |
This test run failed due to a client error. The test was trying to produce messages at a fixed rate against a k8 cluster in CI.
It is possible that this is stress from the low-resource github runner. However, I do hit this in my local dev environment after a few minutes.
The text was updated successfully, but these errors were encountered: