westonpace opened a new pull request #9319: URL: https://github.com/apache/arrow/pull/9319
In the test we were checking if the outer task set some varable before waiting on the task group. This was a potential data race and potential false positive. I fixed the initial condition to false to avoid false positives and then moved the check after the finish to avoid the data race. Also, while investigating, I noticed that the ok() method could be const but wasn't (at one point I thought this might be related to the issue) so I changed that. ---------------------------------------------------------------- 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: us...@infra.apache.org