Cleanup external transform tests
Open
core
improvement
P3
python
tests
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
Currently apache_beam/transforms/external_test.py has several entry points, sometimes called directly, sometimes via nosetest, sometimes with parameters passed via arguments or via environment variables, and the logic is not always clear to follow (either within the test, or via the several gradle targets that reference it). We should really let this file be a unit test, and create a different script (sharing a common library if needed) in our integration tests.
This was the root cause of BEAM-8302 .
Imported from Jira [BEAM-8305](https://issues.apache.org/jira/browse/BEAM-8305). Original Jira may contain additional context.
Reported by: robertwb.
Contributor guide
Assessment
This issue has not been assessed yet.