Skip to content

Increase testoutput ID column type to bigint - #3942

Merged
williamjallen merged 1 commit into
Kitware:masterfrom
williamjallen:update-testoutput-id-column-type
Aug 20, 2026
Merged

Increase testoutput ID column type to bigint#3942
williamjallen merged 1 commit into
Kitware:masterfrom
williamjallen:update-testoutput-id-column-type

Conversation

@williamjallen

Copy link
Copy Markdown
Collaborator

#3054 updated the build2test ID column, but failed to consider that the testoutput has a roughly equivalent number of rows and is subject to the same overflow issues. This PR fixes the issue by increasing the testoutput ID column type from integer to bigint. CDash administrators should note that this migration may take hours for some instances since both the build2test and testoutput tables must be rewritten.

Kitware#3054 updated the `build2test` ID column, but failed to consider that the `testoutput` has a roughly equivalent number of rows and is subject to the same overflow issues.  This PR fixes the issue by increasing the `testoutput` ID column type from `integer` to `bigint`.  CDash administrators should note that this migration may take hours for some instances since both the `build2test` and `testoutput` tables must be rewritten.
@josephsnyder
josephsnyder added this pull request to the merge queue Aug 20, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Aug 20, 2026
@williamjallen
williamjallen added this pull request to the merge queue Aug 20, 2026
Merged via the queue into Kitware:master with commit 4d5ec6f Aug 20, 2026
7 checks passed
@williamjallen
williamjallen deleted the update-testoutput-id-column-type branch August 20, 2026 13:20
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.

2 participants