Python Integration tests: log test name
Open
core
dataflow
improvement
P3
python
runners
tests
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
When creating a job (on any runner), log the originating test so it's easier to debug.
Postcommits frequently run tens of pipelines at a time and it's getting harder to tell them apart.
By logging I mean putting it somewhere in the job proto (such as in parameter, job name, etc.). Using the worker logger on startup won't work if the worker fails to start.
Ideally you should be able to see the name in the runner UI (such as Dataflow cloud console).
Imported from Jira [BEAM-8210](https://issues.apache.org/jira/browse/BEAM-8210). Original Jira may contain additional context.
Reported by: udim.
Contributor guide
Assessment
This issue has not been assessed yet.