damccorm commented on PR #37433: URL: https://github.com/apache/beam/pull/37433#issuecomment-3854045243
> The same tests are failing in master branch as well. https://github.com/apache/beam/actions/workflows/beam_PreCommit_Java_GCP_IO_Direct.yml?query=event%3Aschedule - it looks like `testTransactionBoundaries` is flaky sometimes on master, I don't see any failures involving `testOrderedWithinKey` on master though. In this PR it is red every time, so it seems like something is regressing. > I had to rebase my branch with the latest master to make spotless tests to pass Note that you can do this by merging in the master branch without losing commit history (which is the thing that GitHub's review feature relies on). (`git pull origin master`) -- 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]
