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

Attempt to fix unstable AsyncDisruptorAppenderTest#testEventHandlerCalled test case #623

Merged
merged 2 commits into from
Aug 26, 2021

Conversation

brenuart
Copy link
Collaborator

I could not reproduce the issue locally. I suspect some nasty concurrent issues with Mockito... Decided to rewite the test case entirely with concrete classes instead of Mockito. Hope it helps...

Closes #586

I could not reproduce the issue locally. I suspect some nasty concurrent issues with Mockito... Decided to rewite the test case entirely with concrete classes instead of Mockito. Hope it helps...
@brenuart brenuart force-pushed the gh586-unstable-asyncdisruptortest branch 2 times, most recently from b098fd3 to 3a7d8e6 Compare August 26, 2021 10:12
…ption

We need to wait for the exception handler to have processed the exception to determine when async processing is completed. Waiting for the event handler is not enough...
@brenuart brenuart force-pushed the gh586-unstable-asyncdisruptortest branch from 3a7d8e6 to 9b06449 Compare August 26, 2021 10:14
@brenuart brenuart merged commit 250f687 into main Aug 26, 2021
@brenuart brenuart deleted the gh586-unstable-asyncdisruptortest branch August 26, 2021 10:17
brenuart added a commit that referenced this pull request Aug 26, 2021
Missing piece of code that did not went through PR #623 :-(

issue #586
@philsttr philsttr added this to the 7.0 milestone Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unstable AsyncDisruptorAppenderTest#testEventHandlerCalled test case
2 participants