You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Andres de la Peña (Jira)" <ji...@apache.org> on 2022/05/27 12:32:00 UTC

[jira] [Comment Edited] (CASSANDRA-17649) Fix flaky tests in TopPartitionsTest

    [ https://issues.apache.org/jira/browse/CASSANDRA-17649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540914#comment-17540914 ] 

Andres de la Peña edited comment on CASSANDRA-17649 at 5/27/22 12:31 PM:
-------------------------------------------------------------------------

This has been reproduced on Circle using the patch for CASSANDRA-17649. Using that patch, the config with vnodes can be generated with
{code:java}
.circleci/generate.sh -m \
  -e REPEATED_UTEST_TARGET=test-jvm-dtest-some \
  -e REPEATED_UTEST_VNODES=true \
  -e REPEATED_UTEST_COUNT=10 \
  -e REPEATED_UTEST_CLASS=org.apache.cassandra.distributed.test.TopPartitionsTest  {code}
We have initially seen this failing on [the CI runs|https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra/1637/workflows/1a88c5ec-536e-4f55-bacd-dba538c77c33/jobs/11307/tests] for CASSANDRA-17571.


was (Author: adelapena):
This has been reproduced on Circle using the patch for CASSANDRA-17649. Using that patch, the config with vnodes can be generated with

{code}
.circleci/generate.sh -m \
  -e REPEATED_UTEST_TARGET=test-jvm-dtest-some \
  -e REPEATED_UTEST_VNODES=true \
  -e REPEATED_UTEST_COUNT=10 \
  -e REPEATED_UTEST_CLASS=org.apache.cassandra.distributed.test.guardrails.GuardrailDiskUsageTest 
{code}
We have initially seen this failing on [the CI runs|https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra/1637/workflows/1a88c5ec-536e-4f55-bacd-dba538c77c33/jobs/11307/tests] for CASSANDRA-17571.

> Fix flaky tests in TopPartitionsTest
> ------------------------------------
>
>                 Key: CASSANDRA-17649
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17649
>             Project: Cassandra
>          Issue Type: Bug
>          Components: CI
>            Reporter: Ekaterina Dimitrova
>            Priority: Normal
>             Fix For: 4.1-beta, 4.1.x
>
>
> While working on other tickets we noticed a few tests from TopPartitionTest are flaky on 4.1. 
> Example run with the CircleCI multiplexer: [https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=flaky_top_partitions_test_4.1&filter=all]
> I haven't seen those in Jenkins though. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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