mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
print mysql result for test
This commit is contained in:
parent
64acfea79c
commit
e5da2d4086
@ -477,6 +477,7 @@ def err_sync_user_privs_with_materialize_mysql_database(clickhouse_node, mysql_n
|
||||
|
||||
# wait MaterializeMySQL read binlog events
|
||||
check_query(clickhouse_node, "SELECT count() FROM test_database.test_table_1 FORMAT TSV", "6\n", 30, 5)
|
||||
print mysql result for test
|
||||
mysql_node.query("INSERT INTO test_database.test_table_1 VALUES(7);")
|
||||
check_query(clickhouse_node, "SELECT count() FROM test_database.test_table_1 FORMAT TSV", "7\n")
|
||||
clickhouse_node.query("DROP DATABASE test_database;")
|
||||
|
@ -184,3 +184,4 @@ def test_materialize_database_err_sync_user_privs_8_0(started_cluster, started_m
|
||||
print((clickhouse_node.query(
|
||||
"select '\n', thread_id, query_id, arrayStringConcat(arrayMap(x -> concat(demangle(addressToSymbol(x)), '\n ', addressToLine(x)), trace), '\n') AS sym from system.stack_trace format TSVRaw")))
|
||||
raise
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user