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

Conditionally index test related transaction annotations #42352

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Aug 7, 2024

@geoand geoand requested a review from gastaldi August 7, 2024 06:15
@quarkus-bot quarkus-bot bot added area/narayana Transactions / Narayana area/panache labels Aug 7, 2024
Copy link

quarkus-bot bot commented Aug 7, 2024

Status for workflow Quarkus CI

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

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@@ -204,6 +204,11 @@ public void startRecoveryService(NarayanaJtaRecorder recorder,
@BuildStep(onlyIf = IsTest.class)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonder if making it a predicate and using it in onlyIf would be better

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reason I want to avoid that is that we haven't really specified what the TCCL is in those pieces of code

@geoand geoand merged commit fb0009e into quarkusio:main Aug 7, 2024
42 checks passed
@geoand geoand deleted the #42342 branch August 7, 2024 10:16
@quarkus-bot quarkus-bot bot added this to the 3.14 - main milestone Aug 7, 2024
@gsmet gsmet modified the milestones: 3.14 - main, 3.13.2 Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

quarkus run failing
3 participants