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

Updates required for tarantool/tarantool#9105 #424

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 22, 2024

  1. Bump luatest to 1.0.0-5-gxxx (WIP tarantool/luatest#355)

    New version includes the following commits.
    
    - Change conversion of `box.error` to string in error message
      assertions [1]
    
    [1] tarantool/luatest@xxx (WIP tarantool/luatest#355)
    CuriousGeorgiy committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    bebdb58 View commit details
    Browse the repository at this point in the history
  2. Disable verbose serialization of box.error in diff tests

    In scope of tarantool/tarantool#9105, we are going to increase the
    verbosity of `box.error` serialization. Since the verbose error
    representation contains the diagnostic trace, it is unsuitable for diff
    tests, so let's disable it from the CLI.
    
    Needed for tarantool/tarantool#9105
    CuriousGeorgiy committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    bd5d71f View commit details
    Browse the repository at this point in the history