From 854ac02a1a42b3484a72803098a07044d99e29e1 Mon Sep 17 00:00:00 2001 From: Matt Keeter Date: Mon, 30 Oct 2023 13:59:05 -0400 Subject: [PATCH] More comments --- integration_tests/src/lib.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/integration_tests/src/lib.rs b/integration_tests/src/lib.rs index bb161c370..2443e9cb9 100644 --- a/integration_tests/src/lib.rs +++ b/integration_tests/src/lib.rs @@ -2501,12 +2501,10 @@ mod test { #[tokio::test] async fn integration_test_sqlite_migration() -> Result<()> { - // Test using an old SQLite backend as a read-only parent. - const BLOCK_SIZE: usize = 512; - // boot three downstairs, write some data to them, then change to - // read-only. + // boot three downstairs, write some data to them, then reopen as + // read-write (which will automatically migrate the extent) let mut test_downstairs_set = TestDownstairsSet::small_sqlite(false).await?; // This must be a SQLite extent!