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

Test sun/security/krb5/auto/ReplayCachePrecise.java failes to throw KrbException

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 15
    • security-libs

      Failing in tier2 CI run

      sun/security/krb5/auto/ReplayCachePrecise.java

      ----------System.err:(13/725)----------
      java.lang.Exception
      at ReplayCachePrecise.main(ReplayCachePrecise.java:74)

      Code:

         try {
                  cache.checkAndStore(now, a2);
                  throw new Exception();
              } catch (KrbException ke) {
                  // Correct
                  System.out.println(ke);
              }

      no KrbException thrown.

            Unassigned Unassigned
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: