From 56cd93b2af21138604b96ff48abb6d2e740ef18a Mon Sep 17 00:00:00 2001 From: "Masih H. Derkani" Date: Fri, 10 Jan 2025 13:39:18 +0000 Subject: [PATCH] Investigate CI test failure: Log progress of TestF3LateBootstrap --- f3_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f3_test.go b/f3_test.go index 5fe0c2b1..1f989508 100644 --- a/f3_test.go +++ b/f3_test.go @@ -268,7 +268,7 @@ func TestF3DynamicManifest_RebootstrapWithCompression(t *testing.T) { func TestF3LateBootstrap(t *testing.T) { env := newTestEnvironment(t).withNodes(2).start() - + env.logStatus() // Wait till we're "caught up". bootstrapInstances := uint64(env.manifest.EC.Finality/(gpbft.ChainDefaultLen-1)) + 1 env.waitForInstanceNumber(bootstrapInstances, 30*time.Second, true)