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 8CEBD23E7D for ; Fri, 14 Dec 2018 01:35:21 -0500 (EST) 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 NeaXC7-ECCOo for ; Fri, 14 Dec 2018 01:35:21 -0500 (EST) Received: from smtp37.i.mail.ru (smtp37.i.mail.ru [94.100.177.97]) (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 EEB2B23E7C for ; Fri, 14 Dec 2018 01:35:20 -0500 (EST) From: Alexander Turenko Subject: [tarantool-patches] [PATCH] test: drop test space in xlog/checkpoint_threshold Date: Fri, 14 Dec 2018 09:35:15 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: Kirill Yukhin Cc: Alexander Turenko , tarantool-patches@freelists.org xlog/panic_on_broken_lsn.test.lua fails on box.schema.space.create('test') after xlog/checkpoint_threshold.test.lua. --- no issue https://github.com/tarantool/tarantool/tree/Totktonada/cleanup-xlog-checkpoint_threshold-test test/xlog/checkpoint_threshold.result | 3 +++ test/xlog/checkpoint_threshold.test.lua | 1 + 2 files changed, 4 insertions(+) diff --git a/test/xlog/checkpoint_threshold.result b/test/xlog/checkpoint_threshold.result index f1afec7c8..5aa8f9b90 100644 --- a/test/xlog/checkpoint_threshold.result +++ b/test/xlog/checkpoint_threshold.result @@ -113,3 +113,6 @@ wait_checkpoint() box.cfg{checkpoint_wal_threshold = default_threshold} --- ... +s:drop() +--- +... diff --git a/test/xlog/checkpoint_threshold.test.lua b/test/xlog/checkpoint_threshold.test.lua index cd55de099..251665d39 100644 --- a/test/xlog/checkpoint_threshold.test.lua +++ b/test/xlog/checkpoint_threshold.test.lua @@ -61,3 +61,4 @@ put(threshold / 5) wait_checkpoint() box.cfg{checkpoint_wal_threshold = default_threshold} +s:drop() -- 2.19.2