// TestCheckReadyForTests specifically is concerned about the multi-node logic // since single node checks are in TestReadyForTests. func TestCheckReadyForTests(t *testing.T) { … } func TestReadyForTests(t *testing.T) { … }
// TestCheckReadyForTests specifically is concerned about the multi-node logic // since single node checks are in TestReadyForTests. func TestCheckReadyForTests(t *testing.T) { … } func TestReadyForTests(t *testing.T) { … }