This is an automated email from the ASF dual-hosted git repository.
vterentev pushed a change to branch test-ptython-dep
in repository https://gitbox.apache.org/repos/asf/beam.git
from 828914840df [Dataflow Java Streaming] Ensure that OutOfMemoryError
triggers JVM shutdown instead of being retried. This matches MemoryMonitor
detection of gc thrashing and prevents workers from remaining in broken state
that may be fixed by restarting (#37749)
add 590684f81b0 Exclude vertex_ai_postcommit tests from embeddings dep
suite
add 417922c2f04 centralize skipping vertex ai test
add 81fe00cff1e Fix pylint vertex ai test
add d64c21493d5 remove RUN_VERTEX_AI_TESTS flag
add 0f805b56d3b Use pytest.importorskip for Vertex AI tests & remove
vertex_ai_skip helper
new 6865ee466a1 Merge pull request #37776 from
aIbrahiim/fix-python-postcommit-dependency-1
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../ml/inference/vertex_ai_inference_it_test.py | 5 ++-
.../ml/rag/embeddings/vertex_ai_test.py | 17 ++++----
.../{vertex_ai_test.py => vertex_ai_it_test.py} | 14 +++---
sdks/python/test-suites/tox/py310/build.gradle | 50 ++++++++++------------
sdks/python/tox.ini | 6 +--
5 files changed, 45 insertions(+), 47 deletions(-)
rename sdks/python/apache_beam/ml/transforms/embeddings/{vertex_ai_test.py =>
vertex_ai_it_test.py} (98%)