test(localdb): review fixes — index assertion, AUTOINCREMENT rationale, ReadMeta guard, concurrent HLC test

This commit is contained in:
Joseph Doherty
2026-07-17 21:05:10 -04:00
parent 83f384247c
commit 827bf44684
3 changed files with 25 additions and 1 deletions
@@ -54,6 +54,9 @@ public sealed class LocalDbSchemaTests : IDisposable
"__localdb_row_version", "__localdb_applying", "__localdb_dead_letter"
})
Assert.Contains(expected, tables);
Assert.Equal(1, ScalarLong(conn,
"SELECT count(*) FROM sqlite_master WHERE type='index' AND name='__localdb_oplog_hlc'"));
}
[Fact]