Skip to content

ci: fix flaky test_read_btree_index_with_defer_index_remap#5380

Merged
jackye1995 merged 1 commit intolance-format:mainfrom
jackye1995:defer-remap-flaky
Dec 2, 2025
Merged

ci: fix flaky test_read_btree_index_with_defer_index_remap#5380
jackye1995 merged 1 commit intolance-format:mainfrom
jackye1995:defer-remap-flaky

Conversation

@jackye1995
Copy link
Copy Markdown
Contributor

Closes #4925

The compaction number of rows was set too small, resulting in the process issuing too many concurrent fragment reservation commits at the same time and sometimes fail the test.

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@github-actions github-actions Bot added the ci Github Action or Test issues label Dec 1, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown
Member

@westonpace westonpace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice debugging and thanks for investigating the flaky test!

@jackye1995
Copy link
Copy Markdown
Contributor Author

ran CI 4 times all passing, should be good now

@jackye1995 jackye1995 merged commit 9ed4a72 into lance-format:main Dec 2, 2025
51 of 53 checks passed
jackye1995 added a commit to jackye1995/lance that referenced this pull request Jan 21, 2026
…mat#5380)

Closes lance-format#4925

The compaction number of rows was set too small, resulting in the
process issuing too many concurrent fragment reservation commits at the
same time and sometimes fail the test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Github Action or Test issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

flaky test_read_btree_index_with_defer_index_remap

2 participants