-
Type:
Bug
-
Status: In Progress
-
Priority:
Urgent
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: CI, Legacy/Testing
-
Labels:
-
Severity:Critical
Currently, circleci is hardcoded to search for tests in the test/unit directory only: https://github.com/apache/cassandra/blob/trunk/.circleci/config.yml#L166. This means tests under `test-compression` and `test-long` are not run. Like dtests, there should be a simple way to modify the config to run these as well.
- links to