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/06/04 16:34:00 UTC

[GitHub] [beam] damccorm opened a new issue, #20331: org.apache.beam.sdk.io.mongodb.MongoDbIOTest.testReadWithAggregate is flaky

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

   [https://builds.apache.org/job/beam_PreCommit_Java_Phrase/1831/testReport/junit/org.apache.beam.sdk.io.mongodb/MongoDbIOTest/testReadWithAggregate/](https://builds.apache.org/job/beam_PreCommit_Java_Phrase/1831/testReport/junit/org.apache.beam.sdk.io.mongodb/MongoDbIOTest/testReadWithAggregate/)
   
   Imported from Jira [BEAM-9480](https://issues.apache.org/jira/browse/BEAM-9480). Original Jira may contain additional context.
   Reported by: echauchot.


-- 
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] kennknowles closed issue #20331: org.apache.beam.sdk.io.mongodb.MongoDbIOTest.testReadWithAggregate is flaky

Posted by GitBox <gi...@apache.org>.
kennknowles closed issue #20331: org.apache.beam.sdk.io.mongodb.MongoDbIOTest.testReadWithAggregate is flaky
URL: https://github.com/apache/beam/issues/20331


-- 
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] kennknowles commented on issue #20331: org.apache.beam.sdk.io.mongodb.MongoDbIOTest.testReadWithAggregate is flaky

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

   Could not reproduce flake
   
   ```
   for i in `seq 1 1000` ; do (
     echo "RUN $i"
     ./gradlew :sdks:java:io:mongodb:cleanTest --quiet
     ./gradlew :sdks:java:io:mongodb:test --tests MongoDbIOTest.testReadWithAggregate --quiet
   ) 2>/dev/null
   done
   ```
   
   And do not see it any time recently at https://ci-beam.apache.org/job/beam_PreCommit_Java_Cron/test_results_analyzer/


-- 
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