remove TODO on missing tests that will be covered later by https://github.com/neondatabase/neon/pull/2928

This commit is contained in:
Christian Schwarz
2022-11-25 13:27:07 -05:00
parent 22d6c1dda6
commit 6b4a28bf7f

View File

@@ -1269,8 +1269,4 @@ mod tests {
Ok(())
}
// TODO: Currently, GC can run between upload retries, removing local layers scheduled for upload. Test this scenario.
// FIXME: used to have a test for this in upload.rs, `layer_upload_after_local_fs_update()`.
// I didn't understand how it tests that, though.
}