You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Michael Semb Wever (Jira)" <ji...@apache.org> on 2021/04/14 11:29:00 UTC

[jira] [Comment Edited] (CASSANDRA-16595) Remove test parallelism from ant build.xml in all branches

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

Michael Semb Wever edited comment on CASSANDRA-16595 at 4/14/21, 11:28 AM:
---------------------------------------------------------------------------

Patches
 - [trunk|https://github.com/apache/cassandra/compare/trunk...thelastpickle:mck/16595/trunk] –  [!https://ci-cassandra.apache.org/job/Cassandra-devbranch/648/badge/icon!|https://ci-cassandra.apache.org/blue/organizations/jenkins/Cassandra-devbranch/detail/Cassandra-devbranch/648/pipeline/]
 - [3.11|https://github.com/apache/cassandra/compare/cassandra-3.11...thelastpickle:mck/16595/3.11]  –  [!https://ci-cassandra.apache.org/job/Cassandra-devbranch/650/badge/icon!|https://ci-cassandra.apache.org/blue/organizations/jenkins/Cassandra-devbranch/detail/Cassandra-devbranch/650/pipeline/]
 - [3.0|https://github.com/apache/cassandra/compare/cassandra-3.0...thelastpickle:mck/16595/3.0] –  [!https://ci-cassandra.apache.org/job/Cassandra-devbranch/651/badge/icon!|https://ci-cassandra.apache.org/blue/organizations/jenkins/Cassandra-devbranch/detail/Cassandra-devbranch/651/pipeline/]
 - [2.2|https://github.com/apache/cassandra/compare/cassandra-2.2...thelastpickle:mck/16595/2.2] –  [!https://ci-cassandra.apache.org/job/Cassandra-devbranch/652/badge/icon!|https://ci-cassandra.apache.org/blue/organizations/jenkins/Cassandra-devbranch/detail/Cassandra-devbranch/652/pipeline/]


was (Author: michaelsembwever):
Patches
 - [trunk|https://github.com/apache/cassandra/compare/trunk...thelastpickle:mck/16595/trunk] –  [!https://ci-cassandra.apache.org/job/Cassandra-devbranch/648/badge/icon!|https://ci-cassandra.apache.org/blue/organizations/jenkins/Cassandra-devbranch/detail/Cassandra-devbranch/648/pipeline/]
 - [3.11|] …wip…
 - [3.0|]
 - [2.2|]

> Remove test parallelism from ant build.xml in all branches
> ----------------------------------------------------------
>
>                 Key: CASSANDRA-16595
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16595
>             Project: Cassandra
>          Issue Type: Task
>          Components: Test/unit
>            Reporter: Michael Semb Wever
>            Assignee: Michael Semb Wever
>            Priority: Normal
>             Fix For: 2.2.x, 3.0.x, 3.11.x, 4.0.x
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Cassandra's build.xml supports parallel test runners. This functionality is available through {{`-Dtest.runners`}} and the {{`testparallel`}} ant macro.
> Having not been actively used and atrophied over time, it breaks a number of tests. The distributed in-jvm tests don't work at all with parallel runners (currently they need `-Dtest.runners=1` specified to work). And there are plenty of flakies, from where
> tests use fixed ports (StorageServiceServerTest), to byteman (eg BMUnitRunner), and around conf files on disk.
> This was raised on the dev ML, where the consensus was to remove it: https://lists.apache.org/thread.html/r1ca3c72b90fa6c57c1cb7dcd02a44221dcca991fe7392abd8c29fe95%40%3Cdev.cassandra.apache.org%3E
> The idea is to then replace ant test parallelism with docker container parallelism.



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

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