Improve DB Indexes and Fix Deferred Index Logging in Compact DB Mode (#245)

This commit is contained in:
Björn Bilger
2022-06-02 03:29:59 +02:00
committed by lazaa32
parent 9aaef36358
commit 43e30aa333

View File

@@ -37,13 +37,13 @@ class VerifyMonacoTest {
@Test
void testEmptyTablesInvalid() {
mbtiles.createTables().addTileIndex();
mbtiles.createTablesWithIndexes();
assertInvalid(mbtiles);
}
@Test
void testStilInvalidWithOneTile() throws IOException {
mbtiles.createTables().addTileIndex();
mbtiles.createTablesWithIndexes();
mbtiles.metadata().setName("name");
try (var writer = mbtiles.newBatchedTileWriter()) {
VectorTile tile = new VectorTile();