commit c286246defe635eba973d02d296d78d6cf5757dc from: Sergey Bronnikov date: Tue Sep 17 18:07:26 2024 UTC cmake: disable broken tests NO_CHANGELOG=internal NO_DOC=internal NO_TEST=internal commit - d508013a6a2994b068ffbad3cdbc3bd1d2d1e3be commit + c286246defe635eba973d02d296d78d6cf5757dc blob - 31bb1dbd2518b34ed0f1f1c84710bd1456f15200 blob + 75f81f77bda66ce45bd7b7a066e0574469748310 --- test/app-luatest/CMakeLists.txt +++ test/app-luatest/CMakeLists.txt @@ -36,3 +36,13 @@ foreach(test_path ${tests}) FAIL_REGULAR_EXPRESSION "${TAP_FAIL_REGEXP}" ) endforeach() + +#### TO BE FIXED + +set_tests_properties( + # sh: 1: tarantool: not found + test/app-luatest/gh_5747_crash_multiple_args_test.lua + # Can't find tarantoolctl + test/app-luatest/gh_7479_bug_fix_uri_lib_test.lua + PROPERTIES DISABLED TRUE +) blob - 945331958f43113c2d1eed659922feefa4ae1aad blob + d90ec8784d824702514ebe38db0c4360087060bb --- test/app-tap/CMakeLists.txt +++ test/app-tap/CMakeLists.txt @@ -81,3 +81,18 @@ if (OpenBSD) PROPERTIES DISABLED TRUE ) endif() + +#### TO BE FIXED + +set_tests_properties( + # Inspector not started + test/app-tap/debug.test.lua + test/app-tap/inspector.test.lua + # main F> fatal error, exiting the event loop + test/app-tap/logger.test.lua + # sh: 1: tarantool: not found + test/app-tap/minimal.test.lua + # Error regular expression found in output. Regex=[bad plan] 0.18 sec. + test/app-tap/tap.test.lua + PROPERTIES DISABLED TRUE +) blob - ff950d61c5ddafbf0a504aa775bb50c23a483cfa blob + 271291c34c9ffed63090e282972411b45bb621e3 --- test/box-luatest/CMakeLists.txt +++ test/box-luatest/CMakeLists.txt @@ -58,3 +58,11 @@ set_tests_properties( PROPERTIES LABELS "long" ) + +#### TO BE FIXED + +set_tests_properties( + # attempt to concatenate a nil value + test/box-luatest/gh_7434_yield_in_on_shutdown_trigger_test.lua + PROPERTIES DISABLED TRUE +) blob - b8d7bf4366aa95c295650f6b7469eff808236d37 blob + 4ac3769168e467e53b52dd6100c20ad01507bb37 --- test/box-tap/CMakeLists.txt +++ test/box-tap/CMakeLists.txt @@ -53,3 +53,26 @@ if (OpenBSD) PROPERTIES DISABLED TRUE ) endif() + +#### TO BE FIXED + +set_tests_properties( + # "module 'test_run' not found" + test/box-tap/net.box.test.lua + # main F> fatal error, exiting the event loop + test/box-tap/auth.test.lua + test/box-tap/cfg.test.lua + # main net_box.lua:130 E> ER_PROC_LUA: usage: connect(uri[, opts] | host, port[, opts]) + test/box-tap/extended_error.test.lua + # bootstrap with ENOENT from non-empty vinyl_dir + test/box-tap/gh-4562-errno-at-xdir_scan.test.lua + # gh-5602-environment-cfg-test-cases.lua: No such file or directory + test/box-tap/gh-5602-environment-vars-cfg.test.lua + # module 'test_run' not found: + test/box-tap/net.box.test.lua + # module 'test_run' not found + test/box-tap/session.storage.test.lua + # main F> fatal error, exiting the event loop + test/box-tap/session.test.lua + PROPERTIES DISABLED TRUE +) blob - ba291c701bf937e04bd01543f1c2d786b5592250 blob + 825f016b38173498ce7b41c57ada37b4788929ed --- test/engine-luatest/CMakeLists.txt +++ test/engine-luatest/CMakeLists.txt @@ -37,3 +37,11 @@ foreach(test_path ${tests}) FAIL_REGULAR_EXPRESSION "${TAP_FAIL_REGEXP}" ) endforeach() + +#### TO BE FIXED + +set_tests_properties( + # attempt to concatenate local 'build_path' (a nil value) + test/engine-luatest/gh_6986_c_constraint_test.lua + PROPERTIES DISABLED TRUE +) blob - a2b428477a5133c64a4fb9a4db4d50054edc120e blob + b58a65d5dd32233cebdcc1c0edb5669aada22b87 --- test/sql-luatest/CMakeLists.txt +++ test/sql-luatest/CMakeLists.txt @@ -50,3 +50,15 @@ set_tests_properties( PROPERTIES LABELS "long" ) + +#### TO BE FIXED + +set_tests_properties( + # attempt to concatenate local 'build_path' (a nil value) + test/sql-luatest/datetime_test.lua + # attempt to concatenate local 'build_path' (a nil value) + test/sql-luatest/gh_6572_nan_is_not_null_test.lua + # attempt to concatenate local 'build_path' (a nil value) + test/sql-luatest/interval_test.lua + PROPERTIES DISABLED TRUE +) blob - f4aceb641e2810c02d87323445bea22efa105289 blob + 27ca592bae467583c7160ba8d9791fedba4856a7 --- test/sql-tap/CMakeLists.txt +++ test/sql-tap/CMakeLists.txt @@ -94,3 +94,13 @@ set_tests_properties( PROPERTIES LABELS "long" ) + +#### TO BE FIXED + +set_tests_properties( + # main F> fatal error, exiting the event loop + test/sql-tap/array.test.lua + # main F> fatal error, exiting the event loop + test/sql-tap/map.test.lua + PROPERTIES DISABLED TRUE +)