test: fixed gremlin test case expecting a TransactionException #914
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 26s
Annotations
7 errors
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 10 was not found
|
com.arcadedb.console.ConsoleTest ► testLoad:
console/src/main/java/com/arcadedb/console/Console.java#L669
Failed test found in:
console/target/surefire-reports/TEST-com.arcadedb.console.ConsoleTest.xml
Error:
com.arcadedb.console.ConsoleException: File name 'srctestresourcesconsole-batch.sql' not found
|
com.arcadedb.console.ConsoleTest ► testLocalConnect:
engine/src/main/java/com/arcadedb/database/DatabaseFactory.java#L128
Failed test found in:
console/target/surefire-reports/TEST-com.arcadedb.console.ConsoleTest.xml
Error:
java.nio.file.InvalidPathException: Illegal char <:> at index 24: ./target/databases\local:/D:aarcadedbarcadedbconsole.targetdatabases/console
|
com.arcadedb.console.ConsoleTest ► testDropCreateWithLocalUrl:
engine/src/main/java/com/arcadedb/database/DatabaseFactory.java#L128
Failed test found in:
console/target/surefire-reports/TEST-com.arcadedb.console.ConsoleTest.xml
Error:
java.nio.file.InvalidPathException: Illegal char <:> at index 24: ./target/databases\local:/D:aarcadedbarcadedbconsole.targetdatabases/console
|
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-28T14:52:12.709816, 2023-11-28T14:52:12.709816] found on index 'Product_1_780128832300' already assigned to record #9: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>
|