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 for gh_6128 test to avoid flakiness #8823

Merged
merged 1 commit into from
Jun 30, 2023

Commits on Jun 29, 2023

  1. test: fix flakiness in gh_6128_background_mode_test

    Test runs an external process with tarantool that writes to a log file.
    Then test reads that log file and searches a string with required
    message in it (see function check_err_msg). Test was flaky on macOS and
    I suspect it was happening due to a high log level - timeout was not
    enough to wait message in the log file.
    
    Patch decreases a log level to a default value and replaces io
    functions with the similar alternatives in a fio module. Using
    fio functions allows to not block fibers.
    
    NO_CHANGELOG=test fix
    NO_DOC=test fix
    ligurio authored and Lord-KA committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9ea1243 View commit details
    Browse the repository at this point in the history