-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[CI] CliSecurityIT testDescribeDocumentExcluded failed with missing audit log #48117
Comments
Pinging @elastic/es-search (:Search/SQL) |
A similar thing just happened in https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=fedora-29&&immutable/331/consoleText, but with the first failure in
Also in https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=opensuse-42-3&&immutable/331/consoleText, but with the first failure in
So it seems that to silence this class of failure the entirety of both |
There are a number of these builds that fail with assertion errors in basically the entire https://gradle-enterprise.elastic.co/s/h5t5objanvhpk/tests/failed |
It seems that all these failures have to do with an audit log that involves the newly added enrich processor index... and the timing seems to match as well. |
@elastic/es-core-features ☝️thoughts? |
this led to even more failures, I muted the suite in a340795 |
This is failing in |
#48098 might be related |
Muted in |
I am muting 7.5 as well |
@jbaiera could #48098 be the fix for these failures here? What happens with sql tests in this specific issue is that some unexpected audit log entry resembling |
I think the reason for that log line was that the background maintenance task for enrich was failing when running with security. The authentication failure was making it to the audit log. Now that it's fixed, the log message should be gone |
Seems that the issue has been fixed with: elastic#48098 Closes: elastic#48117
Many tests in the
CliSecurityIT
suite failed in https://gradle-enterprise.elastic.co/s/3fgucfb5u5ukiHowever, all of them apart from 1 say:
The root cause failure appears to be
CliSecurityIT.testDescribeDocumentExcluded
:That's from https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=debian-9&&immutable/329/consoleText
The REPRO command is:
This did not reproduce locally for me.
The text was updated successfully, but these errors were encountered: