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

release-23.1: rangefeed: add TestProcessorContextCancellation #118412

Merged

Conversation

erikgrinaker
Copy link
Contributor

@erikgrinaker erikgrinaker commented Jan 29, 2024

This is part of a #117612 backport.

This issue only affects the new scheduler-based rangefeed processor in 23.2 (off by default), the legacy processor handled this properly. This is a test-only backport demonstrating this.


Backport 0/2 commits from #117859.

Release justification: test improvement.

/cc @cockroachdb/release


This tests that async tasks spawned by the rangefeed processor are cancelled when the processor shuts down, via context cancellation.

Epic: none
Release note: None

This tests that async tasks spawned by the rangefeed processor are
cancelled when the processor shuts down, via context cancellation.

Epic: none
Release note: None
@erikgrinaker erikgrinaker self-assigned this Jan 29, 2024
@erikgrinaker erikgrinaker requested a review from a team January 29, 2024 12:58
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@erikgrinaker erikgrinaker changed the title rangefeed: add TestProcessorContextCancellation release-23.1: rangefeed: add TestProcessorContextCancellation Jan 29, 2024
@erikgrinaker erikgrinaker merged commit 2c30d64 into cockroachdb:release-23.1 Jan 29, 2024
6 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.

3 participants