Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8341658

RISC-V: Test DateFormatProviderTest.java run timeouted

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • 11, 17, 21, 24
    • core-libs
    • b19
    • riscv
    • linux

        The test test/jdk/java/util/PluggableLocale/DateFormatProviderTest.java run timeout on riscv64 physic machine. This test has 4496 sub-tests, and riscv64 poor single core performance, so this test run timeouted on riscv64 seems acceptable.
        Thus, to make less test noisy, I think we should add more timeout value for this test.

        linux x64(AMD EPYC 9T24 96-Core Processor) time statistic:
        > grep "elapsed time" tmp/java/util/PluggableLocale/DateFormatProviderTest.jtr
        elapsed time (seconds): 0.875
        elapsed time (seconds): 0.359
        elapsed time (seconds): 0.513
        elapsed time (seconds): 0.466
        elapsed time (seconds): 0.466
        elapsed time (seconds): 8.453

        linux aarch64(yitian) time statistic:
        > grep "elapsed time" tmp/java/util/PluggableLocale/DateFormatProviderTest.jtr
        elapsed time (seconds): 1.774
        elapsed time (seconds): 0.71
        elapsed time (seconds): 1.058
        elapsed time (seconds): 1.059
        elapsed time (seconds): 1.059
        elapsed time (seconds): 17.622

        linux riscv64(milkv) time statistic:
        > grep "elapsed time" tmp/java/util/PluggableLocale/DateFormatProviderTest.jtr
        elapsed time (seconds): 9.514
        elapsed time (seconds): 3.826
        elapsed time (seconds): 5.658
        elapsed time (seconds): 5.024
        elapsed time (seconds): 5.021
        elapsed time (seconds): 152.684

              syan Sendao Yan
              syan Sendao Yan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: