-
Notifications
You must be signed in to change notification settings - Fork 25k
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] TransformIT testStopWaitForCheckpoint failing #71208
Comments
Pinging @elastic/ml-core (Team:ML) |
Pinging @elastic/es-security (Team:Security) |
It passes locally for me with |
From what I can tell, there were race conditions in the checkpoint storage. All the transform test run logs: The logs have the following, indicating some sort of conflict with storing the stats?:
|
Ah, good call. I believe I used Oracle JDK locally. Seems this probably isn't FIPS related anyhow though. |
We had a similar one in #70416 It's fixed, however not backported to The fix is a larger change, I think it should merge cleanly. Still wonder if we should accept such a large patch. |
Another instances:
Maybe this should be backported, since the refactoring fixes a bug too? |
I created a backport PR. |
I merged #71343 |
Might be something up here. When running this locally, the test just hung. Tagging security here as well since this might be FIPS related?
Build scan:
https://gradle-enterprise.elastic.co/s/hksi6yfmojuq4/tests/:x-pack:plugin:transform:qa:multi-node-tests:javaRestTest/org.elasticsearch.xpack.transform.integration.TransformIT/testStopWaitForCheckpoint
Reproduction line:
./gradlew ':x-pack:plugin:transform:qa:multi-node-tests:javaRestTest' --tests "org.elasticsearch.xpack.transform.integration.TransformIT.testStopWaitForCheckpoint" -Dtests.seed=4E51A8494E673B01 -Dtests.security.manager=true -Dtests.locale=es-NI -Dtests.timezone=Etc/GMT+8 -Druntime.java=8 -Dtests.fips.enabled=true
Applicable branches:
7.12
Reproduces locally?:
Yes
Failure history:
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.xpack.transform.integration.TransformIT&tests.test=testStopWaitForCheckpoint
Failure excerpt:
The text was updated successfully, but these errors were encountered: