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

server: restore exec() sparse output support #351

Merged
merged 1 commit into from
Jan 19, 2024

Commits on Jan 19, 2024

  1. server: restore exec() sparse output support

    After [1], returning values after nil (for example, classic
    `return nil, err` scenario) is broken. This patch restores the behavior.
    
    Since server doesn't always has access to `require('luatest.utils')`,
    utility is provided through its dump.
    
    Since `net.box` already handles `nil` args input with `box.NULL`,
    everything is fine for exec arguments.
    
    1. e6a2093
    
    Closes #350
    DifferentialOrange committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c8b69bf View commit details
    Browse the repository at this point in the history