Open aaronjheng opened 1 month ago
assert.ErrorContains(t, err, "context canceled") // it gets interrupted as soon as there is a checkpoint saved.
assert.Error(t, err) // it gets interrupted as soon as there is a checkpoint saved.
}()
// wait until a checkpoint is saved (which means copy is in progress
Thank you for the suggestion, we will consider it for our next tag.
Please consider.