-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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] JdbcSecurityIT testQueryDocumentExcluded failing #73657
Comments
Pinging @elastic/es-ql (Team:QL) |
One more (recent) failure. Probably similar, if not the same: https://gradle-enterprise.elastic.co/s/kosk7c47y2ujy |
And a bit older one: https://gradle-enterprise.elastic.co/s/ov4hrnxx2vnxg |
Another one: https://gradle-enterprise.elastic.co/s/6kgjg3tj2tl5u/tests/failed The above build scan has a few other test failures. The error message is:
Seems like a test setup issue. So it might be cascading failures due to failure of |
This test is about reading and making assertions on audit logging. If we expect some audit log lines to be there but they are not, then one test fails. The subsequent tests will fail as well, because we take the logs line by line and if one of them has a breakage, that one cascades on the following ones. The likely reason for the failures, because it happens so rarely at apparently top of the hour timestamps, it could be related to the rollover process. We've had a similar bug in the past in the test itself, it was fixed and for a long time there were no further failures. Until this issue. We didn't change these tests in a very long time, so it's likely to be related to the rollover process or the content of the logs when the rollover happens. |
Leaving here some snippets from various failures:
|
Another related test failure today: https://gradle-enterprise.elastic.co/s/fjcxmwocra4o4 |
Another one: https://gradle-enterprise.elastic.co/s/5koqsxhkrfr6i |
I think there was a similar occurrence on June 1st: https://gradle-enterprise.elastic.co/s/kmwjw4dcwdppk
Build scan:
https://gradle-enterprise.elastic.co/s/3gt7diubtz7mu/tests/:x-pack:plugin:sql:qa:server:security:with-ssl:integTest/org.elasticsearch.xpack.sql.qa.security.JdbcSecurityIT/testQueryDocumentExcluded
Reproduction line:
./gradlew ':x-pack:plugin:sql:qa:server:security:with-ssl:integTest' --tests "org.elasticsearch.xpack.sql.qa.security.JdbcSecurityIT.testQueryDocumentExcluded" -Dtests.seed=68E003C7EDCA036 -Dtests.locale=zh -Dtests.timezone=Australia/Yancowinna -Druntime.java=11
Applicable branches:
master
Reproduces locally?:
No
Failure history:
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.xpack.sql.qa.security.JdbcSecurityIT&tests.test=testQueryDocumentExcluded
Failure excerpt:
The text was updated successfully, but these errors were encountered: