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

Better waiting for MassTransit outbox in tests #513

Open
marcin-dardzinski opened this issue Jul 11, 2023 · 0 comments
Open

Better waiting for MassTransit outbox in tests #513

marcin-dardzinski opened this issue Jul 11, 2023 · 0 comments
Labels
area-masstransit Area: MT integration

Comments

@marcin-dardzinski
Copy link
Member

Currently (#507) we resort to plain Task.Delay which might: a) increase tests time unnecessarily b) not always be enough.
Mass Transit does not allow us to watch when outbox was delivered. We can think of writing our custom IBusOutboxNotification which would notify us when outbox cycle was completed.

This is just the idea, details will need to polished.

@marcin-dardzinski marcin-dardzinski added the area-masstransit Area: MT integration label Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-masstransit Area: MT integration
Projects
None yet
Development

No branches or pull requests

1 participant