Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
133128: changefeedccl: deflake TestChangefeedPrimaryKeyChangeWorks r=rharding6373 a=andyyang890

This patch deflakes `TestChangefeedPrimaryKeyChangeWorks` by removing an
erroneous assumption regarding the order of messages for different keys.

Fixes cockroachdb#133045

Release note: None

Co-authored-by: Andy Yang <[email protected]>
  • Loading branch information
craig[bot] and andyyang890 committed Oct 22, 2024
2 parents 03e579b + ffc3d0b commit 1e5b3c2
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 1e5b3c2

Please sign in to comment.