You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/11/04 19:59:12 UTC

[GitHub] [accumulo] mjwall commented on pull request #2344: Use unique test file locations for crypto tests

mjwall commented on pull request #2344:
URL: https://github.com/apache/accumulo/pull/2344#issuecomment-961372137


   I was able to reproduce the error about 1 out of every 2 or 3 runs on a specific dev box with 16 cores.  Pulling in this patch, I ran the following for 30 mins on that box without a failure
   ```
   mvn clean install -DskipTests
   while mvn test -pl core -Dformatter.skip -Dimpsort.skip -Denforcer.skip -Dassembly.skip -Dsort.skip -Drat.skip -Dwarbucks.skip -Dmodernizer.skip -Dlicense.skip -Dremoteresources.skip; do true; done
   ```


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org