kennknowles commented on pull request #14538:
URL: https://github.com/apache/beam/pull/14538#issuecomment-819873579
To clarify my comment:
- If test data is cheap, it is created as part of test method
- If test data is expensive enough to keep, it is created with code that is
checked in, and some instructions can be in the comments. This way you can
re-run the code to re-initialize a new environment, adjust the test code and
data generation together, etc.
--
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]