Skip to content

CNDB-13724: reduce num of test keys in LongVectorTest to avoid jenkins timeout #1831

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2025

Conversation

jasonstack
Copy link

What is the issue

#13724

What does this PR fix and why was it fixed

reduce num of test keys and less flushes. Reduce the chances of hitting "too many open files"

Copy link

Checklist before you submit for review

  • 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

Copy link

@cassci-bot
Copy link

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


1 new test failure(s) in 1 builds
See build details here


Found 1 new test failures

Test Explanation Branch history Upstream history
o.a.c.u.b.BinLogTest.testTruncationReleasesLogS... regression 🔴 🔵🔵🔵🔵🔵🔵🔵

No known test failures found

@jtgrabowski
Copy link

@jasonstack What's the test duration for the lowered number of keys?

@jasonstack jasonstack requested a review from jkni June 26, 2025 01:54
@jasonstack
Copy link
Author

@jtgrabowski now it takes 56 seconds with 100k keys. With original 10m keys, it crashed with Too many open files

@jasonstack jasonstack merged commit 221fb3b into main Jun 26, 2025
487 of 492 checks passed
@jasonstack jasonstack deleted the cndb-13724-main branch June 26, 2025 10:03
driftx pushed a commit that referenced this pull request Jul 18, 2025
…s timeout (#1831)

### What is the issue

#13724

### What does this PR fix and why was it fixed

reduce num of test keys and less flushes. Reduce the chances of hitting
"too many open files"
driftx pushed a commit that referenced this pull request Jul 21, 2025
…s timeout (#1831)

### What is the issue

#13724

### What does this PR fix and why was it fixed

reduce num of test keys and less flushes. Reduce the chances of hitting
"too many open files"
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.

3 participants