From: Vsevolod Stakhov Date: Thu, 18 Apr 2019 14:02:34 +0000 (+0100) Subject: [Test] What the hell is going on X-Git-Tag: 1.9.3~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88a23e1ffb73ee12d437df69f1a4bb294a4e1360;p=thirdparty%2Frspamd.git [Test] What the hell is going on --- diff --git a/test/functional/cases/210_clickhouse/clickhouse.py b/test/functional/cases/210_clickhouse/clickhouse.py index e30e783204..6fb5e08580 100644 --- a/test/functional/cases/210_clickhouse/clickhouse.py +++ b/test/functional/cases/210_clickhouse/clickhouse.py @@ -67,7 +67,7 @@ def schema_version_should_be(version): r = client().query(sql) logger.info("response: %s" % str(r)) if r[0]['version'] != int(version): - raise Exception("Failed asseting that schema version is '%d'" % r[0]['version']) + raise Exception("Failed asseting that schema version is %d, %d schema version in ClickHouse" % (version, r[0]['version'])) def assert_rows_count(table_name, number):