Skip to content

Use Rust to create and drop test spaces

Alexey Protsenko requested to merge refactor/use-rust-to-create-test-spaces into master

Rust schema API is used to create/drop spaces/indexes in order, well, to test Rust schema API implementation.

  1. Add format option to schema::space::create_space.
  2. Add new method for IndexPart and SpaceFieldFormat.
  3. Use create_test_spaces and drop_test_spaces funcs in tests/lib.rs.
  4. Remove Lua code for space/index creation from tests/run_tests.lua.

Merge request reports