[jira] [Comment Edited] (CASSANDRA-16972) Fix org.apache.cassandra.cql3.ViewTest.testTruncateWhileBuilding

2021-09-23 Thread Jira


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

Andres de la Peña edited comment on CASSANDRA-16972 at 9/23/21, 2:28 PM:
-

Oh, you are totally right, I forgot to remove the method. Good catch. Here are 
the multiplexed suites, this time with 1000 runs instead of 2000 because I 
suspect it's going to take ages:
||branch||Multiplexed suite||
|[3.0|https://github.com/adelapena/cassandra/tree/16972-3.0]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/895/workflows/d74cce99-ede6-490a-9370-e9238570f204/jobs/8486]|
|[3.11|https://github.com/adelapena/cassandra/tree/16972-3.11]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/894/workflows/222c2994-374e-4bb9-98e2-d37657a170d4/jobs/8490]|
|[4.0|https://github.com/adelapena/cassandra/tree/16972-4.0]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/887/workflows/7c9520d2-8450-4530-bab7-2171d387386c/jobs/8459]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/887/workflows/08e7bf7a-6be4-4846-a1ed-16fcfa3e6346/jobs/8449]|
|[trunk|https://github.com/adelapena/cassandra/tree/16972-trunk]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/886/workflows/bb0998e5-a2d2-4742-82ae-eccb379b83b2/jobs/8460]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/886/workflows/a789cae4-4069-4478-ad80-25047171702f/jobs/8456]|

Edit: I keep forgetting that for 3.0 and 3.11 the Ant objective for entire test 
suites has to be {{test}} instead of {{testsome}}, even though it implies 
running other classes named {{ViewTest}} in other packages. I have updated the 
CI links above.


was (Author: adelapena):
Oh, you are totally right, I forgot to remove the method. Good catch. Here are 
the multiplexed suites, this time with 1000 runs instead of 2000 because I 
suspect it's going to take ages:
||branch||Multiplexed suite||
|[3.0|https://github.com/adelapena/cassandra/tree/16972-3.0]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/895/workflows/d74cce99-ede6-490a-9370-e9238570f204/jobs/8486]|
|[3.11|https://github.com/adelapena/cassandra/tree/16972-3.11]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/894/workflows/222c2994-374e-4bb9-98e2-d37657a170d4/jobs/8490]|
|[4.0|https://github.com/adelapena/cassandra/tree/16972-4.0]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/887/workflows/7c9520d2-8450-4530-bab7-2171d387386c/jobs/8459]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/887/workflows/08e7bf7a-6be4-4846-a1ed-16fcfa3e6346/jobs/8449]|
|[trunk|https://github.com/adelapena/cassandra/tree/16972-trunk]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/886/workflows/bb0998e5-a2d2-4742-82ae-eccb379b83b2/jobs/8460]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/886/workflows/a789cae4-4069-4478-ad80-25047171702f/jobs/8456]|

Edit: I keep forgetting that for 3.0 and 3.11 the Ant objective for entire 
tests suites has to be {{test}} instead of {{testsome}}, even though it implies 
running other classes names {{ViewTest}} in other packages. I have updated the 
CI links above.

> Fix org.apache.cassandra.cql3.ViewTest.testTruncateWhileBuilding 
> -
>
> Key: CASSANDRA-16972
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16972
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/unit
>Reporter: Ekaterina Dimitrova
>Assignee: Andres de la Peña
>Priority: Normal
> Fix For: 3.0.x, 3.11.x
>
>
> [org.apache.cassandra.cql3.ViewTest.testTruncateWhileBuilding|https://jenkins-cm4.apache.org/job/Cassandra-devbranch/1119/testReport/junit/org.apache.cassandra.cql3/ViewTest/testTruncateWhileBuilding/]
>   fails in 3.11
>  
> {code:java}
> Error Message
> expected:<0> but was:<1>
> Stacktrace
> junit.framework.AssertionFailedError: expected:<0> but was:<1> at 
> org.apache.cassandra.Util.spinAssertEquals(Util.java:575) at 
> org.apache.cassandra.cql3.ViewTest.testTruncateWhileBuilding(ViewTest.java:1656)
>  at 
> org.jboss.byteman.contrib.bmunit.BMUnitRunner$9.evaluate(BMUnitRunner.java:342)
>  at 
> org.jboss.byteman.contrib.bmunit.BMUnitRunner$6.evaluate(BMUnitRunner.java:241)
>  at 
> org.jboss.byteman.contrib.bmunit.BMUnitRunner$1.evaluate(BMUnitRunner.java:75)
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Comment Edited] (CASSANDRA-16972) Fix org.apache.cassandra.cql3.ViewTest.testTruncateWhileBuilding

2021-09-23 Thread Jira


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

Andres de la Peña edited comment on CASSANDRA-16972 at 9/23/21, 2:28 PM:
-

Oh, you are totally right, I forgot to remove the method. Good catch. Here are 
the multiplexed suites, this time with 1000 runs instead of 2000 because I 
suspect it's going to take ages:
||branch||Multiplexed suite||
|[3.0|https://github.com/adelapena/cassandra/tree/16972-3.0]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/895/workflows/d74cce99-ede6-490a-9370-e9238570f204/jobs/8486]|
|[3.11|https://github.com/adelapena/cassandra/tree/16972-3.11]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/894/workflows/222c2994-374e-4bb9-98e2-d37657a170d4/jobs/8490]|
|[4.0|https://github.com/adelapena/cassandra/tree/16972-4.0]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/887/workflows/7c9520d2-8450-4530-bab7-2171d387386c/jobs/8459]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/887/workflows/08e7bf7a-6be4-4846-a1ed-16fcfa3e6346/jobs/8449]|
|[trunk|https://github.com/adelapena/cassandra/tree/16972-trunk]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/886/workflows/bb0998e5-a2d2-4742-82ae-eccb379b83b2/jobs/8460]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/886/workflows/a789cae4-4069-4478-ad80-25047171702f/jobs/8456]|

Edit: I keep forgetting that for 3.0 and 3.11 the Ant objective for entire 
tests suites has to be {{test}} instead of {{testsome}}, even though it implies 
running other classes names {{ViewTest}} in other packages. I have updated the 
CI links above.


was (Author: adelapena):
Oh, you are totally right, I forgot to remove the method. Good catch. Here are 
the multiplexed suites, this time with 1000 runs instead of 2000 because I 
suspect it's going to take ages:
||branch||Multiplexed suite||
|[3.0|https://github.com/adelapena/cassandra/tree/16972-3.0]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/885/workflows/19deec18-5884-48a7-a4ea-6d2582b38367/jobs/8455]|
|[3.11|https://github.com/adelapena/cassandra/tree/16972-3.11]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/884/workflows/2c44c55c-e965-48bb-9b46-473c4766b2de/jobs/8445]|
|[4.0|https://github.com/adelapena/cassandra/tree/16972-4.0]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/887/workflows/7c9520d2-8450-4530-bab7-2171d387386c/jobs/8459]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/887/workflows/08e7bf7a-6be4-4846-a1ed-16fcfa3e6346/jobs/8449]|
|[trunk|https://github.com/adelapena/cassandra/tree/16972-trunk]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/886/workflows/bb0998e5-a2d2-4742-82ae-eccb379b83b2/jobs/8460]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/886/workflows/a789cae4-4069-4478-ad80-25047171702f/jobs/8456]|

> Fix org.apache.cassandra.cql3.ViewTest.testTruncateWhileBuilding 
> -
>
> Key: CASSANDRA-16972
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16972
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/unit
>Reporter: Ekaterina Dimitrova
>Assignee: Andres de la Peña
>Priority: Normal
> Fix For: 3.0.x, 3.11.x
>
>
> [org.apache.cassandra.cql3.ViewTest.testTruncateWhileBuilding|https://jenkins-cm4.apache.org/job/Cassandra-devbranch/1119/testReport/junit/org.apache.cassandra.cql3/ViewTest/testTruncateWhileBuilding/]
>   fails in 3.11
>  
> {code:java}
> Error Message
> expected:<0> but was:<1>
> Stacktrace
> junit.framework.AssertionFailedError: expected:<0> but was:<1> at 
> org.apache.cassandra.Util.spinAssertEquals(Util.java:575) at 
> org.apache.cassandra.cql3.ViewTest.testTruncateWhileBuilding(ViewTest.java:1656)
>  at 
> org.jboss.byteman.contrib.bmunit.BMUnitRunner$9.evaluate(BMUnitRunner.java:342)
>  at 
> org.jboss.byteman.contrib.bmunit.BMUnitRunner$6.evaluate(BMUnitRunner.java:241)
>  at 
> org.jboss.byteman.contrib.bmunit.BMUnitRunner$1.evaluate(BMUnitRunner.java:75)
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Comment Edited] (CASSANDRA-16972) Fix org.apache.cassandra.cql3.ViewTest.testTruncateWhileBuilding

2021-09-23 Thread Berenguer Blasi (Jira)


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

Berenguer Blasi edited comment on CASSANDRA-16972 at 9/23/21, 10:12 AM:


[~adelapena] Am I reading correctly in the multiplexed suite you forgot to 
remove the method name so it is in fact again a 2K run of the method alone?


was (Author: bereng):
[~adelapena] I am reading correctly in the multiplexed suite you forgot to 
remove the method name so it is in fact again a 2K run of the method alone?

> Fix org.apache.cassandra.cql3.ViewTest.testTruncateWhileBuilding 
> -
>
> Key: CASSANDRA-16972
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16972
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/unit
>Reporter: Ekaterina Dimitrova
>Assignee: Andres de la Peña
>Priority: Normal
> Fix For: 3.0.x, 3.11.x
>
>
> [org.apache.cassandra.cql3.ViewTest.testTruncateWhileBuilding|https://jenkins-cm4.apache.org/job/Cassandra-devbranch/1119/testReport/junit/org.apache.cassandra.cql3/ViewTest/testTruncateWhileBuilding/]
>   fails in 3.11
>  
> {code:java}
> Error Message
> expected:<0> but was:<1>
> Stacktrace
> junit.framework.AssertionFailedError: expected:<0> but was:<1> at 
> org.apache.cassandra.Util.spinAssertEquals(Util.java:575) at 
> org.apache.cassandra.cql3.ViewTest.testTruncateWhileBuilding(ViewTest.java:1656)
>  at 
> org.jboss.byteman.contrib.bmunit.BMUnitRunner$9.evaluate(BMUnitRunner.java:342)
>  at 
> org.jboss.byteman.contrib.bmunit.BMUnitRunner$6.evaluate(BMUnitRunner.java:241)
>  at 
> org.jboss.byteman.contrib.bmunit.BMUnitRunner$1.evaluate(BMUnitRunner.java:75)
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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