-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changefeedccl: skip flaky pulsar tests #123733
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fallout from making mock pulsar synchronous. for now. I'll try to look into it this week.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @andyyang890)
Merging since I've seen this fail pretty often on my CI runs. bors r=rharding6373 |
This patch skips flaky tests for pulsar sinks. We will add them back when pulsar is fully supported. Release note: none Fixes: cockroachdb#123718 Fixes: cockroachdb#123719 Fixes: cockroachdb#123720 Fixes: cockroachdb#123721
Sorry for the noises! And thanks for the review. bors r=rharding6373 |
Build failed: |
bors run hit lots of preemptions 😞 bors r=rharding6373 |
This patch skips flaky tests for pulsar sinks. We will add them back when pulsar
is fully supported.
Release note: none
Fixes: #123718
Fixes: #123719
Fixes: #123720
Fixes: #123721