Skip to content

Commit

Permalink
lightning: fix test lightning_reload_cert (pingcap#42805)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepymole authored Apr 4, 2023
1 parent 8b60a36 commit ea10624
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 66 deletions.
65 changes: 0 additions & 65 deletions br/tests/lightning_disable_scheduler_by_key_range/run.sh

This file was deleted.

2 changes: 1 addition & 1 deletion br/tests/lightning_reload_cert/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ shpid="$!"
sleep 15
ok=0
for _ in {0..60}; do
if grep -Fq "connection error" "$TEST_DIR"/lightning.log; then
if grep -Fq "connection closed before server preface received" "$TEST_DIR"/lightning.log; then
ok=1
break
fi
Expand Down

0 comments on commit ea10624

Please sign in to comment.