> 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 incrementally with one additional 
commit since the last revision:

  Changed bounds on random number and updated copyright year.

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

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

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

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 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