Thanks to Kyle we captured some additional logging for https://issues.apache.org/jira/browse/BEAM-9975. I spent a little time looking at it and found two different issues (see details in the comments): https://issues.apache.org/jira/browse/BEAM-10006 - PipelineOptions can pick up definitions from unrelated tests https://issues.apache.org/jira/browse/BEAM-10007 - PortableRunner doesn't handle ValueProvider instances when converting pipeline options
10006 needs some more investigation. I _think_ the fix for 10007 is pretty simple, but I'm not familiar with ValueProvider so I could use some guidance. Can anyone help out with either of these issues? On Wed, May 13, 2020 at 12:26 PM Valentyn Tymofieiev <[email protected]> wrote: > +1. PortableRunnerTest is very flaky - I looked at last 10 precommit-on-PR > runs and 7 of them had errors in PortableRunnerTests. > >
