[
https://issues.apache.org/jira/browse/CASSANDRA-17987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17625023#comment-17625023
]
Andres de la Peña commented on CASSANDRA-17987:
-----------------------------------------------
[~e.dimitrova]'s eagle eye has detected that the repeated runs for some
specialized tests aren't actually running the tests. That's because of a
mistake while initializating the {{target}} var in the {{run_repeated_utests}}
command. That makes the Ant targets that are not of the form "testsome" receive
qualified class names, while they are expecting short class names. So the job
doesn't find the tests.
Also, the command was also ignoring the {{testtag}} attribute used by the Ant's
test macro to group the test results and logs. That produces problems while
collecting the run artifacts.
These bugs were introduced during CASSANDRA-17939, and I think we should fix
them here to get the specialized unit tests ready. I have added fixes for both
things, also including 3.0:
||Patch||CI||
|[3.0|https://github.com/adelapena/cassandra/tree/17987-3.0]|[low|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-3.0]
[mid|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-3.0-mid]
[high|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-3.0-high]
[multiplexer|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-3.0-multiplexer]|
|[3.11|https://github.com/adelapena/cassandra/tree/17987-3.11]|[low|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-3.11]
[mid|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-3.11-mid]
[high|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-3.11-high]
[multiplexer|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-3.11-multiplexer]|
|[4.0|https://github.com/adelapena/cassandra/tree/17987-4.0]|[low|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-4.0]
[mid|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-4.0-mid]
[high|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-4.0-high]
[multiplexer|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-4.0-multiplexer]|
|[4.1|https://github.com/adelapena/cassandra/tree/17987-4.1]|[low|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-4.1]
[mid|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-4.1-mid]
[high|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-4.1-high]
[multiplexer|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-4.1-multiplexer]|
|[trunk|https://github.com/apache/cassandra/pull/1947]|[low|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-trunk]
[mid|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-trunk-mid]
[high|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-trunk-high]
[multiplexer|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=17987-trunk-multiplexer]|
> CircleCI: Add jobs for running specialized unit tests with Java 11
> ------------------------------------------------------------------
>
> Key: CASSANDRA-17987
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17987
> Project: Cassandra
> Issue Type: Task
> Components: CI
> Reporter: Andres de la Peña
> Assignee: Andres de la Peña
> Priority: Normal
>
> CircleCI has a set of jobs for running specialiazed unit tests that are only
> run with Java 8:
> * utests_compression
> * utests_system_keyspace_directory
> * utests_trie
> * utests_stress
> * utests_long
> * utests_fqltool
> It should probably be possible to run these tests with Java 11 tool.
> Rather than creating a ticket for every job, it's probably easier to use a
> single ticket for all of them. This should give us an overall vision for
> deciding job names, approval steps, etc. Also, the required config changes
> should be quite minimal and doing all of them at once should save us both
> effort and test runs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]