mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
rm dummy tests
This commit is contained in:
parent
16dbdc30de
commit
494d5264dd
@ -1,18 +0,0 @@
|
||||
import pytest
|
||||
from helpers.cluster import ClickHouseCluster
|
||||
|
||||
cluster = ClickHouseCluster(__file__)
|
||||
node = cluster.add_instance('node')
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
def start_cluster():
|
||||
try:
|
||||
cluster.start()
|
||||
yield cluster
|
||||
finally:
|
||||
cluster.shutdown()
|
||||
|
||||
|
||||
def test_drop_memory_database(start_cluster):
|
||||
assert node.query("SELECT 1").strip() == "1"
|
||||
|
@ -1 +0,0 @@
|
||||
1
|
@ -1,2 +0,0 @@
|
||||
-- Tags: no-fasttest
|
||||
SELECT value not like '22%' FROM system.build_options WHERE name = 'GIT_BRANCH';
|
Loading…
Reference in New Issue
Block a user