Skip to content

avoids time out in BulkNewIT#6303

Merged
keith-turner merged 1 commit intoapache:mainfrom
keith-turner:fix-bulk-new-it
Apr 9, 2026
Merged

avoids time out in BulkNewIT#6303
keith-turner merged 1 commit intoapache:mainfrom
keith-turner:fix-bulk-new-it

Conversation

@keith-turner
Copy link
Copy Markdown
Contributor

@keith-turner keith-turner commented Apr 8, 2026

BulkNewIT.testConcurrentCompactions() timed out in scan because the scan was waiting for tablets to have less files. The test imports 1000 files and then scans. The scan can not run until compactions run. Gave the test more compactors to process the compactions faster.

The test was running two test in a single test method. This means both test had the timeout of a single test method. Ran the two test separately so they would each have their own timeout.

BulkNewIT.testConcurrentCompactions() timed out in scan because it the
scan was waiting for tablets to have less files.  The test imports 1000
files and then scans.  The scan can not run until compactions run. Gave
the test more compactors to process the compactions faster.

The test was running two test in a single test method.  This means both
test had the timeout of a single test method.  Ran the two test
separately so they would each have their own timeout.
@keith-turner keith-turner added this to the 4.0.0 milestone Apr 8, 2026
@keith-turner keith-turner merged commit e47e63d into apache:main Apr 9, 2026
9 checks passed
@keith-turner keith-turner deleted the fix-bulk-new-it branch April 9, 2026 15:29
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