Skip to content

CNDB-16069: Split VectorCompactionTest to prevent JUnit timeouts#2259

Open
adelapena wants to merge 1 commit intomainfrom
CNDB-16069-main
Open

CNDB-16069: Split VectorCompactionTest to prevent JUnit timeouts#2259
adelapena wants to merge 1 commit intomainfrom
CNDB-16069-main

Conversation

@adelapena
Copy link
Copy Markdown

What is the issue

VectorCompaction100dTest and, to a lesser extent, VectorCompaction2dTest use to fail due to JUnit timeouts. These tests take too long to run, so probably we should split them.

What does this PR fix and why was it fixed

Split VectorCompaction100dTest and VectorCompaction2dTest into multiple tests.

@adelapena adelapena self-assigned this Mar 6, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 6, 2026

Checklist before you submit for review

  • This PR adheres to the Definition of Done
  • Make sure there is a PR in the CNDB project updating the Converged Cassandra version
  • Use NoSpamLogger for log lines that may appear frequently in the logs
  • Verify test results on Butler
  • Test coverage for new/modified code is > 80%
  • Proper code formatting
  • Proper title for each commit staring with the project-issue number, like CNDB-1234
  • Each commit has a meaningful description
  • Each commit is not very long and contains related changes
  • Renames, moves and reformatting are in distinct commits
  • All new files should contain the DataStax copyright header instead of the Apache License one

@cassci-bot
Copy link
Copy Markdown

❌ Build ds-cassandra-pr-gate/PR-2259 rejected by Butler


3 regressions found
See build details here


Found 3 new test failures

Test Explanation Runs Upstream
o.a.c.index.sai.cql.VectorCompaction100dNVQTest.testZeroOrOneToManyCompaction[ca] NEW 🔴 0 / 21
o.a.c.index.sai.cql.VectorCompaction100dTest.testOneToManyCompaction[db] NEW 🔴 0 / 21
o.a.c.index.sai.cql.VectorSiftSmallTest.testMultiSegmentBuild[ec true false] REGRESSION 🔴 0 / 21

Found 3 known test failures

@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants