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

Add container init mixed txn tests #673

Merged

Conversation

onobc
Copy link
Collaborator

@onobc onobc commented May 7, 2024

  • Consolidate to single PulsarTxnTestsBase

  • Adds tests for using a transactional PulsarTemplate from within a @Transactional @PulsarListener method. The test sends a message to Pulsar and inserts a row in DB and does some form of rollback (or not) to make sure things are as expected.

Resolves #661

onobc added 2 commits May 7, 2024 16:09
* Adds tests for using a transactional PulsarTemplate from within a
  `@Transactional` `@PulsarListener` method. The test sends a message to
  Pulsar and inserts a row in DB and does some form of rollback (or not)
  to make sure things are as expected.

Resolves spring-projects#661
@onobc onobc force-pushed the add-container-init-mixed-txn-tests branch from ba6634a to 7b09b71 Compare May 7, 2024 21:11
@onobc onobc merged commit 4939d03 into spring-projects:main May 9, 2024
6 checks passed
@onobc onobc deleted the add-container-init-mixed-txn-tests branch May 9, 2024 16:33
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.

Enhance tests for newly added transaction support
1 participant