8000 Fix Citus CI failure caused by ubuntu-latest upgrade by AmlanDalai · Pull Request #1291 · sqlancer/sqlancer · GitHub
[go: up one dir, main page]

Skip to content

Fix Citus CI failure caused by ubuntu-latest upgrade#1291

Open
AmlanDalai wants to merge 2 commits intosqlancer:mainfrom
AmlanDalai:fix-citus-ci-ubuntu
Open

Fix Citus CI failure caused by ubuntu-latest upgrade#1291
AmlanDalai wants to merge 2 commits intosqlancer:mainfrom
AmlanDalai:fix-citus-ci-ubuntu

Conversation

@AmlanDalai
Copy link
@AmlanDalai AmlanDalai commented Jan 29, 2026

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.

@AmlanDalai
Copy link
Author

This PR updates the Citus CI job to pin ubuntu-22.04. The workflow change requires maintainer approval to run CI.

@AmlanDalai
Copy link
Author
AmlanDalai commented Jan 30, 2026

Hello, @mrigger, the workflow change requires maintainer approval to run CI.

@AmlanDalai
Copy link
Author

FYI: I’ve opened a separate PR that fixes the TiDB CI failures reported in #1282.
This Citus PR remains scoped only to the Citus setup.

@AmlanDalai
Copy link
Author

This PR updates CI configuration only.
Could a maintainer please approve running the workflow?
FYI : @mrigger
Thank you!

@AmlanDalai
Copy link
Author

I investigated the remaining Citus failure. TestCitus fails with exit code -1, meaning SQLancer cannot initialize against the current Citus setup.
This looks like a DBMS compatibility issue rather than a CI readiness problem and matches the failures described in #1282.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI Failure: Multiple DBMS Test Suites Are Failing (Citus, CnosDB, Databend, DataFusion, Hive, Materialize, TiDB, YugabyteDB)

1 participant

0