You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/09/03 20:56:09 UTC

[GitHub] [beam] Abacn opened a new issue, #23026: [Bug]: Java Performance tests could incorrectly showing Success while pipeline actual fail

Abacn opened a new issue, #23026:
URL: https://github.com/apache/beam/issues/23026

   ### What happened?
   
   Many performance tests (BigQueryIOPushDownIT.java, BigQueryIOIT.java, CdapIOIT.java, AvroIOIT.java, ParquetIOIT.java, TextIOIT.java, TFRecordIOIT.java, XmlIOIT.java, HadoopFormatIOIT.java, JdbcIOIT.java, KafkaIOIT.java, MongoDBIOIT.java) are designed similarly:
   ```
   ...
   pipeline.run().waitUntilFinish()
   publishResults()
   ```
   This does not detect the pipeline failure.
   
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: test-failures


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] johnjcasey closed issue #23026: [Bug]: Java Performance tests could incorrectly showing Success while pipeline actual fail

Posted by GitBox <gi...@apache.org>.
johnjcasey closed issue #23026: [Bug]: Java Performance tests could incorrectly showing Success while pipeline actual fail
URL: https://github.com/apache/beam/issues/23026


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn commented on issue #23026: [Bug]: Java Performance tests could incorrectly showing Success while pipeline actual fail

Posted by GitBox <gi...@apache.org>.
Abacn commented on issue #23026:
URL: https://github.com/apache/beam/issues/23026#issuecomment-1236197358

   .take-issue


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org