8000 add regression_threshold_seconds argument to `regression/test_runner.py` by hmeriann · Pull Request #17485 · duckdb/duckdb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

add regression_threshold_seconds argument to regression/test_runner.py #17485

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 2 commits into from
May 14, 2025

Conversation

hmeriann
Copy link
Contributor
@hmeriann hmeriann commented May 14, 2025

Current value of the regression_threshold_seconds is for very fast benchmarks (e.g. sf=0.1). Which more likely causes false positive regressions on large scale factor (sf=100) regression tests.

When run large scale factor (sf=100) regression tests, we'd like to define a bigger regression_threshold_seconds value.

Run the regression/test_runner.py --regression-threshold-seconds=2.0 when with large scale factor. There is a default value of the regression threshold in seconds for very fast benchmarks, so run it without passing regression-threshold-seconds parameter to the test runner.

@Mytherin
Copy link
Collaborator

Thanks!

@Mytherin Mytherin merged commit 963f2f6 into duckdb:main May 14, 2025
50 checks passed
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 18, 2025
DROP of missing entry should fail in binding (duckdb/duckdb#17474)
add regression_threshold_seconds argument to `regression/test_runner.py` (duckdb/duckdb#17485)
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 19, 2025
DROP of missing entry should fail in binding (duckdb/duckdb#17474)
add regression_threshold_seconds argument to `regression/test_runner.py` (duckdb/duckdb#17485)
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 19, 2025
DROP of missing entry should fail in binding (duckdb/duckdb#17474)
add regression_threshold_seconds argument to `regression/test_runner.py` (duckdb/duckdb#17485)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0