You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue here is that I'm basically just reading the logs, and there's not an exit code when the logs stop capturing data. So I'll just find a way to capture the status of the container after the logs finished. This might require an extra step, but it will ensure an exit code is captured after we have no output from the logs
The issue here is that I'm basically just reading the logs, and there's not an exit code when the logs stop capturing data. So I'll just find a way to capture the status of the container after the logs finished. This might require an extra step, but it will ensure an exit code is captured after we have no output from the logs
The test harness is the same as other tests, and produces the same exit statuses:
Motivation
The
sync_past_mandatory_checkpoint_mainnet
test is currently failing:https://github.com/ZcashFoundation/zebra/runs/5329552803?check_suite_focus=true#step:10:199
But the CI job succeeds anyway.
Tasks
Related Work
The text was updated successfully, but these errors were encountered: