test: fixed broken test case after HTTP API removal #788
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 37s
Annotations
8 errors
com.arcadedb.index.TypeLSMTreeIndexTest ► testIndexNameSpecialCharactersUsingSQL:
engine/src/main/java/com/arcadedb/schema/TypeIndexBuilder.java#L56
Failed test found in:
engine/target/surefire-reports/TEST-com.arcadedb.index.TypeLSMTreeIndexTest.xml
Error:
com.arcadedb.exception.NeedRetryException: Cannot create a new index while asynchronous tasks are running
|
com.arcadedb.index.DropIndexTest ► testDropAndRecreateTypeWithIndex:
engine/src/main/java/com/arcadedb/database/EmbeddedDatabase.java#L1798
Failed test found in:
engine/target/surefire-reports/TEST-com.arcadedb.index.DropIndexTest.xml
Error:
com.arcadedb.exception.DatabaseOperationException: Error on creating new database instance
|
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-27T00:03:51.958739, 2023-10-27T00:03:51.958739] found on index 'Product_1_3854423306900' 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 ► testZonedDateTime:
engine/src/test/java/com/arcadedb/TypeConversionTest.java#L357
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#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-27T00:05:41.244843Z> but was: <2023-10-27T00:05:41.244843800Z>
|