boyuanzz commented on pull request #14313: URL: https://github.com/apache/beam/pull/14313#issuecomment-805166625
Should we give a clear instruction to dev on when to use `NeedsRunner` and when to use `ValidatesRunner`? `NeedsRunner` suite will be picked with DirectRunner during Java Precommit, which gives an early signal comparing to post commit. To my understanding, `NeedsRunner` is for testing new built composite transform, which requires a runner to run. `ValidatesRunner` is more for validating assumptions that SDK makes on runners. -- 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]
