cockroachdb / replicator

replicator is a toolkit for ingesting logical replication feeds into a CockroachDB cluster
Apache License 2.0
60 stars 24 forks source link

sequtil: Remove extraneous return statement from LeaseGroup #1054

Closed bobvawter closed 4 weeks ago

bobvawter commented 4 weeks ago

This change removes a copy-pasto that will cause LeaseGroup to exit if the underlying lease expires. The bulk of this change is allowing a test to access the Lease instance by way of Context.Value().


This change is Reviewable