Fix nightly test failures (2026-01-16) #9134
Open
+16
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR was automatically generated by Claude Code to fix failing nightly CI tests.
Each test fix is in a separate commit with its own description.
Original Failure
Commits (2 fixes)
Fix compress_sort_transform test for PostgreSQL 18.0 PostgreSQL 18.0's query planner made a different cost-based decision for the final join query in the test, choosing Sequential Scan over Index Only Scan Backward for accessing uncompressed chunk data. This is a legitimate planner behavior change, not a bug. Created a PG18-specific expected output file to accommodate this difference.
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
Fix timing-sensitive bgw_job_stat_history_errors test The test was failing on macOS because jobs completed too quickly (0.1s sleep) to reliably trigger background worker limit exceeded errors. Increased job sleep duration from 0.1s to 1s to ensure concurrent execution exceeds the max_worker_processes limit of 24 when launching 26 jobs, making the test deterministic across different system speeds.
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
Testing
Please review each commit and ensure the fixes are appropriate before merging.
The CI will run the full test suite to verify the fixes.
🤖 Generated with Claude Code