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: bump test-run to version w/ updated luatest #8555

Merged
merged 4 commits into from
Apr 12, 2023

Commits on Apr 11, 2023

  1. Revert "test: dirty fix for some flaky replication-luatest tests"

    This reverts commit 7ac2685.
    
    NO_DOC=testing stuff
    NO_TEST=testing stuff
    NO_CHANGELOG=testing stuff
    ylobankov committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    1b8f016 View commit details
    Browse the repository at this point in the history
  2. test: bump test-run to version w/ updated luatest

    Bump test-run to new version with the following improvements:
    
    - Properly ignore Unix sockets on artifact saving [1]
    - Bump luatest to 0.5.7-34-g930b63b [2]
    
    [1] tarantool/test-run@3afaccc
    [2] tarantool/test-run@02c4828
    
    NO_DOC=testing stuff
    NO_TEST=testing stuff
    NO_CHANGELOG=testing stuff
    ylobankov committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    b7d31a5 View commit details
    Browse the repository at this point in the history
  3. test: update tests according to luatest changes

    All tests were updated according to tarantool/luatest@930b63b. So this
    should resolve the problem with Unix socket collisions that we tried to
    fix, for example, in 7ac2685.
    
    NO_DOC=testing stuff
    NO_TEST=testing stuff
    NO_CHANGELOG=testing stuff
    ylobankov committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    861c68f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. ci: reduce testing for macOS 12

    We have the limited hardware resources with macOS 12, and full testing
    is time-consuming. So let's check only the release build on the x86_64
    platform.
    
    NO_DOC=ci
    NO_TEST=ci
    NO_CHANGELOG=ci
    ylobankov committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    7a62e77 View commit details
    Browse the repository at this point in the history