Skip to content

Fix failing reprocessing tests on certain providers. #387

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

Merged
merged 2 commits into from
Apr 1, 2024

Conversation

alex-kulakov
Copy link
Contributor

  • deadlock tests were ignored for Firebird, in the actual test FB throws error code recognized as OperationTimeoutException, which is not processable at the moment. This led to infinite execution. Timeouts, introduced earlier, though partially help, but better to not allow them to be reached.
  • Reprocessing.Tests.Context is now disposable. Since AutoResetEvents are disposable they dispose before setting to null or in Context.Dispose method.

for being able to dispose autoresetevents.

- Dispose events before setting them to null
- Run method moved to the top of methods region, since it is main runner
  for other methods.
- Removed TestContext.WriteLine calls, which were accidentally left
@alex-kulakov alex-kulakov merged commit 7b9e17f into 6.0 Apr 1, 2024
@alex-kulakov alex-kulakov deleted the 6.0-fix-reprocessing-tests branch April 1, 2024 13:06
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.

1 participant