-
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: add correctness validators to all cdc roachtests #124148
Labels
A-cdc
Change Data Capture
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-postmortem
Originated from a Postmortem action item.
P-2
Issues/test failures with a fix SLA of 3 months
T-cdc
Comments
rharding6373
added
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
A-cdc
Change Data Capture
T-cdc
labels
May 14, 2024
cc @cockroachdb/cdc |
craig bot
pushed a commit
that referenced
this issue
May 17, 2024
124195: roachtest: add order validation to CDC Kafka roachtests r=rharding6373 a=andyyang890 This patch adds order validation to CDC Kafka roachtests so that we can build more confidence in our ordering guarantees. It can be enabled for a roachtest either by directly setting the `validateOrder` flag on a `kafkaManager` before creating consumers, or indirectly by setting the `validateOrder` flag on `kafkaFeedArgs` for tests that use `cdcTester`. Informs #124148 Release note: None Co-authored-by: Andy Yang <[email protected]>
rharding6373
added
O-postmortem
Originated from a Postmortem action item.
P-2
Issues/test failures with a fix SLA of 3 months
labels
May 30, 2024
asg0451
added a commit
to asg0451/cockroach
that referenced
this issue
Jul 2, 2024
Add new webhook-chaos roachtest with order validation. Epic: CRDB-38755 Part of: cockroachdb#124148 Release note: none
asg0451
added a commit
to asg0451/cockroach
that referenced
this issue
Jul 8, 2024
Add new webhook-chaos roachtest with order validation. Epic: CRDB-38755 Part of: cockroachdb#124148 Release note: none
asg0451
added a commit
to asg0451/cockroach
that referenced
this issue
Jul 15, 2024
Add new webhook-chaos roachtest with order validation. Epic: CRDB-38755 Part of: cockroachdb#124148 Release note: none
asg0451
added a commit
to asg0451/cockroach
that referenced
this issue
Jul 15, 2024
Add new webhook-chaos roachtest with order validation. Epic: CRDB-38755 Part of: cockroachdb#124148 Release note: none
asg0451
added a commit
to asg0451/cockroach
that referenced
this issue
Jul 16, 2024
Add new webhook-chaos roachtest with order validation. Epic: CRDB-38755 Part of: cockroachdb#124148 Release note: none
asg0451
added a commit
to asg0451/cockroach
that referenced
this issue
Jul 18, 2024
Add new webhook-chaos roachtest with order validation. Epic: CRDB-38755 Part of: cockroachdb#124148 Release note: none
asg0451
added a commit
to asg0451/cockroach
that referenced
this issue
Jul 29, 2024
Add new webhook-chaos roachtest with order validation. Epic: CRDB-38755 Part of: cockroachdb#124148 Release note: none
asg0451
added a commit
to asg0451/cockroach
that referenced
this issue
Jul 29, 2024
Add new webhook-chaos roachtest with order validation. Epic: CRDB-38755 Part of: cockroachdb#124148 Release note: none
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-cdc
Change Data Capture
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-postmortem
Originated from a Postmortem action item.
P-2
Issues/test failures with a fix SLA of 3 months
T-cdc
Ordering and at least once delivery validators should be added to all existing CDC roachtests to improve test coverage.
Jira issue: CRDB-38727
Epic CRDB-42866
The text was updated successfully, but these errors were encountered: