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

JDK-8292066 Convert TestInputArgument.sh and TestSystemLoadAvg.sh to java version #9848

Closed
wants to merge 6 commits into from

Conversation

bwhuang-us
Copy link
Contributor

@bwhuang-us bwhuang-us commented Aug 11, 2022

This task converts 2 shell tests to java version.
test/java/lang/management/OperatingSystemMXBean/TestSystemLoadAvg.sh
test/java/lang/management/RuntimeMXBean/TestInputArgument.sh


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8292066: Convert TestInputArgument.sh and TestSystemLoadAvg.sh to java version

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk pull/9848/head:pull/9848
$ git checkout pull/9848

Update a local copy of the PR:
$ git checkout pull/9848
$ git pull https://git.openjdk.org/jdk pull/9848/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 9848

View PR using the GUI difftool:
$ git pr show -t 9848

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/9848.diff

@bwhuang-us bwhuang-us changed the title JDK-8292066 JDK-8292066 Convert TestInputArgument.sh and TestSystemLoadAvg.sh to java version Aug 11, 2022
@bridgekeeper
Copy link

bridgekeeper bot commented Aug 11, 2022

👋 Welcome back bwhuang-us! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk openjdk bot added the rfr Pull request is ready for review label Aug 11, 2022
@openjdk
Copy link

openjdk bot commented Aug 11, 2022

@bwhuang-us The following labels will be automatically applied to this pull request:

  • core-libs
  • serviceability

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command.

@openjdk openjdk bot added serviceability serviceability-dev@openjdk.org core-libs core-libs-dev@openjdk.org labels Aug 11, 2022
@mlbridge
Copy link

mlbridge bot commented Aug 11, 2022

Webrevs

@AlanBateman
Copy link
Contributor

/label remove core-libs

@openjdk openjdk bot removed the core-libs core-libs-dev@openjdk.org label Aug 12, 2022
@openjdk
Copy link

openjdk bot commented Aug 12, 2022

@AlanBateman
The core-libs label was successfully removed.

@bwhuang-us
Copy link
Contributor Author

@lmesnik Could you please review this PR?

if (args.length == 0) {
@Test(invocationCount = 5, timeOut = 300)
void testSystemLoadAvg() throws Exception {
if (!OS.contains("Win")) {
Copy link
Member

Choose a reason for hiding this comment

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

Check /test/lib/jdk/test/lib/Platform.java, it contains "Platform.isWindows()" which could be used for this.

@@ -54,25 +58,25 @@ public class GetSystemLoadAverage {
// Allow some delta.
private static double DELTA = 0.05;
Copy link
Member

Choose a reason for hiding this comment

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

Not a part of your fix but could you make it final?


if (args.length == 0) {
@Test(invocationCount = 5, timeOut = 300)
Copy link
Member

Choose a reason for hiding this comment

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

I am not sure it is the correct replacement. Accordingly to TestNG doc the invocationCount = 5 means that TestNG calls the test 5 times. And test fails if any of the invocations fail while the bash script makes 5 attempts and passes if testcase passed in any of them.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch! I've missed the exit statement in the original shell script.

System.out.println(
String.format("Run %d: TestSystemLoadAvg", i));
if (!Platform.isWindows()) {
// On Linux or Solaris
Copy link
Member

Choose a reason for hiding this comment

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

Sorry, if missed the first time. It is Linux or Mac, or better something like *mix.

"failed %d runs",
i));
if (i == MAX_RETRIES)
{
Copy link
Member

Choose a reason for hiding this comment

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

please move move brace to the prev line

@openjdk
Copy link

openjdk bot commented Aug 30, 2022

@bwhuang-us This change now passes all automated pre-integration checks.

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.

After integration, the commit message for the final commit will be:

8292066: Convert TestInputArgument.sh and TestSystemLoadAvg.sh to java version

Reviewed-by: lmesnik, amenkov

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been 270 new commits pushed to the master branch:

  • fa68371: 8292584: assert(cb != __null) failed: must be with -XX:-Inline
  • 04d8069: 8230374: maxOutputSize, instead of javatest.maxOutputSize, should be used in TEST.properties
  • 3d254d3: 8289510: Improve test coverage for XPath Axes: namespace
  • 2d18dda: 8173605: Remove support for source and target 1.7 option in javac
  • 7c2f299: 8293202: Document how to edit doc/testing, doc/building
  • 07616de: 8175382: clhsdb pmap should print the end addresses of the load modules
  • 9444a08: 8290709: Incorrect dominance error for unconditional pattern vs. null
  • 6a1b0b5: 8293154: TemporalQueries java doc error
  • 5204528: 8293201: Library detection in runtime/ErrorHandling/TestDwarf.java fails on some systems
  • 2d10d4f: 8291651: CleanerTest.java fails with "Cleanable was cleaned"
  • ... and 260 more: https://git.openjdk.org/jdk/compare/ae1a9a0b252fc9593b077f9626a431b0f06b3f51...master

As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@lmesnik, @alexmenkov) but any other Committer may sponsor as well.

➡️ To flag this PR as ready for integration with the above commit message, type /integrate in a new comment. (Afterwards, your sponsor types /sponsor in a new comment to perform the integration).

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Aug 30, 2022
@bwhuang-us
Copy link
Contributor Author

/integrate

@openjdk openjdk bot added the sponsor Pull request is ready to be sponsored label Aug 30, 2022
@openjdk
Copy link

openjdk bot commented Aug 30, 2022

@bwhuang-us
Your change (at version 9ae1663) is now ready to be sponsored by a Committer.

@lmesnik
Copy link
Member

lmesnik commented Sep 1, 2022

/sponsor

@openjdk
Copy link

openjdk bot commented Sep 1, 2022

Going to push as commit 032be16.
Since your change was applied there have been 271 commits pushed to the master branch:

  • e393973: 8292990: Improve test coverage for XPath Axes: parent
  • fa68371: 8292584: assert(cb != __null) failed: must be with -XX:-Inline
  • 04d8069: 8230374: maxOutputSize, instead of javatest.maxOutputSize, should be used in TEST.properties
  • 3d254d3: 8289510: Improve test coverage for XPath Axes: namespace
  • 2d18dda: 8173605: Remove support for source and target 1.7 option in javac
  • 7c2f299: 8293202: Document how to edit doc/testing, doc/building
  • 07616de: 8175382: clhsdb pmap should print the end addresses of the load modules
  • 9444a08: 8290709: Incorrect dominance error for unconditional pattern vs. null
  • 6a1b0b5: 8293154: TemporalQueries java doc error
  • 5204528: 8293201: Library detection in runtime/ErrorHandling/TestDwarf.java fails on some systems
  • ... and 261 more: https://git.openjdk.org/jdk/compare/ae1a9a0b252fc9593b077f9626a431b0f06b3f51...master

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Sep 1, 2022
@openjdk openjdk bot closed this Sep 1, 2022
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review sponsor Pull request is ready to be sponsored labels Sep 1, 2022
@openjdk
Copy link

openjdk bot commented Sep 1, 2022

@lmesnik @bwhuang-us Pushed as commit 032be16.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

@bwhuang-us bwhuang-us deleted the JDK-8292066 branch March 1, 2023 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integrated Pull request has been integrated serviceability serviceability-dev@openjdk.org
Development

Successfully merging this pull request may close these issues.

4 participants