Re: Github actions - Integration tests

2023-02-08 Thread Sai Boorlagadda
h race conditions. We didn't end up using that utility as much as I > thought we might. You could consider just ignoring/deleting that test. > > -Dan > > From: Sai Boorlagadda > Sent: Tuesday, February 7, 2023 5:56 PM > To: dev@geode.apache.or

Re: Github actions - Integration tests

2023-02-08 Thread Dan Smith
esday, February 7, 2023 5:56 PM To: dev@geode.apache.org Subject: Re: Github actions - Integration tests !! External Email Integration tests pass consistently after configuring the `--max-workers=12` and by not setting the `testMaxParallelForks` (so it defaults to max-workers/4), except for one t

Re: Github actions - Integration tests

2023-02-07 Thread Sai Boorlagadda
Integration tests pass consistently after configuring the `--max-workers=12` and by not setting the `testMaxParallelForks` (so it defaults to max-workers/4), except for one test[1] which is a test called ConcurrentTestRunnerTest to test the ConcurrentTestRunner. This test is expected to fail when