[Tarantool-patches] [PATCH v2 4/5] temporary: disable boolean.test.sql

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Sat Oct 26 20:35:37 MSK 2019


Thanks for the patch!

On 25/10/2019 17:45, imeevma at tarantool.org wrote:
> Since PRAGMA 'sql_default_engine' will be removed in the next
> patch, this test will fail until test-run is fixed.
> 
> This patch should be removed before patch-set will be pushed.

Not sure if I understand. Does the next patch break this
test? If so, why does not it fix the test?

> ---
>  test/sql/suite.ini | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test/sql/suite.ini b/test/sql/suite.ini
> index a8664c5..a2573be 100644
> --- a/test/sql/suite.ini
> +++ b/test/sql/suite.ini
> @@ -8,7 +8,7 @@ config = engine.cfg
>  is_parallel = True
>  lua_libs = lua/sql_tokenizer.lua
>  release_disabled = errinj.test.lua view_delayed_wal.test.lua sql-debug.test.lua
> -disabled = sql-statN-index-drop.test.lua
> +disabled = sql-statN-index-drop.test.lua boolean.test.sql
>  pretest_clean = True
>  fragile = dll.test.lua           ; gh-4427
>            func-recreate.test.lua ; gh-4384
> 


More information about the Tarantool-patches mailing list