Skip to content
Snippets Groups Projects
Commit dcf6fdb3 authored by mechanik20051988's avatar mechanik20051988 Committed by Nikita Pettik
Browse files

tests: add ability to run box/engine tests with different allocators

The ability to select an allocator for memtx has been added to
tarantool. To test a new type of allocator, all tests must also
be run with it. Implemented new option, which allows to set allocator
for memtx. If you wan't to choose allocator type for tests, run test-run.py
with --memtx-allocator="small" or --memtx-allocator="system". Allocator type
is passed via MEMTX_ALLOCATOR environment variable to the test.
parent 279ca6fb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment