Skip to content

Commit

Permalink
Merge pull request #138543 from andyyang890/backport24.2-133128
Browse files Browse the repository at this point in the history
release-24.2: changefeedccl: deflake TestChangefeedPrimaryKeyChangeWorks
  • Loading branch information
andyyang890 authored Jan 8, 2025
2 parents 9909164 + f611b13 commit 7a0da84
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 @@ -6714,8 +6714,6 @@ INSERT INTO foo VALUES (1, 'f');
assertPayloads(t, foo, []string{
`foo: ["a"]->{"after": {"a": 6, "b": "a"}}`,
`foo: ["e"]->{"after": {"a": 5, "b": "e"}}`,
})
assertPayloads(t, foo, []string{
`foo: [1]->{"after": {"a": 1, "b": "f"}}`,
})
}
Expand Down

0 comments on commit 7a0da84

Please sign in to comment.