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

Maven Tests on JDK 11 Windows get stuck for 3.2 branch #36797

Closed
rsvoboda opened this issue Oct 31, 2023 · 6 comments
Closed

Maven Tests on JDK 11 Windows get stuck for 3.2 branch #36797

rsvoboda opened this issue Oct 31, 2023 · 6 comments
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/maven env/windows Impacts Windows machines kind/bug Something isn't working

Comments

@rsvoboda
Copy link
Member

Describe the bug

Maven Tests on JDK 11 Windows gets stuck with Results:Terminate batch job (Y/N)? for 3.2 branch

See the timestamps on last two lines, there is 8 minutes nothing before termination:
Screenshot 2023-10-31 at 9 28 47

Noticed in #36697 execution

Windows are the most used OS by users with enabled build time metrics.
This makes backports and CI failures investigation more painful and can hide other issues.
This needs to be investigated and fixed.

CI on main seems to pass, I have seen green light on #36752
Quarkus CI / Maven Tests - JDK 11 Windows (pull_request) Successful in 16m Details

Expected behavior

Maven Tests on JDK 11 Windows pass

Actual behavior

Maven Tests on JDK 11 Windows gets stuck

How to Reproduce?

Do something similar to #36697

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@rsvoboda rsvoboda added kind/bug Something isn't working area/maven area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins labels Oct 31, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 31, 2023

/cc @quarkusio/devtools (maven)

@quarkus-bot quarkus-bot bot added the env/windows Impacts Windows machines label Oct 31, 2023
@rsvoboda
Copy link
Member Author

Looking again into the log and I think the job hit timeout-minutes: 80 as defined in https://github.com/quarkusio/quarkus/blob/3.2/.github/workflows/ci-actions-incremental.yml#L352

Upstream is using 130 minutes timeout introduced in https://github.com/quarkusio/quarkus/blob/main/.github/workflows/ci-actions-incremental.yml#L400 together with dev mode inclusion
ut even before that change, timeout was set to 100 minutes.

CC @aloubyansky

@rsvoboda
Copy link
Member Author

#35132 increased the timeouts including windows tests, I think we should backport that one, added backport label to it.

@geoand
Copy link
Contributor

geoand commented Sep 13, 2024

I assume we can close this since we no longer support JDK 11

@rsvoboda
Copy link
Member Author

JDK 11 is supported on 3.2 branch, but this can be closed because:

@geoand
Copy link
Contributor

geoand commented Sep 13, 2024

👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/maven env/windows Impacts Windows machines kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants