Skip to content

TestGroup sync NDF

Matthew Sevey requested to merge sevey/debug-testgroup-ndf into master

MINOR MERGE REQUEST

Overview

Trying to fix

[failed to create group; synchronization check 1 failed: blockHeight doesn't match, 38 vs 0 (6 peers)]

Locally it is clear that this check passes quickly each time so online it must be that some threads are blocking due to the consensus subscription 🤷

Right before this check in the testgroup creation we just mined several blocks in quick succession. Adding a single mining block call seems to help wake the consensus subscription up and avoid this NDF. I ran all the siatests until they timed out on the gitlab CI and didn't see this NDF again.

Issues Closed

Closes #4519 (closed)

Edited by Matthew Sevey

Merge request reports