-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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] Timeouts in ml.integration.RegressionIT.testStopAndRestart #49680
Comments
Pinging @elastic/ml-core (:ml) |
There's more information about why in the
So basically a request to stop the job never returned. Logging from the client side of the test was simply:
|
I have one suspicion which I still need to validate: Line 190 in 6bcea53
(another issue to investigate is why did the process have this failure) |
The comment above may not be relevant, as:
|
Fix is now merged in master and 7.x. |
Unfortunately, the test failed again on 7.x (the build contained the fix). |
On the failed CI test, when the C++ process was closing, it failed with:
It looks like it's seen fatal error, but there is no associated message. I'll try to figure out if there is something common among those failed runs. So far, I discovered that this particular failure only happens on |
There are still related CI failures (approx. 1 per day).
on Dec 31 and:
on Jan 1 It seems to me that there is a race between |
I've found this issue: https://bugs.openjdk.java.net/browse/JDK-8054565 It explains that in Java 8 |
Looking at Java 8 source code it is clearly visible that the bug fix is not there (no additional Additionally, the java home setting in the failing build is Java 8: The combination of these two factors lets me conclude that the failed CI test run is indeed a result of the JDK issue mentioned in the previous post. One way to fix it would be to add |
testStopAndRestart
test cases causes the suite to timeout:https://gradle-enterprise.elastic.co/s/5i6pq2myin76e
The text was updated successfully, but these errors were encountered: