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

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

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • P3
    • Resolution: Duplicate
    • 15
    • None
    • security-libs

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: