RFR 8200101: sun/security/krb5/auto/Renewal.java fails intermittently

2018-04-19 Thread bhanu . prakash . gopularam
Hi All, Please review fix for following issue: JBS bug: https://bugs.openjdk.java.net/browse/JDK-8200101 Webrev: http://cr.openjdk.java.net/~bgopularam/8200101/webrev.00/ It was found that test failure happened due to test machine slowdown, so fixed the issue by increasing the time interval.

RFR 8144806: sun/security/tools/keytool/standard.sh fails intermittently at deleting x.jks

2018-04-16 Thread bhanu . prakash . gopularam
Hi All, Please review fix for following issue: JBS bug: https://bugs.openjdk.java.net/browse/JDK-8144806 Webrev: http://cr.openjdk.java.net/~bgopularam/bhanu/8144806/webrev.00/ The patch fixes intermittent test failure. The fix uses deleteFileIfExistsWithRetry(..) from test library class

RFR 8196540: [Testbug] java/security/AccessController/DoPrivAccompliceTest.java doesn't handle unrelated warnings

2018-04-04 Thread bhanu . prakash . gopularam
Hi All, Please review fix for following issue: JBS bug: https://bugs.openjdk.java.net/browse/JDK-8196540 webrev link: http://cr.openjdk.java.net/~bgopularam/8196540/security/webrev.00/ I have added utility method parsing the stderr output and ignore any VM warnings. Thanks, Bhanu

RE: RFR: 8048830 - Implement tests for new functionality provided in JEP 166

2015-07-01 Thread Bhanu Prakash Gopularam
://cr.openjdk.java.net/%7Easmotrak/bhanu/8048830/webrev.04/http://cr.openjdk.java.net/~asmotrak/bhanu/8048830/webrev.04/ Thanks, Bhanu From: Bhanu Prakash Gopularam Sent: Monday, May 25, 2015 8:43 PM To: security-dev@openjdk.java.net Subject: RFR: 8048830 - Implement tests for new functionality provided

RE: RFR: 8048830 - Implement tests for new functionality provided in JEP 166

2015-05-28 Thread Bhanu Prakash Gopularam
Please review the changes for JEP 166: In this webrev, I have updated test certificate fields to reflect proper test data. http://cr.openjdk.java.net/~asmotrak/bhanu/8048830/webrev.01/ Thanks, Bhanu From: Bhanu Prakash Gopularam Sent: Monday, May 25, 2015 8:43 PM To: security

RFR: 8048830 - Implement tests for new functionality provided in JEP 166

2015-05-25 Thread Bhanu Prakash Gopularam
Hello, Please review tests for JEP 166: Tests check for default key store format i.e., PKCS 12, import a trusted cert into PKCS 12 key store and export cert and print it. Tests validate whether exception is thrown when key entry with invalid cert chain is imported, Read and write key