diff --git a/go/test/endtoend/reparent/plannedreparent/reparent_test.go b/go/test/endtoend/reparent/plannedreparent/reparent_test.go index 3b7c0d759b5..1e47c6d3c64 100644 --- a/go/test/endtoend/reparent/plannedreparent/reparent_test.go +++ b/go/test/endtoend/reparent/plannedreparent/reparent_test.go @@ -448,6 +448,9 @@ func TestFullStatus(t *testing.T) { require.NoError(t, err) primaryStatus := &replicationdatapb.FullStatus{} err = protojson.Unmarshal([]byte(primaryStatusString), primaryStatus) + if err != nil { + t.Logf("TestFullStatus got primaryStatusString: %s", string(primaryStatusString)) + } require.NoError(t, err) assert.NotEmpty(t, primaryStatus.ServerUuid) assert.NotEmpty(t, primaryStatus.ServerId)