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

entity event handler test fixes #2026

Merged
merged 3 commits into from
Dec 22, 2023
Merged

entity event handler test fixes #2026

merged 3 commits into from
Dec 22, 2023

Conversation

JAORMX
Copy link
Contributor

@JAORMX JAORMX commented Dec 22, 2023

The idea is that the eventer should be ready to issue events before we
try to parse and process an event.

This also adds another log line to know if the test is blocked because of the
last Wait call.

Moreso, this adds logging to the mock event handler plugin.

Finally, this makes sure handler registration happens before the eventer runs, so we don't loose events.

Closes #1710

The idea is that the eventer should be ready to issue events before we
try to parse and process an event.

This also adds another log line to know if the test is blocked because of the
last `Wait` call.

Closes #1710
@JAORMX JAORMX requested a review from a team as a code owner December 22, 2023 09:00
@JAORMX JAORMX force-pushed the executor-test-fixes branch from 529eca2 to 162b43b Compare December 22, 2023 09:25
@JAORMX JAORMX changed the title Wait for eventer to start before running an execution entityEventHandler test fixes Dec 22, 2023
@JAORMX JAORMX changed the title entityEventHandler test fixes entity event handler test fixes Dec 22, 2023
@JAORMX JAORMX merged commit 582fa2f into main Dec 22, 2023
16 checks passed
@JAORMX JAORMX deleted the executor-test-fixes branch December 22, 2023 11:11
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.

test_handleEntityEvent is flaky
2 participants