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

Ekaterina Dimitrova commented on CASSANDRA-19410:
-------------------------------------------------

To confirm my understanding.

In the PR, you mention the correct removal of jobs and provide the below 
command.
{code:java}
./generate.sh -ps -e 
REPEATED_JVM_DTESTS=org.apache.cassandra.distributed.test.UpgradeSSTablesTest#upgradeSSTablesInterruptsOngoingCompaction
 -e REPEATED_JVM_DTESTS_COUNT=500{code}
This one and 
{code:java}
./generate.sh -ps -e{code}
both generate the same configuration for me with and without your patch on a 
4.0 branch.

So, I guess the issue is seen when you add CASSANDRA-19414 more jobs for 
removal in the generate.sh script, and names overlap - one job name is the 
prefix for another. Is that correct? And you fix this here because you intend 
to apply the fix to 4.0+, and the skinny dev circle workflow targets only 5.0?

I would like to know why you target the skinny dev workflow only for 5.0+, but 
that is a topic for the other ticket. :) 

> Bug in generate.sh removal of jobs
> ----------------------------------
>
>                 Key: CASSANDRA-19410
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19410
>             Project: Cassandra
>          Issue Type: Bug
>          Components: CI
>            Reporter: Berenguer Blasi
>            Assignee: Berenguer Blasi
>            Priority: Normal
>             Fix For: 4.0.12, 4.1.5, 5.0-rc, 5.x
>
>
> Currently the removal of jobs in generate.sh for circle CI has regexp problem 
> which can match unwanted jobs



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to