[ https://issues.apache.org/jira/browse/CASSANDRA-16853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ruslan Fomkin updated CASSANDRA-16853: -------------------------------------- Test and Documentation Plan: [PR with the patch|https://github.com/apache/cassandra-dtest/pull/158] [Java 11 CircleCI build|https://app.circleci.com/pipelines/github/k-rus/cassandra/9/workflows/9ab1e7ad-f0dd-41b8-b621-e6f30e93c9c6] [Java 8 CircleCI build|https://app.circleci.com/pipelines/github/k-rus/cassandra/9/workflows/506ba0ed-0f39-4582-a3eb-b445e6d5e8e9] Status: Patch Available (was: In Progress) > CircleCI folder in dtest is confusing > ------------------------------------- > > Key: CASSANDRA-16853 > URL: https://issues.apache.org/jira/browse/CASSANDRA-16853 > Project: Cassandra > Issue Type: Improvement > Components: Test/dtest/python > Reporter: Ruslan Fomkin > Assignee: Ruslan Fomkin > Priority: Normal > Time Spent: 10m > Remaining Estimate: 0h > > I made a patch to dtest without affecting Cassandra. cassandra-dtest repo > contains folder with CircleCI configuration file. So I tried to run a [build > from > CircleCI|https://app.circleci.com/pipelines/github/k-rus/cassandra-dtest/3/workflows/6ea8058d-37b0-40e8-89be-d9b4afdf279c/jobs/4] > and it failed with an error related to configuration: > {code:java} > ERROR: flake8 3.9.2 has requirement pycodestyle<2.8.0,>=2.7.0, but you'll > have pycodestyle 2.3.1 which is incompatible. > {code} > The CircleCI config contains > {code:java} > sudo pip install pycodestyle==2.3.1 flake8 > {code} > , so it should lead to the error. > From the discussion in community I learned that dtest are run as part of > Cassandra build and not on cassandra-dtest directly. Is the config in dtest > maintained? If not, it might be good to remove. Or may be add some comment > about it. -- 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