[Task]: Add test scenarios that verify that Python SDK remains not affected by releases of Beam's dependencies. #25668
Closed
1 of 15 tasks
Labels
done & done
Issue has been reviewed after it was closed for verification, followups, etc.
P2
python
task
Milestone
What needs to happen?
The goal is to check that:
the latest Python SDK in PyPI is remains installable and usable if tomorrow some Beam's dependency promotes their currently available release candidate, to be a release. This suite should install apache-beam[gcp] from pypi, instead of using Beam's SDK tarball (dev SDK). Additionally, this test should install apache beam with
--pre
flag https://pip.pypa.io/en/stable/cli/pip_install/#install-pre.Same as 1), but use Dev SDK, and install the new dependencies in Beam's docker containers. One way to add this scenario is to reuse a Dataflow Python ValidatesContainer test, but install Beam with
--pre
flag.Verify that installing Beam HEAD doesn't involve dependency resolution backtracking. We may have to disable this signal if it becomes unactionable or hard to enforce, but seems like something we can catch and prevent.
To make test signals easier to debug, it would be good to have a tool that can easily tell us which changes in dependency chain have recently happen. Most likely there is already something that can be reused.
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: