tarantool / test-run

Tarantool functional testing framework
14 stars 15 forks source link

release_disabled tests are disabled in the debug mode as well #355

Closed NickVolynkin closed 1 year ago

NickVolynkin commented 1 year ago

Tests marked as release_disabled in suite.ini are skipped when testing Tarantool built with -Debug mode.

$ ./src/tarantool -v
Tarantool 2.11.0-entrypoint-654-g0e181b35e
Target: Darwin-x86_64-Debug
Build options: cmake . -DCMAKE_INSTALL_PREFIX=/usr/local -DENABLE_BACKTRACE=TRUE
Compiler: /usr/local/opt/ccache/libexec/cc /usr/local/opt/ccache/libexec/c++
C_FLAGS: -Wno-unknown-pragmas -fexceptions -funwind-tables -fno-common -msse2 -Wformat -Wformat-security -Werror=format-security -fstack-protector-strong -fPIC  -std=c11 -Wall -Wextra -Wno-strict-aliasing -Wno-char-subscripts -Wno-gnu-alignof-expression -Werror
CXX_FLAGS: -Wno-unknown-pragmas -fexceptions -funwind-tables -fno-common -msse2 -Wformat -Wformat-security -Werror=format-security -fstack-protector-strong -fPIC  -std=c++11 -Wall -Wextra -Wno-strict-aliasing -Wno-char-subscripts -Wno-invalid-offsetof -Wno-gnu-alignof-expression -Werror

$ cd test
$ ./test-run.py  --builddir=../build catch.test.lua

...
======================================================================================
WORKR TEST                                            PARAMS          RESULT
---------------------------------------------------------------------------------
[001] replication/catch.test.lua                      vinyl           [ disabled ]
[002] replication/catch.test.lua                      memtx           [ disabled ]
---------------------------------------------------------------------------------
...