Print fatal messages in Fuzzer

This commit is contained in:
Alexey Milovidov 2022-12-30 22:16:30 +01:00
parent 234193acc9
commit 8f7a84c964

View File

@ -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>