tvalentyn
tvalentyn
TODO: Update all GHA tests definitions, see: ``` grep -rn . --include="*.yml" -e "python_version:" grep -rn . --include="*.yml" -e "python_version: \['3.8','3.9','3.10','3.11'\]" ``` ``` ./.github/workflows/beam_PreCommit_Python_Transforms.yml:67: python_version: ['3.8','3.9','3.10','3.11'] ./.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml:68: python_version: ['3.8','3.9','3.10','3.11'] ./.github/workflows/beam_PreCommit_Python_Examples.yml:67:...
thanks for contribution. sorry that I just noticed this pr. closing in favor of https://github.com/apache/beam/pull/31236.
Seems to be permared for a while. ``` 2024-08-29T17:46:16.8649631Z System Go installation: /usr/local/go/bin/go is go version go1.21.0 linux/amd64; Preparing to use /home/runner/go/bin/go1.22.5 2024-08-29T17:46:17.0648275Z go1.22.5: already downloaded in /home/runner/sdk/go1.22.5 2024-08-29T17:46:17.0665947Z /home/runner/go/bin/go1.22.5...
looks like we have an xlang test that runs with a 3hr time limit, passes on 3.12, fails on 3.8 after timing out after 2.5 hrs
The failing test is GoUsingJava xlang suite, it is not using Python ; test passes on Python 3.12 because the 3.12 suite excludes the GoUsingJava xlang variant since we only...
I think that error is unrelated to this change, I see it on other PRs as well. Filed: https://github.com/apache/beam/issues/30852
pydantic errors should be resolved now. ptal at linter errors.
> I haven't been able to get a reliable dev environment going so every round of iteration has been a bit tough Oh that's not good. We have https://s.apache.org/beam-python-dev-wiki that...
I am not able to install https://github.com/tensorflow/tfx-bsl in editable mode. Setting SETUPTOOLS_ENABLE_FEATURES="legacy-editable" fixed the issue.
> This is out of scope for future 0.29.x releases. I noticed that 0.29.x releases produce a cpp code that doesn't compile, when `cython: profile=True` directive is set. However, on...