fix: use flushing page if available instead of loading a page from disk #829
meterian.yml
on: push
Meterian client scan
1m 13s
Annotations
7 errors
com.arcadedb.index.LSMTreeIndexTest ► testDeleteCreateSameKeySameTx:
engine/src/main/java/com/arcadedb/database/TransactionContext.java#L769
Failed test found in:
engine/target/surefire-reports/TEST-com.arcadedb.index.LSMTreeIndexTest.xml
Error:
com.arcadedb.exception.ConcurrentModificationException: File with id '4' has been removed
|
com.arcadedb.query.sql.executor.UpdateStatementExecutionTest ► testLocalDateTimeUpsertWithIndex:
engine/src/main/java/com/arcadedb/database/TransactionIndexContext.java#L302
Failed test found in:
engine/target/surefire-reports/TEST-com.arcadedb.query.sql.executor.UpdateStatementExecutionTest.xml
Error:
com.arcadedb.exception.DuplicatedKeyException: Duplicated key [2023-11-07T05:41:45.368939, 2023-11-07T05:41:45.384571] found on index 'Product_2_1258704938700' already assigned to record #10:0
|
com.arcadedb.TypeConversionTest ► testZonedDateTime:
engine/src/test/java/com/arcadedb/TypeConversionTest.java#L367
Failed test found in:
engine/target/surefire-reports/TEST-com.arcadedb.TypeConversionTest.xml
Error:
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
|
com.arcadedb.TypeConversionTest ► testSQLMath:
engine/src/test/java/com/arcadedb/TypeConversionTest.java#L477
Failed test found in:
engine/target/surefire-reports/TEST-com.arcadedb.TypeConversionTest.xml
Error:
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
|
com.arcadedb.index.LSMTreeIndexTest ► testGet:
engine/src/main/java/com/arcadedb/engine/FileManager.java#L178
Failed test found in:
engine/target/surefire-reports/TEST-com.arcadedb.index.LSMTreeIndexTest.xml
Error:
java.lang.IllegalArgumentException: File with id 5 was not found
|
com.arcadedb.index.LSMTreeIndexTest ► testUpdateKeys:
engine/src/main/java/com/arcadedb/engine/FileManager.java#L178
Failed test found in:
engine/target/surefire-reports/TEST-com.arcadedb.index.LSMTreeIndexTest.xml
Error:
java.lang.IllegalArgumentException: File with id 12 was not found
|
com.arcadedb.MVCCTest ► testNoConflictOnUpdateTx:
engine/src/test/java/com/arcadedb/MVCCTest.java#L156
Failed test found in:
engine/target/surefire-reports/TEST-com.arcadedb.MVCCTest.xml
Error:
org.opentest4j.AssertionFailedError: expected: <10000> but was: <9998>
|