Robert Bradshaw
Robert Bradshaw
Does anyone know what this test is trying to verify? It does look related, but it also looks like it might be a change detector test.
https://github.com/apache/beam/pull/31184
This was resolved in https://github.com/apache/beam/pull/31163
Looks like this was approved but has conflicts that need to be resolved.
R: @Polber @damccorm
isort wants to put jinja2 after apache_beam, e.g. ``` import apache_beam as beam +import jinja2 ``` Not sure how to resolve that.
RowCoderTest, YamlIntegration, and Docs issues seem pre-existing.
A merge to master seems to have resolved the row coder issues. Running a full suite of tests again.
So I'm still trying to figure out why these same tests pass in isolation ( https://github.com/apache/beam/actions/runs/8722508185/job/23928542728?pr=30976 ) but fail when all tests are enabled ( https://github.com/apache/beam/actions/runs/8724953372/job/23936757826?pr=30976 ) especially when this...