[
https://issues.apache.org/jira/browse/CASSANDRA-17939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17613060#comment-17613060
]
Andres de la Peña edited comment on CASSANDRA-17939 at 10/5/22 4:28 PM:
------------------------------------------------------------------------
The detection of tests is done on Circle, so it cannot be seen locally. The
tests can be seen on the artifacts tab or in the run output (there are a few
[{{echo}}
calls|https://github.com/adelapena/cassandra/blob/17939-trunk-classes-test/.circleci/config-2_1.yml#L1956]).
Locally, you can run the same simple git command that is used by the Circle
config script:
{code:java}
git --no-pager diff --name-only --diff-filter=AMR ASF/trunk | grep Test\\.java
{code}
was (Author: adelapena):
The detection of tests is done on Circle, so it cannot be seen locally. The
tests can be run on the artifacts tab or in the run output (there are a few
[{{echo}}
calls|https://github.com/adelapena/cassandra/blob/17939-trunk-classes-test/.circleci/config-2_1.yml#L1956]).
Locally, you can run the same simple git command that is used by the Circle
config script:
{code}
git --no-pager diff --name-only --diff-filter=AMR ASF/trunk | grep Test\\.java
{code}
> CircleCI: Automatically detect and repeat new or modified JUnit tests
> ---------------------------------------------------------------------
>
> Key: CASSANDRA-17939
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17939
> Project: Cassandra
> Issue Type: Task
> Components: CI
> Reporter: Andres de la Peña
> Priority: Normal
> Fix For: 3.0.x, 3.11.x, 4.0.x, 4.x
>
>
> The purpose of this ticket is adding a new CircleCI job that automatically
> detects new or modified test classes and runs them repeatedly. That way we
> wouldn't need to manually specify those tests with {{.circleci/generate.sh}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]