AnandInguva commented on issue #21859: URL: https://github.com/apache/beam/issues/21859#issuecomment-1224592363
> Helpful link: https://ci-beam.apache.org/job/beam_PostCommit_Python39/lastCompletedBuild/testReport/apache_beam.ml.inference.pytorch_inference_it_test/PyTorchInference/ > > shows that these tests are still skipped Jenkins UI only shows the IT tests that are part of Dataflow suite( these are written to xml files and the UI is created from that). We have 5~6 IT post commit suite. Inference tests runs here https://github.com/apache/beam/blob/94941667e6b472f279501bd81514f204e9f75038/build.gradle.kts#L335 and is not displayed on the UI. The tests we see in the UI are part of https://github.com/apache/beam/blob/94941667e6b472f279501bd81514f204e9f75038/build.gradle.kts#L331. Here, inference tests are collected because they have the decorator `it_postcommit` and then gets skipped because the dependencies are not installed on the Jenkins node. The tests actually pass in the https://ci-beam.apache.org/job/beam_PostCommit_Python39/lastCompletedBuild/testReport/apache_beam.ml.inference.pytorch_inference_it_test/PyTorchInference/. It can be found in the console <img width="1112" alt="Screen Shot 2022-08-24 at 12 11 19 AM" src="https://user-images.githubusercontent.com/34158215/186238468-fa97ce82-83df-4e3c-90d3-6f3e2ffca292.png"> -- 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]
