From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 11D9F26BD0 for ; Wed, 20 Jun 2018 11:55:33 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RZjUBhii27UE for ; Wed, 20 Jun 2018 11:55:32 -0400 (EDT) Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 742C626A5D for ; Wed, 20 Jun 2018 11:55:32 -0400 (EDT) From: Kirill Shcherbatov Subject: [tarantool-patches] [PATCH v1 0/2] SQL Tests failed on concurrent launch Date: Wed, 20 Jun 2018 18:55:25 +0300 Message-Id: Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: korablev@tarantool.org, Kirill Shcherbatov Fixed lost cleanups in tests. Branch: http://github.com/tarantool/tarantool/tree/kshch/gh-3472-parallel-sql-tests-fail Issue: https://github.com/tarantool/tarantool/issues/3472 Kirill Shcherbatov (2): sql: finish clean-up in view_delayed_wal test sql: unset pragma in transitive-transactions test test/sql/transitive-transactions.result | 4 ++++ test/sql/transitive-transactions.test.lua | 3 +++ test/sql/view_delayed_wal.result | 3 +++ test/sql/view_delayed_wal.test.lua | 2 ++ 4 files changed, 12 insertions(+) -- 2.7.4