LucasEby commented on issue #24970: URL: https://github.com/apache/pulsar/issues/24970#issuecomment-3514898931
The issue did not occur in a workflow log, I came across a failure while working locally. Upon looking into the issue further I noticed that many of the test's methods had the same problem so I ran each method for tens to thousands of times to replicate each error. While I discovered the problem with the [NonDex](https://github.com/TestingResearchIllinois/NonDex) tool, the issue isn't caused by the Nondex tool. The failures were not consistent among Nondex's seeds, thus proving that the failures weren't due to Nondex. I utilized the tool so I could run more iterations in the same amount of time. While I could have utilized mvn test in a loop, this was much slower because a new JVM starts every time, Maven must read all of the pom.xml's every time, Maven has to re-read the pom.xml's, etc. -- 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]
