Skip to content

Commit

Permalink
changefeedccl: deflake TestChangefeedPrimaryKeyChangeWorks
Browse files Browse the repository at this point in the history
This patch deflakes `TestChangefeedPrimaryKeyChangeWorks` by removing an
erroneous assumption regarding the order of messages for different keys.

Release note: None
  • Loading branch information
andyyang890 committed Oct 21, 2024
1 parent 472ea07 commit ffc3d0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/ccl/changefeedccl/changefeed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6646,8 +6646,6 @@ INSERT INTO foo VALUES (1, 'f');
assertPayloads(t, foo, []string{
`foo: [6, "a"]->{"after": {"a": 6, "b": "a"}}`,
`foo: [14, "e"]->{"after": {"a": 5, "b": "e"}}`,
})
assertPayloads(t, foo, []string{
`foo: [1]->{"after": {"a": 1, "b": "f"}}`,
})
}
Expand Down

0 comments on commit ffc3d0b

Please sign in to comment.