-
Notifications
You must be signed in to change notification settings - Fork 158
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
[Flaky Test]: 8.12 branch, Multiple tests – The service cannot accept control messages at this time #4273
Comments
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
There is an earlier failure:
And if the 8.10.4 version is the one that is still running because it failed to uninstall we could run into this issue because 8.10.4 is using elastic-agent-libs 0.5.0, which has the bug where the service manager can only receive one request, it hangs after that, returning the dreaded "cannot accept control messages at this time" error message. |
@leehinman any thoughts how we can avoid this failures on our CI? Do we have to use this version that contains the bug? |
I don't think we have to use 8.10.4, one oddity is the test calls |
33 tests failed on 8.12 branch because of this issue in https://buildkite.com/elastic/elastic-agent/builds/7264#018dc584-6f9e-4d43-a528-9d4c165b2a00 (not sure about all 33 but most of them). So, according to our changelog this issue is fixed in 8.11.0 https://www.elastic.co/guide/en/fleet/8.11/release-notes-8.11.0.html I think we should reconsider using anything below 8.11.0 in our tests. |
AFAIK, we no longer release 8.12.x, closing now. |
Failing test case
TestUpgrade*, TestStandaloneUpgrade*
Error message
The service cannot accept control messages at this time
Build
https://buildkite.com/elastic/elastic-agent/builds/7231#018dade7-b360-4571-b713-e7963dca3de7
OS
Windows
Stacktrace and notes
The text was updated successfully, but these errors were encountered: