Skip to content

fix: hnsw index now handles correctly the reindexing #1728

fix: hnsw index now handles correctly the reindexing

fix: hnsw index now handles correctly the reindexing #1728

Triggered via push September 20, 2023 00:44
Status Success
Total duration 4m 31s
Artifacts

mvn-deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
com.arcadedb.index.DropIndexTest ► testDropAndRecreateTypeWithIndex: engine/src/main/java/com/arcadedb/database/EmbeddedDatabase.java#L1766
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-09-20T00:57:54.941385, 2023-09-20T00:57:54.941385] found on index 'Product_1_1068436344799' already assigned to record #9:0
com.arcadedb.query.sql.executor.UpdateStatementExecutionTest ► testRemoveFromMapSquare: engine/src/main/java/com/arcadedb/database/EmbeddedDatabase.java#L1766
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#L115
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-09-20T00:58:56.767239Z> but was: <2023-09-20T00:58:56.767239100Z>
build
The `python-version` input is not set. The version of Python currently in `PATH` will be used.