Skip to content

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
@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