Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make PostgreSQL Dev Services compatible with XA by default #45307

Merged
merged 1 commit into from
Dec 28, 2024

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Dec 28, 2024

By setting --max_prepared_transactions=100 if max_prepared_transactions is not present in the command.

Fixes #36934

By setting --max_prepared_transactions=100 if max_prepared_transactions
is not present in the command.

Fixes quarkusio#36934
Copy link

quarkus-bot bot commented Dec 28, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 0fa9369.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
Native Tests - Misc4 Build Failures Logs Raw logs 🔍

You can consult the Develocity build scans.

Failures

⚙️ Native Tests - Misc4 #

- Failing: integration-tests/opentelemetry-jdbc-instrumentation 

📦 integration-tests/opentelemetry-jdbc-instrumentation

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-opentelemetry-jdbc-instrumentation: Failed to build quarkus application

@gsmet
Copy link
Member Author

gsmet commented Dec 28, 2024

CI failure is not related.

@gsmet gsmet merged commit 6ce7dcf into quarkusio:main Dec 28, 2024
28 of 29 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.18 - main milestone Dec 28, 2024
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.

PostgreSQL DevService does not enable max_prepared_transactions for XA operations
2 participants