> I was unable to recreate the error but it looks like the problem could happen 
> if two instances of the test are run on the same machine.  Also, if the 
> deleteEntry() calls in the finally block throw an exception, they can hide 
> any exceptions thrown earlier in the test.
> 
> I updated the test to use randomly generated alias names. I also updated the 
> finally block so exceptions thrown by deleteEntry() are logged but not thrown.

Matthew Donovan has updated the pull request with a new target base due to a 
merge or a rebase. The incremental webrev excludes the unrelated changes 
brought in by the merge/rebase. The pull request contains two additional 
commits since the last revision:

 - Merge branch 'master' into keytool-alias
 - 8321925: sun/security/mscapi/KeytoolChangeAlias.java fails with "Alias 
<246810> does not exist"

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/17352/files
  - new: https://git.openjdk.org/jdk/pull/17352/files/475815f3..960b7921

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17352&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17352&range=00-01

  Stats: 2844 lines in 73 files changed: 1740 ins; 704 del; 400 mod
  Patch: https://git.openjdk.org/jdk/pull/17352.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17352/head:pull/17352

PR: https://git.openjdk.org/jdk/pull/17352

Reply via email to