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

[master] test: fix flakiness in gh_6128_background_mode_test (again) #8836

Merged

Commits on Jul 3, 2023

  1. test: fix flakiness in gh_6128_background_mode_test

    Previous attempt to fix flakiness in commit 6a2c73f ("test: fix
    flakiness in gh_6128_background_mode_test") used a constant buffer size
    in check_err_msg function. Tarantool 2.10 has a bit bigger log before a
    desired message that other versions of Tarantool and it leads to a this
    resulted in a truncated message ("entering the even" instead of
    "entering the event loop"). Patch replaces check_err_msg()
    implementation to grep_log used in luatest, it reads the whole log.
    
    Also patch renames check_err_msg to check_msg, because "entering the
    event loop" is not an error message.
    
    Follows up tarantool#6128
    
    NO_CHANGELOG=fix test
    NO_DOC=fix test
    ligurio committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    4601403 View commit details
    Browse the repository at this point in the history