-
Notifications
You must be signed in to change notification settings - Fork 148
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]: TestRpmLogIngestFleetManaged/Monitoring_logs_are_shipped – failed to evaluate all symlinks #4929
Comments
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
The failing line is: elastic-agent/pkg/testing/fixture.go Lines 670 to 674 in e8962b0
The DEB and RPM tests are the ones that are failing, and this makes some sense, because they do not use any paths under
I think the DEB and RPM install commands are missing setting up a client at the right socket path. I am actually surprised this failure doesn't happen every time more than anything. Here is the client getting created on the regular install path: elastic-agent/pkg/testing/fixture_install.go Lines 205 to 217 in e8962b0
Here is the DEB install which does not set this up, so we fall back to trying to find the control socket in work dir, which is a temporary directory. elastic-agent/pkg/testing/fixture_install.go Line 435 in e8962b0
The DEB and RPM install are also missing the clean up calls to get diagnostics and dump processes. elastic-agent/pkg/testing/fixture_install.go Lines 251 to 254 in e8962b0
|
@ycombinator the failure you linked seems to be new/unrelated, see #5311 |
Failing test case
TestRpmLogIngestFleetManaged/Monitoring_logs_are_shipped
Error message
failed to evaluate all symlinks
Build
https://buildkite.com/elastic/elastic-agent-extended-testing/builds/625#0190110f-8604-4125-9789-621c5241ef2b
OS
Linux
Stacktrace and notes
The text was updated successfully, but these errors were encountered: