ctubbsii commented on PR #3492: URL: https://github.com/apache/accumulo/pull/3492#issuecomment-1590148625
Spotbugs catches: ``` [ERROR] High: Random object created and used only once in org.apache.accumulo.test.functional.SplitIT.bulkImportThatCantSplitHangsCompaction() [org.apache.accumulo.test.functional.SplitIT] At SplitIT.java:[line 255] DMI_RANDOM_USED_ONLY_ONCE [ERROR] Medium: This random generator (java.util.Random) is predictable [org.apache.accumulo.test.functional.SplitIT] At SplitIT.java:[line 243] PREDICTABLE_RANDOM ``` When fixed, should be able to verify locally with `mvn clean verify -DskipTests -Psec-bugs` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
