-
Notifications
You must be signed in to change notification settings - Fork 253
8310923: Refactor Currency tests to use JUnit #2503
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
Conversation
|
👋 Welcome back andrewlu! A progress list of the required criteria for merging this PR into |
|
This backport pull request has now been updated with issue from the original commit. |
|
|
|
The github actions tests fail, because the junit code used in this change depends on a recent junit. GHA of 11 use old jtreg 6.1.. With 7.3.1, which contains a more recent junit, the tests would work. |
Do we plan to transition 11u to jtreg 7? Doing so has quite a long tail of dependencies: https://bugs.openjdk.org/browse/JDK-8289798 I think this is being backported for 8321480: ISO 4217 Amendment 176 Update because it contains some follow-on unrelated test changes from this patch. You could do 8321480 without this patch - I think we'll have to in 8u as jtreg 7 needs JDK 11 - but I don't want to do that if we are going to bring this change in, as it will make this change unclean and risk missing the post-8310923 changes in 8321480. Incidentally, this one is in 11.0.24-oracle, not 11.0.23-oracle. |
|
Hi @gnu-andrew, |
Yes, I'm starting to think it would be better not to try and rush the jtreg bump and instead do that in the July cycle. I have a backport of the ISO amendment without the test change almost ready and can submit a PR later today. Let me know if I can be of any help with the jtreg bump. |
|
Hi @gnu-andrew, |
|
I've opened a backport for JDK-8321480 on #2532 |
|
@luchenlin this pull request can not be integrated into git checkout backport-luchenlin-44ed380e
git fetch https://git.openjdk.org/jdk11u-dev.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
I backport this for parity with 11.0.24-oracle.
Progress
Integration blocker
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2503/head:pull/2503$ git checkout pull/2503Update a local copy of the PR:
$ git checkout pull/2503$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2503/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2503View PR using the GUI difftool:
$ git pr show -t 2503Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2503.diff
Webrev
Link to Webrev Comment