Fix a sporadic test failure (retrieving duplicate keys).
Duplicate keys are sorted by tuple pointer value. This led to non-stable test output when retrieving all duplicates. Sort results in the test runner to avoid sporadic errors.
Showing
- test/box_big/sql.result 1 addition, 1 deletiontest/box_big/sql.result
- test/box_big/sql.test 2 additions, 0 deletionstest/box_big/sql.test
- test/lib/box_connection.py 4 additions, 0 deletionstest/lib/box_connection.py
- test/lib/sql_ast.py 2 additions, 0 deletionstest/lib/sql_ast.py
- test/lib/tarantool_connection.py 1 addition, 1 deletiontest/lib/tarantool_connection.py
Please register or sign in to comment