tarantool / ddl

The DDL module enables you to describe data schema in a declarative YAML-based format.
BSD 2-Clause "Simplified" License
12 stars 6 forks source link

test: align set_schema_test.lua with sort_order feature #115

Closed mkostoevr closed 1 year ago

mkostoevr commented 1 year ago

The pull request tarantool/tarantool#8915 implements the key part sort order, which introduces a new sort_order field of index parts. This field is unexpected for the test and so it fails [1].

This patch fixes the test by allowing to have this part property.

  1. https://github.com/tarantool/tarantool/actions/runs/6172230004/job/16752337479
DifferentialOrange commented 1 year ago

Is it ready for review?

mkostoevr commented 1 year ago

@DifferentialOrange, shure.