On the PR for https://github.com/apache/geode/pull/2938, the StressNewTest and (in two different runs of the same code) other jobs fail occasionally.
I'm inclined to think that the Upgrade and Acceptance test failures were caused by flaky tests, and I can keep rerunning the PR build. The StressNewTest issue is probably because the tests take a long time to run. We can't see what tests run or how long they took because the StressNewTests have an archive but no results page. If StressTest is going to take too long, should I ignore it and push, or is there a way to disable it or dial it down for this PR? I know we've had discussions on the list about not merging if the pipeline is, but I think the StressTest failures are due to the pipeline not allowing enough time, and it's meant to fix a test issue. StressTest jobs: https://concourse.apachegeode-ci.info/builds/24422 https://concourse.apachegeode-ci.info/builds/24423 https://concourse.apachegeode-ci.info/builds/24061 https://concourse.apachegeode-ci.info/builds/24062 UpgradeTest: https://concourse.apachegeode-ci.info/builds/24060 AcceptanceTest: https://concourse.apachegeode-ci.info/builds/24415 Thanks, Galen