Abacn commented on PR #25970:
URL: https://github.com/apache/beam/pull/25970#issuecomment-1486166128

   - Python3.7 PostCommit passed
   
   - Python3.8 PostCommit fails on 
`:sdks:python:test-suites:dataflow:py38:tensorRTtests`
     due to that the wheel is not installed (get silently ignored) on the 
custom SDK container at 
us.gcr.io/apache-beam-testing/python-postcommit-it/tensor_rt:latest. The reason 
is that The container was custom build 
(https://github.com/apache/beam/issues/22651#issuecomment-1248024028) and is 
half year old and used Beam 2.40.0, where the suffix validation for Beam wheel 
has since changed (#24114).
   
     Short term solution is that still feed the test with tarball for now. When 
#22651 is done it should be able to enable wheel sdk_location for tensorRTtests.
   
   - Python3.9 PostCommit fails unrelated:
     ```
     FAILED 
     
apache_beam/ml/inference/tensorflow_inference_it_test.py::TensorflowInference::test_tf_imagenet_image_segmentation
 - 
     AssertionError: 'Background' != 'Military Uniform'
     ```
     this test also fails on latest master: 
https://ci-beam.apache.org/job/beam_PostCommit_Python39/1630/consoleFull
   
   - Python3.10 PostCommit failed earlier at 
`apache_beam.ml.inference.sklearn_inference_it_test.SklearnInference.test_sklearn_regression`
 due to #25968 should fixed on latest master
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to