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 subscription drop/resubscribe tests #308

Open
alexeyzimarev opened this issue Jan 23, 2024 · 1 comment
Open

Add subscription drop/resubscribe tests #308

alexeyzimarev opened this issue Jan 23, 2024 · 1 comment

Comments

@alexeyzimarev
Copy link
Contributor

For all the available stores (relational and ESDB) add tests to ensure that the subscription drop causes resubscribe.

Also ensure that the health check returns degraded when the subscription is dropped.

I've seen that resubscribe logic works fine for ESDB as when I run the sample app and stop the ESDB container, it enters the loop of doom trying to resubscribe. As soon as the container starts again, the subscription restores. For SQL Server, #307 indicates that it doesn't resubscribe, so it's best to start with adding a test there.

Copy link

linear bot commented Aug 16, 2024

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