Skip to content
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

Disable TR_UseIdleTime temporarily #20442

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

mpirvu
Copy link
Contributor

@mpirvu mpirvu commented Oct 30, 2024

The effect of PR #20417 was to enable the TR_UseIdleTime option which was disabled by a code bug. Apparently, this change caused some of the tests to timeout.
This commit temporarily disables TR_UseIdleTime until we understand and fix the cause of the timeouts.

Fixes: #20435

The effect of PR eclipse-openj9#20417 was to enable the TR_UseIdleTime option
which was disabled by a code bug. Apparently, this change caused
some of the tests to timeout.
This commit temporarily disables TR_UseIdleTime until we
understand and fix the cause of the timeouts.

Fixes: eclipse-openj9#20435

Signed-off-by: Marius Pirvu <[email protected]>
@mpirvu mpirvu requested a review from dsouzai as a code owner October 30, 2024 13:09
@mpirvu
Copy link
Contributor Author

mpirvu commented Oct 30, 2024

jenkins test sanity all jdk23

@mpirvu
Copy link
Contributor Author

mpirvu commented Oct 30, 2024

@dsouzai Please review/merge this PR.

@dsouzai dsouzai self-assigned this Oct 30, 2024
@pshipton
Copy link
Member

There are a couple timeout failures on alinux with no diagnostics, but not sure it's related to this change. There seems to be some network slowness happening on alinux recently.
java/foreign/TestUpcallAsync.java.TestUpcallAsync
java/foreign/TestUpcallException.java.TestUpcallException

sanity.openjdk passed for all other Linux platforms, there are no timeouts in vector tests, which is better than previously.

Windows sanity.openjdk failed one test due to ClassNotFoundException, which is a known jdk23 problem.
I accidentally killed one of the child tests, but it was passing up to that point.

I'm going to go ahead and merge this.

@pshipton pshipton merged commit fc6f64c into eclipse-openj9:master Oct 30, 2024
24 of 27 checks passed
@mpirvu mpirvu deleted the disableuseidle branch October 31, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jdk/incubator/vector and other tests timing out
3 participants