Show correct lightwalletd cache heights in CI cached state (#7390)

This commit is contained in:
teor 2023-08-28 22:06:51 +10:00 committed by GitHub
parent f4b37bac14
commit 798b271279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -606,7 +606,7 @@ jobs:
root_state_path: '/var/cache'
zebra_state_dir: 'zebrad-cache'
lwd_state_dir: 'lwd-cache'
height_grep_text: '(current_height.*=.*Height.*\()|(Adding block to cache )'
height_grep_text: 'Adding block to cache '
secrets: inherit
# We want to prevent multiple lightwalletd full syncs running at the same time,
# but we don't want to cancel running syncs on `main` if a new PR gets merged,
@ -643,7 +643,7 @@ jobs:
root_state_path: '/var/cache'
zebra_state_dir: 'zebrad-cache'
lwd_state_dir: 'lwd-cache'
height_grep_text: '(current_height.*=.*Height.*\()|(Adding block to cache )'
height_grep_text: 'Adding block to cache '
secrets: inherit
# Test that Zebra can answer a synthetic RPC call, using a cached Zebra tip state