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

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • None
    • Affects Version/s: 15
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: