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

Commits on Oct 19, 2022

  1. test(generator-helper): Attempt to reduce generatorHanlder test

    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 committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    381e2fb View commit details
    Browse the repository at this point in the history