Skip to content

Commit

Permalink
fix backfill integration test
Browse files Browse the repository at this point in the history
- add row count
  • Loading branch information
kwannoel committed Sep 20, 2023
1 parent bd13246 commit 5b518e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const SHOW_INTERNAL_TABLES: &str = "SHOW INTERNAL TABLES;";

static EXPECTED_NO_BACKFILL: LazyLock<String> = LazyLock::new(|| {
(0..=255)
.map(|vnode| format!("{} NULL t", vnode))
.map(|vnode| format!("{} NULL t 0", vnode))
.join("\n")
});

Expand Down

0 comments on commit 5b518e1

Please sign in to comment.