mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Print fatal messages in Fuzzer
This commit is contained in:
parent
234193acc9
commit
8f7a84c964
@ -390,10 +390,14 @@ th { cursor: pointer; }
|
|||||||
<tr>
|
<tr>
|
||||||
<td>AST Fuzzer</td>
|
<td>AST Fuzzer</td>
|
||||||
<td>$(cat status.txt)</td>
|
<td>$(cat status.txt)</td>
|
||||||
<td style="white-space: pre;">$(clickhouse-local --input-format RawBLOB --output-format RawBLOB --query "SELECT encodeXMLComponent(*) FROM table" < description.txt || cat description.txt)</td>
|
<td style="white-space: pre;">$(
|
||||||
|
clickhouse-local --input-format RawBLOB --output-format RawBLOB --query "SELECT encodeXMLComponent(*) FROM table" < description.txt || cat description.txt
|
||||||
|
)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3" style="white-space: pre; overflow-x: scroll;">$(cat fatal.log)</td>
|
<td colspan="3" style="white-space: pre; overflow-x: scroll;">$(
|
||||||
|
clickhouse-local --input-format RawBLOB --output-format RawBLOB --query "SELECT encodeXMLComponent(*) FROM table" < fatal.log || cat fatal.log
|
||||||
|
)</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user