milleruntime commented on pull request #2015: URL: https://github.com/apache/accumulo/pull/2015#issuecomment-828379142
I am seeing random, inexplicable failures in Unit tests and wondering if its related to the use of `resuseForks`. On my PR #1985 one test will randomly fail only when run with all unit tests, `DefaultKeySizeConstraintTest`. It appears to be related to my change but I can't figure out why it fails. While trying to debug it, I saw another unrelated Unit test fail. <pre> [ERROR] AuthenticationTokenSecretManagerTest.testVerifyPassword:210 Different tokens for the same user shouldn't have the same password </pre> Here is the failure I keep seeing but makes me think its related to `reuseForks`: <pre> [ERROR] DefaultKeySizeConstraintTest.testConstraint:44 expected:<[]> but was:<[2]> </pre> -- 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. For queries about this service, please contact Infrastructure at: [email protected]
