Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
124529: changefeedccl: unskip pulsar in changefeed tests r=wenyihu6 a=rharding6373

Epic: CRDB-9180

Release note: None

Co-authored-by: rharding6373 <[email protected]>
  • Loading branch information
craig[bot] and rharding6373 committed May 22, 2024
2 parents 677a373 + 4a7047f commit 41b6593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ccl/changefeedccl/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ func randomSinkTypeWithOptions(options feedTestOptions) string {
"pubsub": 1,
"sinkless": 2,
"cloudstorage": 0,
"pulsar": 0,
"pulsar": 1,
}
if options.externalIODir != "" {
sinkWeights["cloudstorage"] = 3
Expand Down

0 comments on commit 41b6593

Please sign in to comment.