You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2021/11/25 11:53:37 UTC

[GitHub] [cassandra] adelapena commented on pull request #1339: ViewTests flaky on timeouts

adelapena commented on pull request #1339:
URL: https://github.com/apache/cassandra/pull/1339#issuecomment-979140856


   It seems that the repeated runs have timed out after 5h. I think we should run them with midres to prevent that:
   ```
   .circleci/generate.sh -m \
     -e REPEATED_UTEST_TARGET=test \
     -e REPEATED_UTEST_COUNT=100 \
     -e REPEATED_UTEST_CLASS=View*Test
   ```
   We used that config in CASSANDRA-17122 and it took [around 1 hour](https://app.circleci.com/pipelines/github/adelapena/cassandra/1134/workflows/ac9d41e6-9ae7-4f9f-8c91-242f89563b1b/jobs/10378). If the intention is verifying the stability of the tests in lowres we would need to use less repetitions.


-- 
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: pr-unsubscribe@cassandra.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org