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

MassTransit ITestingHarness and OutBoxPattern #45

Open
kamilbaczek opened this issue Nov 23, 2023 · 0 comments
Open

MassTransit ITestingHarness and OutBoxPattern #45

kamilbaczek opened this issue Nov 23, 2023 · 0 comments
Assignees

Comments

@kamilbaczek
Copy link
Collaborator

kamilbaczek commented Nov 23, 2023

Issue Description:

Problem:

The MassTransit library provides the ITestingHarness interface, which allows for testing and verification of published events. However, when the OutBoxPattern is configured, the behavior of publishing events changes. Instead of immediately publishing the event, the service sends the event in the background after loading it from the database.

Manual Testing:

Manually testing the scenario has confirmed that this behavior is functioning correctly.

Test To Fix

image

@kamilbaczek kamilbaczek changed the title Missing Test Assertion Issue with MassTransit ITestingHarness and OutBoxPattern Nov 23, 2023
@kamilbaczek kamilbaczek changed the title Issue with MassTransit ITestingHarness and OutBoxPattern MassTransit ITestingHarness and OutBoxPattern Nov 23, 2023
@kamilbaczek kamilbaczek self-assigned this Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant