ahmedabu98 commented on PR #23334: URL: https://github.com/apache/beam/pull/23334#issuecomment-1262423713
> Could you please explain a little of the fix---does it mean #23012 introduced some breaking change, or just the failed test did not configure correctly at the beginning? No breaking change from #23012 AFAIK. The test here was failing because in #23012 the test was changed to use [`hamcrest_assert()` instead of `on_success_matcher`](https://github.com/apache/beam/pull/23012/files#diff-915e1c8ed9209559ad337ac1a333648914b68c612ae99616a3bfe7f06fad1cefR939). For reasons unknown to me, `on_success_matcher` is needed when running the test using `./run_integration_test.sh` (which is what Postcommits are doing), otherwise the pipeline in the test never runs. -- 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]
