alexeyinkin commented on PR #27126: URL: https://github.com/apache/beam/pull/27126#issuecomment-1591285102
So there was a problem that the frontend integration tests compare the deployed examples' code and output to that in `master` branch. This is generally not the case, because the examples can be deployed from another branch before merging to master, or they can be merged to master and not deployed yet. We have seen the frontend tests failing many times for that reason. This PR turns off expectations of specific code and output for examples by default, and that way the tests are triggered in the CI. Tests can be run manually with those expectations. This is explained in the updated README. -- 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]
