Skip to content
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: Remove stale test #106433

Merged
merged 1 commit into from
Jul 10, 2023
Merged

changefeedccl: Remove stale test #106433

merged 1 commit into from
Jul 10, 2023

Conversation

miretskiy
Copy link
Contributor

Fixes #75080
Removed TestChangefeedRestartDuringBackfill test which was previously skipped, and remaing skipped for very long time.

The reason for removal is that this test is exceedingly brittle and very stale. Furthermore, the functionality of restart during backfill already test extensively by non-flaky tests that verify restart and checkpoint functionality
(TestChangefeedCheckpointSchemaChange,
TestChangefeedBackfillCheckpoint,
TestCoreChangefeedBackfillScanCheckpoint).

Release note: None

Fixes cockroachdb#75080
Removed `TestChangefeedRestartDuringBackfill` test which was previously
skipped, and remaing skipped for very long time.

The reason for removal is that this test is exceedingly brittle
and very stale.  Furthermore, the functionality of restart during
backfill already test extensively by non-flaky tests
that verify restart and checkpoint functionality
(`TestChangefeedCheckpointSchemaChange`,
`TestChangefeedBackfillCheckpoint`,
`TestCoreChangefeedBackfillScanCheckpoint`).

Release note: None
@miretskiy miretskiy requested a review from a team as a code owner July 7, 2023 19:58
@miretskiy miretskiy requested review from HonoreDB and removed request for a team July 7, 2023 19:58
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@HonoreDB HonoreDB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @miretskiy)

@miretskiy
Copy link
Contributor Author

bors r+

@craig
Copy link
Contributor

craig bot commented Jul 10, 2023

Build succeeded:

@craig craig bot merged commit 2eac0f0 into cockroachdb:master Jul 10, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

changefeedccl: flakey TestChangefeedRestartDuringBackfill
3 participants