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

stress test fail with exit status 1

XMLWordPrintable

    • generic
    • generic

      Following tests intermittantly fail with exit code 1.
      nsk/stress/except/except006
      nsk/stress/except/except007
      nsk/stress/except/except008
      nsk/stress/except/except009
      nsk/stress/except/except010
      nsk/stress/except/except011
      nsk/stress/jck122/jck122012

      Main methood adds 95 to the exit status, so it means that it some kind of test crash.
      Any way tests should provide more logging so, that we will be able to do analysis of such a failure.
          public static void main (String args[]) {
      int exitCode = run(args,System.out);
      System.exit(exitCode + 95);
      // JCK-like exit status.
          };

      I am not adding keywords to exclude this tests from run because failure is intermittant and needs more analysis.

            Unassigned Unassigned
            alioffe Alexander Ioffe (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: