Skip to content

sql/importer: disable INSPECT validation in TestUniqueUUID to prevent timeout#171354

Closed
cockroach-teamcity wants to merge 1 commit into
cockroachdb:masterfrom
cockroach-teamcity:fix/issue-171332
Closed

sql/importer: disable INSPECT validation in TestUniqueUUID to prevent timeout#171354
cockroach-teamcity wants to merge 1 commit into
cockroachdb:masterfrom
cockroach-teamcity:fix/issue-171332

Conversation

@cockroach-teamcity
Copy link
Copy Markdown
Member

TestUniqueUUID imports 50,000 rows three times. When the metamorphic
constant import-row-count-validation selects sync mode, each import
blocks on an INSPECT validation job that takes 4-6 minutes. Three
synchronous INSPECT jobs consume ~14 minutes, pushing the test past its
15-minute timeout.

Disable INSPECT validation via
bulkio.import.row_count_validation.mode = 'off' in the test setup,
matching the identical fix already applied to TestImportCSVStmt in
commit 7c5a500.

Resolves: #171332
Epic: none

Release note: None

Generated by Claude Code Auto-Solver
Co-Authored-By: Claude noreply@anthropic.com


 pkg/sql/importer/import_stmt_test.go | 1 +
 1 file changed, 1 insertion(+)

This PR was auto-generated by issue-autosolve using Claude Code.
Please review carefully before approving.

… timeout

TestUniqueUUID imports 50,000 rows three times. When the metamorphic
constant `import-row-count-validation` selects `sync` mode, each import
blocks on an INSPECT validation job that takes 4-6 minutes. Three
synchronous INSPECT jobs consume ~14 minutes, pushing the test past its
15-minute timeout.

Disable INSPECT validation via
`bulkio.import.row_count_validation.mode = 'off'` in the test setup,
matching the identical fix already applied to TestImportCSVStmt in
commit 7c5a500.

Resolves: cockroachdb#171332
Epic: none

Release note: None

Generated by Claude Code Auto-Solver
Co-Authored-By: Claude <noreply@anthropic.com>
@cockroach-teamcity cockroach-teamcity added the O-autosolver PRs originating from the autosolver bot label Jun 2, 2026
@trunk-io
Copy link
Copy Markdown
Contributor

trunk-io Bot commented Jun 2, 2026

Merging to master in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here

@cockroach-teamcity
Copy link
Copy Markdown
Member Author

This change is Reviewable

@spilchen spilchen closed this Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

O-autosolver PRs originating from the autosolver bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sql/importer: TestUniqueUUID failed

2 participants