rohdesamuel commented on pull request #12799: URL: https://github.com/apache/beam/pull/12799#issuecomment-693711277
> The failing test seems to be a related test in Windows: https://github.com/apache/beam/pull/12799/checks?check_run_id=1119719710 > Can you check whether it's related to this PR (and fix if so), and if not still try to send in a fix in a new PR? Fixed it! The InteractiveEnvironment was being recreated for every test which works if everything is in serial. But the tests are run in parallel so tests were destroying each other's environments. ---------------------------------------------------------------- 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]
