sql/importer: disable INSPECT validation in TestImportCSVStmt to prevent timeout#170611
Conversation
|
😎 Merged successfully - details. |
|
Detected infrastructure failure (matched: self-hosted runner lost communication with the server). Automatically rerunning failed jobs. (run link) |
…ent timeout The metamorphic constant `import-row-count-validation` can randomly select `sync` mode, which triggers a blocking INSPECT job after each IMPORT INTO subtest. Each INSPECT job takes ~90-160 seconds, and with 7+ subtests the cumulative overhead (~11.5 minutes) exhausts the 15-minute test timeout before all subtests complete. Disable row count validation in `setupTestImportCSVStmt` by setting the `bulkio.import.row_count_validation.mode` cluster setting to `off`. This test exercises CSV import functionality, not INSPECT validation, which is covered by dedicated tests elsewhere. Resolves: cockroachdb#170449 Epic: CRDB-64010 Release note: None Generated by Claude Code Auto-Solver Co-Authored-By: Claude <noreply@anthropic.com>
|
[autosolve-ci-fix] CI failures were detected and I've pushed fixes. Changes made: |
c906b8d to
7c5a500
Compare
|
[autosolve-ci-fix] CI failures were detected but appear to be flaky tests or pre-existing issues, not caused by this PR. Analysis: A human may want to re-run CI or investigate the flaky tests. |
|
TFTR! /trunk merge |
|
[autosolve-response] I reviewed the comments but no code changes were necessary. Analysis: |
|
Based on the specified backports for this PR, I applied new labels to the following linked issue(s). Please adjust the labels as needed to match the branches actually affected by the issue(s), including adding any known older branches. Issue #170449: branch-release-25.4, branch-release-26.1, branch-release-26.2. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
|
Encountered an error creating backports. Some common things that can go wrong:
You might need to create your backport manually using the backport tool. 💡 Consider backporting to the fork repo instead of the main repo. See instructions for more details. merge conflict cherry-picking 7c5a500 to blathers/backport-release-25.4-170611 Backport to branch 25.4.x failed. See errors above. 💡 Consider backporting to the fork repo instead of the main repo. See instructions for more details. merge conflict cherry-picking 7c5a500 to blathers/backport-release-26.1-170611 Backport to branch 26.1.x failed. See errors above. 💡 Consider backporting to the fork repo instead of the main repo. See instructions for more details. merge conflict cherry-picking 7c5a500 to blathers/backport-release-26.2-170611 Backport to branch 26.2.x failed. See errors above. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
The metamorphic constant
import-row-count-validationcan randomlyselect
syncmode, which triggers a blocking INSPECT job after eachIMPORT INTO subtest. Each INSPECT job takes ~90-160 seconds, and with
7+ subtests the cumulative overhead (~11.5 minutes) exhausts the
15-minute test timeout before all subtests complete.
Disable row count validation in
setupTestImportCSVStmtby setting thebulkio.import.row_count_validation.modecluster setting tooff.This test exercises CSV import functionality, not INSPECT validation,
which is covered by dedicated tests elsewhere.
Resolves: #170449
Epic: CRDB-64010
Release note: None
Generated by Claude Code Auto-Solver
Co-Authored-By: Claude noreply@anthropic.com
This PR was auto-generated by issue-autosolve using Claude Code.
Please review carefully before approving.