Fix Citus CI failure caused by ubuntu-latest upgrade#1291
Open
AmlanDalai wants to merge 2 commits intosqlancer:mainfrom
Open
Fix Citus CI failure caused by ubuntu-latest upgrade#1291AmlanDalai wants to merge 2 commits intosqlancer:mainfrom
AmlanDalai wants to merge 2 commits intosqlancer:mainfrom
Conversation
Author
|
This PR updates the Citus CI job to pin ubuntu-22.04. The workflow change requires maintainer approval to run CI. |
Author
|
Hello, @mrigger, the workflow change requires maintainer approval to run CI. |
Author
|
FYI: I’ve opened a separate PR that fixes the TiDB CI failures reported in #1282. |
Author
|
This PR updates CI configuration only. |
Author
|
I investigated the remaining Citus failure. TestCitus fails with exit code -1, meaning SQLancer cannot initialize against the current Citus setup. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #1282
The Citus CI job fails on ubuntu-latest after GitHub Actions upgraded the runner to Ubuntu 24.04 (noble), where the package postgresql-15-citus-11.1 is not available.
This PR pins the Citus CI job to ubuntu-22.04 (jammy), where the required Citus packages are supported, restoring the CI pipeline without affecting other DBMS jobs.
TestCitus currently fails with exit code -1, indicating SQLancer cannot initialize against the installed Citus version. This appears to be a DBMS compatibility issue rather than a CI setup problem and matches the failures tracked in #1282.