Use Rust to create and drop test spaces
Rust schema API is used to create/drop spaces/indexes in order, well, to test Rust schema API implementation.
- Add
format
option toschema::space::create_space
. - Add
new
method forIndexPart
andSpaceFieldFormat
. - Use
create_test_spaces
anddrop_test_spaces
funcs intests/lib.rs
. - Remove Lua code for space/index creation from
tests/run_tests.lua
.