Skip to content

Fix flaky holder table test by increasing max function calls#3129

Merged
davisking merged 1 commit into
davisking:masterfrom
joelnn:fix-holder-table-test-flakiness
Dec 28, 2025
Merged

Fix flaky holder table test by increasing max function calls#3129
davisking merged 1 commit into
davisking:masterfrom
joelnn:fix-holder-table-test-flakiness

Conversation

@joelnn

@joelnn joelnn commented Dec 28, 2025

Copy link
Copy Markdown
Contributor

The test was failing ~5-10% of the time with 200 evaluations because find_min_global occasionally converges to a local minimum. Increasing to 300 evaluations eliminates flakiness while keeping the test fast.

The test was failing ~5-10% of the time with 200 evaluations because
find_min_global occasionally converges to a local minimum. Increasing
to 300 evaluations eliminates flakiness while keeping the test fast.
@davisking

Copy link
Copy Markdown
Owner

Excellent, thanks for the PR :D

@davisking davisking merged commit 98016e8 into davisking:master Dec 28, 2025
2 checks passed
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