]> source.dussan.org Git - rspamd.git/commitdiff
[Test] What the hell is going on
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 18 Apr 2019 14:02:34 +0000 (15:02 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 18 Apr 2019 14:02:34 +0000 (15:02 +0100)
test/functional/cases/210_clickhouse/clickhouse.py

index e30e7832047985eac8e07b837dec678af5eb51d4..6fb5e08580523d62c4fe04d6e5bffa745358d168 100644 (file)
@@ -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):