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: fix flaky parallel/test-repl-history-navigation test #31708

Commits on Feb 9, 2020

  1. test: fix flaky parallel/test-repl-history-navigation test

    Two scenarios should be tested:
    
    1. The completion is triggered and the result is printed before the
       next invocation.
    2. The completion is triggered multiple times right after each other
       without waiting for the result. In that case only the last result
       should be printed.
    
    The first scenario did not need a timeout while the latter did not
    need a timeout for the second invocation.
    BridgeAR committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    2dc5258 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. fixup: address comment

    BridgeAR committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    a3314e2 View commit details
    Browse the repository at this point in the history