You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2023/08/14 18:39:42 UTC

[beam] branch tvalentyn-patch-1 created (now d1a61707776)

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a change to branch tvalentyn-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git


      at d1a61707776 Add pytest logging in VC tests.

This branch includes the following new commits:

     new d1a61707776 Add pytest logging in VC tests.

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.



[beam] 01/01: Add pytest logging in VC tests.

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch tvalentyn-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit d1a617077769042cc7b020a6f3af78671ec26551
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Mon Aug 14 11:39:34 2023 -0700

    Add pytest logging in VC tests.
---
 sdks/python/container/run_validatescontainer.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/container/run_validatescontainer.sh b/sdks/python/container/run_validatescontainer.sh
index c5e7866074f..868dec4fe5d 100755
--- a/sdks/python/container/run_validatescontainer.sh
+++ b/sdks/python/container/run_validatescontainer.sh
@@ -125,7 +125,7 @@ cd sdks/python
 SDK_LOCATION=$2
 
 echo ">>> RUNNING DATAFLOW RUNNER VALIDATESCONTAINER TEST"
-pytest -o junit_suite_name=$IMAGE_NAME \
+pytest -o log_cli=True -o log_level=Info -o junit_suite_name=$IMAGE_NAME \
   -m=$TEST_SUITE_TAG \
   --show-capture=no \
   --numprocesses=1 \