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

Stefan Miklosovic edited comment on CASSANDRA-17964 at 11/9/22 9:47 AM:
------------------------------------------------------------------------

I will be updating this comment as new branches and builds will be added.

Important notes for 3.0 - I have updated reflections library to 0.10.2 (same as 
is in trunk). The reason for that was that when the scanning is happening in 
our Ant task, the version which is present in 3.0 currently (0.9.something) 
prints big debug log of reflection library which is unnecessary and it just 
pollutes the overall build logs. Moving to 0.10.2 is very simple, basically a 
drop-in replacement. 0.10.2 does not write out this log.

3.0 PR [https://github.com/apache/cassandra/pull/1981/files]
Circle 3.0 
[https://app.circleci.com/pipelines/github/instaclustr/cassandra/1539/workflows/d18c175f-ecdc-47e8-b5e8-d2ea8b679dcb]
Jenkins 3.0 
[https://ci-cassandra.apache.org/view/patches/job/Cassandra-devbranch/2063/]

Circle 3.0 fails for me on dtests massively, I have never got a clean 3.0 build 
in Circle like ... _ever_. For that reason, as repeats are covered in circle, I 
built it in Jenkins too

3.11

PR [https://github.com/apache/cassandra/pull/1982]
Jenkins 
[https://ci-cassandra.apache.org/view/patches/job/Cassandra-devbranch/2064/]
Circle 
[https://app.circleci.com/pipelines/github/instaclustr/cassandra/1540/workflows/56bf9387-0209-4510-8cc3-6ee24d74608f]

3.11 starts to fail on this: 
https://issues.apache.org/jira/browse/CASSANDRA-18021

4.0 branch https://github.com/instaclustr/cassandra/tree/CASSANDRA-17964-4.0-ant
4.0 jenkins 
https://ci-cassandra.apache.org/view/patches/job/Cassandra-devbranch/2065/

4.1 branch https://github.com/apache/cassandra/pull/1988
4.1 jenkins 
https://ci-cassandra.apache.org/view/patches/job/Cassandra-devbranch/2068/

trunk https://github.com/apache/cassandra/pull/1990/files
trunk jenkins 
https://ci-cassandra.apache.org/view/patches/job/Cassandra-devbranch/2069/#showFailuresLink

Paxos test is expected to fail in trunk as we enabled it



was (Author: smiklosovic):
I will be updating this comment as new branches and builds will be added.

Important notes for 3.0 - I have updated reflections library to 0.10.2 (same as 
is in trunk). The reason for that was that when the scanning is happening in 
our Ant task, the version which is present in 3.0 currently (0.9.something) 
prints big debug log of reflection library which is unnecessary and it just 
pollutes the overall build logs. Moving to 0.10.2 is very simple, basically a 
drop-in replacement. 0.10.2 does not write out this log.

3.0 PR [https://github.com/apache/cassandra/pull/1981/files]
Circle 3.0 
[https://app.circleci.com/pipelines/github/instaclustr/cassandra/1539/workflows/d18c175f-ecdc-47e8-b5e8-d2ea8b679dcb]
Jenkins 3.0 
[https://ci-cassandra.apache.org/view/patches/job/Cassandra-devbranch/2063/]

Circle 3.0 fails for me on dtests massively, I have never got a clean 3.0 build 
in Circle like ... _ever_. For that reason, as repeats are covered in circle, I 
built it in Jenkins too

3.11

PR [https://github.com/apache/cassandra/pull/1982]
Jenkins 
[https://ci-cassandra.apache.org/view/patches/job/Cassandra-devbranch/2064/]
Circle 
[https://app.circleci.com/pipelines/github/instaclustr/cassandra/1540/workflows/56bf9387-0209-4510-8cc3-6ee24d74608f]

3.11 starts to fail on this: 
https://issues.apache.org/jira/browse/CASSANDRA-18021

4.0 branch https://github.com/instaclustr/cassandra/tree/CASSANDRA-17964-4.0-ant
4.0 jenkins 
https://ci-cassandra.apache.org/view/patches/job/Cassandra-devbranch/2065/

4.1 branch https://github.com/apache/cassandra/pull/1988
4.1 jenkins 
https://ci-cassandra.apache.org/view/patches/job/Cassandra-devbranch/2068/


> Some tests are never executed due to naming violation - fix it and add 
> checkstyle where applicable
> --------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-17964
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17964
>             Project: Cassandra
>          Issue Type: Task
>          Components: Test/unit
>            Reporter: Ruslan Fomkin
>            Assignee: Stefan Miklosovic
>            Priority: Normal
>             Fix For: 3.0.x, 3.11.x, 4.0.x, 4.1.x, 4.x
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> [BatchTests|https://github.com/apache/cassandra/blob/trunk/test/unit/org/apache/cassandra/cql3/BatchTests.java]
>  doesn't follow naming convention to be run as unit tests and, thus, is never 
> run.
> The rule in build expects names as `*Test`.



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

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

Reply via email to