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

test(generator-handler): Attempt to improve flaky test #15884

Closed
wants to merge 1 commit into from

Conversation

SevInf
Copy link
Contributor

@SevInf SevInf commented Oct 19, 2022

generatorHandler waits for 200ms and if generator have not failed in
this time considers it a success. This is results in quite flaky
behaviour on CI. For now, attempting to overcome it by introducing the
executable that fails faster. Ideally, the error handling logic of
generatorHandler needs changing: it should explicictly confirm
succesful startup.

flakiness

`generatorHandler` waits for 200ms and if generator have not failed in
this time considers it a success. This is results in quite flaky
behaviour on CI. For now, attempting to overcome it by introducing the
executable that fails faster. Ideally, the error handling logic of
`generatorHandler` needs changing: it should explicictly confirm
succesful startup.
@SevInf SevInf force-pushed the test/generator-handler-flake branch from 74bbbc2 to 381e2fb Compare October 19, 2022 12:03
@SevInf SevInf changed the title test/generator handler flake test(generator-handler): Attempt to improve flaky test Oct 19, 2022
@SevInf
Copy link
Contributor Author

SevInf commented Oct 25, 2022

Test in question was fixed in #15956

@SevInf SevInf closed this Oct 25, 2022
@Jolg42 Jolg42 deleted the test/generator-handler-flake branch May 10, 2023 10:41
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.

None yet

1 participant