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

Fix minor issues discovered in native-image #12379

Merged
merged 2 commits into from
Feb 28, 2025

Conversation

hubertp
Copy link
Collaborator

@hubertp hubertp commented Feb 27, 2025

Pull Request Description

Bugs have been reported by first users of NI.

Important Notes

image

Bugs have been reported by first users of NI.
@hubertp hubertp added the CI: No changelog needed Do not require a changelog entry for this PR. label Feb 27, 2025
@@ -131,6 +131,12 @@ final class JobExecutionEngine(
}
logger.log(Level.WARNING, sb.toString())
runningJob.future.cancel(runningJob.job.mayInterruptIfRunning)
case _: CancellationException =>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this related to native-image?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indirectly. @jdunkerley reported it while using NI but I suppose one could get this exception with JVM runner as well.

@hubertp
Copy link
Collaborator Author

hubertp commented Feb 27, 2025

Weird that this has not been picked up by our nightly checks that should run cloud tests.

@radeusgd
Copy link
Member

Weird that this has not been picked up by our nightly checks that should run cloud tests.

Perhaps the nightly tests are somehow still defaulting to running in non-native mode? Maybe we should consider updating them if native is becoming our default.

Copy link
Member

@JaroslavTulach JaroslavTulach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hubertp hubertp merged commit bb51294 into develop Feb 28, 2025
69 of 72 checks passed
@hubertp hubertp deleted the wip/hubert/base-auth-failure branch February 28, 2025 09:44
hubertp added a commit that referenced this pull request Feb 28, 2025
Having the test would like discover #12379 early.
AOT and JVM modes generate the same result therefore it doesn't make
sense to duplicate runs.
@enso-bot
Copy link

enso-bot bot commented Feb 28, 2025

Hubert Plociniczak reports a new STANDUP for today (2025-02-28):

Progress: Addressing more NI bugs. Verifying stale type info bug in #12207 which turned out to be a GUI issue. More testing. It should be finished by 2025-02-28.

Next Day: Next day I will be working on the #12379 task. Continue investigating NI issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: No changelog needed Do not require a changelog entry for this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants