-
Notifications
You must be signed in to change notification settings - Fork 60
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
Fixes the issue that nativeTest cannot be executed using Junit 5.11.0-M2 #603
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
linghengqian
commented
Jun 13, 2024
•
edited
Loading
edited
- Fixes Unable to execute nativeTest under Junit 5.11.0-M2 #602 .
- Fixes the issue that nativeTest cannot be executed using Junit 5.11.0-M2.
- The project's gradle toolchain actively looks for a random jdk17 release, such as Microsoft OpenJDK 17. Setting up a GraalVM version of JDK11 can be very confusing.
oracle-contributor-agreement
bot
added
the
OCA Verified
All contributors have signed the Oracle Contributor Agreement.
label
Jun 13, 2024
This was referenced Jun 13, 2024
linghengqian
force-pushed
the
fix-junit
branch
2 times, most recently
from
June 13, 2024 16:39
43a5d98
to
581246b
Compare
linghengqian
force-pushed
the
fix-junit
branch
3 times, most recently
from
June 14, 2024 08:34
219cf50
to
963e4c5
Compare
linghengqian
force-pushed
the
fix-junit
branch
2 times, most recently
from
June 14, 2024 12:35
611dc68
to
fe745c6
Compare
linghengqian
force-pushed
the
fix-junit
branch
2 times, most recently
from
June 14, 2024 14:12
419e583
to
2dcfe2f
Compare
linghengqian
commented
Jun 14, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- @dnestoro @fniephaus Is it possible to temporarily disable the execution of
./gradlew :native-gradle-plugin:functionalTest
on GraalVM CE Dev For JDK24 / https://github.com/graalvm/graalvm-ce-dev-builds/releases/tag/24.1.0-dev-20240612_2110 ? I cannot reproduce the CI results of Github Actions locally, refer to https://github.com/graalvm/native-build-tools/actions/runs/9517556127/job/26236415815?pr=603 .
sdk install java 17.0.11-graal
sdk use java 17.0.11-graal
git clone git@github.com:linghengqian/native-build-tools.git -b fix-junit
cd ./native-build-tools/
./gradlew :native-gradle-plugin:functionalTest
linghengqian
force-pushed
the
fix-junit
branch
2 times, most recently
from
June 14, 2024 17:40
2ee0a26
to
10fb62e
Compare
vjovanov
reviewed
Jul 2, 2024
vjovanov
reviewed
Jul 2, 2024
vjovanov
approved these changes
Jul 2, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
dnestoro
approved these changes
Jul 2, 2024
@linghengqian let me try to fix failing gate |
melix
approved these changes
Sep 3, 2024
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.