mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
More diagnostics in fuzzer #19108
This commit is contained in:
parent
47b4b94cc4
commit
a69911a2dc
@ -102,7 +102,7 @@ thread apply all backtrace
|
|||||||
continue
|
continue
|
||||||
" > script.gdb
|
" > script.gdb
|
||||||
|
|
||||||
gdb -batch -command test.gdb -p $server_pid &
|
gdb -batch -command script.gdb -p $server_pid &
|
||||||
|
|
||||||
fuzzer_exit_code=0
|
fuzzer_exit_code=0
|
||||||
# SC2012: Use find instead of ls to better handle non-alphanumeric filenames. They are all alphanumeric.
|
# SC2012: Use find instead of ls to better handle non-alphanumeric filenames. They are all alphanumeric.
|
||||||
|
Loading…
Reference in New Issue
Block a user