Skip to content

Commit

Permalink
More comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Oct 30, 2023
1 parent 9fa4d6c commit 854ac02
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions integration_tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 854ac02

Please sign in to comment.