Skip to content

Commit

Permalink
Fix TestSchemaVersioning
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <[email protected]>
  • Loading branch information
rohit-nayak-ps authored and DeathBorn committed Apr 8, 2024
1 parent 73a871c commit 9f4721c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/vt/vttablet/endtoend/vstreamer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ func expectLogs(ctx context.Context, t *testing.T, query string, eventCh chan []
}
default:
evs[i].Timestamp = 0
evs[i].Keyspace = ""
evs[i].Shard = ""
if evs[i].Type == binlogdatapb.VEventType_FIELD {
for j := range evs[i].FieldEvent.Fields {
evs[i].FieldEvent.Fields[j].Flags = 0
Expand Down

0 comments on commit 9f4721c

Please sign in to comment.