fix: HA, minor optimizations and fix of IT tests #782
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
meterian.yml
on: push
Meterian client scan
1m 42s
Annotations
7 errors
com.arcadedb.index.LSMTreeIndexTest ► testPutDuplicates:
engine/src/main/java/com/arcadedb/database/TransactionContext.java#L767
Failed test found in:
engine/target/surefire-reports/TEST-com.arcadedb.index.LSMTreeIndexTest.xml
Error:
com.arcadedb.exception.ConcurrentModificationException: File with id '6' has been removed
|
com.arcadedb.MVCCTest ► testMVCC:
engine/src/test/java/com/arcadedb/MVCCTest.java#L104
Failed test found in:
engine/target/surefire-reports/TEST-com.arcadedb.MVCCTest.xml
Error:
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
|
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-10-26T06:11:43.699780, 2023-10-26T06:11:43.699780] found on index 'Product_1_3634618223800' already assigned to record #9:0
|
com.arcadedb.query.sql.executor.UpdateStatementExecutionTest ► testRemoveFromMapSquare:
engine/src/main/java/com/arcadedb/database/EmbeddedDatabase.java#L1798
Failed test found in:
engine/target/surefire-reports/TEST-com.arcadedb.query.sql.executor.UpdateStatementExecutionTest.xml
engine/target/surefire-reports/TEST-com.arcadedb.query.sql.executor.UpdateStatementExecutionTest.xml
engine/target/surefire-reports/TEST-com.arcadedb.query.sql.executor.UpdateStatementExecutionTest.xml
engine/target/surefire-reports/TEST-com.arcadedb.query.sql.executor.UpdateStatementExecutionTest.xml
Error:
com.arcadedb.exception.DatabaseOperationException: Error on creating new database instance
|
com.arcadedb.query.sql.method.conversion.SQLMethodAsRecordTest ► testFromString:
engine/src/main/java/com/arcadedb/database/RID.java#L116
Failed test found in:
engine/target/surefire-reports/TEST-com.arcadedb.query.sql.method.conversion.SQLMethodAsRecordTest.xml
Error:
java.lang.NullPointerException
|
com.arcadedb.TypeConversionTest ► testSQLMath:
engine/src/test/java/com/arcadedb/TypeConversionTest.java#L463
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 ► testInstant:
engine/src/test/java/com/arcadedb/TypeConversionTest.java#L406
Failed test found in:
engine/target/surefire-reports/TEST-com.arcadedb.TypeConversionTest.xml
Error:
org.opentest4j.AssertionFailedError: expected: <2023-10-26T06:13:06.520641Z> but was: <2023-10-26T06:13:06.520641300Z>
|