зеркало из https://github.com/microsoft/CCF.git
Do not fail on slow SIGHUP shutdown with ASAN (#5870)
This commit is contained in:
Родитель
6a7b6f20ab
Коммит
322ba39777
|
@ -1,4 +1,4 @@
|
|||
-^- ___ ___
|
||||
(- -) (= =) | Y & +--?
|
||||
( V ) / . \ | +---=---'
|
||||
/--x-m- /--n-n---xXx--/--yY------>>>----<<<>>]]{{}}---||-/\---
|
||||
/--x-m- /--n-n---xXx--/--yY------>>>----<<<>>]]{{}}---||-/\---/\
|
||||
|
|
|
@ -436,7 +436,7 @@ def run_sighup_check(args):
|
|||
) as network:
|
||||
network.start_and_open(args)
|
||||
network.nodes[0].remote.remote.hangup()
|
||||
time.sleep(1)
|
||||
time.sleep(5)
|
||||
assert network.nodes[0].remote.check_done(), "Node should have exited"
|
||||
out, _ = network.nodes[0].remote.get_logs()
|
||||
with open(out, "r") as outf:
|
||||
|
|
Загрузка…
Ссылка в новой задаче