Skip to content

Build Warnings and Test Failures (26.3.1) #3457

@gramian

Description

@gramian

ArcadeDB Server v26.3.1-SNAPSHOT

Running on Mac OS X 15.7.3 - OpenJDK 64-Bit Server VM 25.0.2 (Homebrew)

Build Warnings:

  • [WARNING]  Parameter 'binaryMavenPlugins' is deprecated: Users should now use plugins instead. This option will be removed in v5.
    [WARNING] [DEPRECATED] The "binaryMavenPlugins" attribute is deprecated for removal in v5.0.0. Please replace
    <binaryMavenPlugins>
      <binaryMavenPlugin>
        ...
      </binaryMavenPlugin>
    </binaryMavenPlugins>
    ...with...
    <protocPlugins>
      <protocPlugin kind="binary-maven">
        ...
      </protocPlugin>
    </protocPlugins>
    moving forwards.
    

Test Failures:

  • engine-module (MacOS only)
    [ERROR]   LSMVectorIndexConcurrentUpdateTest.concurrentInsertAndUpdateWithLSMVectorIndex:191 [No records should be corrupted before reopen] 
    expected: 0
     but was: 1
    
  • engine-module (Linux only)
    [ERROR]   LSMTreeIndexTest.updateKeys:519 » Transaction Transaction error on commit
    
  • gremlin-module (MacOS only)
    [ERROR]   GremlinMergeVConcurrentTest.concurrentMergeVWithThreadBucketStrategy:173 Test failed with 1 concurrent modification or other errors
    
  • e2e-module (MacOS only)
    [ERROR]   JdbcQueriesTest » NoClassDefFound Could not initialize class com.arcadedb.e2e.ArcadeContainerTemplate
    [ERROR]   JsFunctionsTest.jsMathSum » NoClassDefFound Could not initialize class com.arcadedb.e2e.JsFunctionsTest
    [ERROR]   JsFunctionsTest.jsObjectComparison » NoClassDefFound Could not initialize class com.arcadedb.e2e.JsFunctionsTest
    [ERROR]   JsFunctionsTest.stringObjectAsInput » NoClassDefFound Could not initialize class com.arcadedb.e2e.ArcadeContainerTemplate
    [ERROR]   RemoteBoltDatabaseTest.connection » NoClassDefFound Could not initialize class com.arcadedb.e2e.RemoteBoltDatabaseTest
    [ERROR]   RemoteBoltDatabaseTest.parameterizedQuery » NoClassDefFound Could not initialize class com.arcadedb.e2e.RemoteBoltDatabaseTest
    [ERROR]   RemoteBoltDatabaseTest.queryBeerDatabase » NoClassDefFound Could not initialize class com.arcadedb.e2e.RemoteBoltDatabaseTest
    [ERROR]   RemoteBoltDatabaseTest.simpleReturnQuery » NoClassDefFound Could not initialize class com.arcadedb.e2e.ArcadeContainerTemplate
    [ERROR]   RemoteDatabaseJavaApiTest.backupDatabase » NoClassDefFound Could not initialize class com.arcadedb.e2e.RemoteDatabaseJavaApiTest
    [ERROR]   RemoteDatabaseJavaApiTest.createSchemaWithDynamicSqlScript » NoClassDefFound Could not initialize class com.arcadedb.e2e.RemoteDatabaseJavaApiTest
    [ERROR]   RemoteDatabaseJavaApiTest.createTypesAndDataWithSqlScripts » NoClassDefFound Could not initialize class com.arcadedb.e2e.RemoteDatabaseJavaApiTest
    [ERROR]   RemoteDatabaseJavaApiTest.createUnidirectionalEdge » NoClassDefFound Could not initialize class com.arcadedb.e2e.RemoteDatabaseJavaApiTest
    [ERROR]   RemoteDatabaseJavaApiTest.multipleInsert » NoClassDefFound Could not initialize class com.arcadedb.e2e.RemoteDatabaseJavaApiTest
    [ERROR]   RemoteDatabaseJavaApiTest.multipleInsertBatched » NoClassDefFound Could not initialize class com.arcadedb.e2e.RemoteDatabaseJavaApiTest
    [ERROR]   RemoteDatabaseJavaApiTest.multipleInsertSingleTransaction » NoClassDefFound Could not initialize class com.arcadedb.e2e.ArcadeContainerTemplate
    [ERROR]   RemoteDatabaseJavaApiTest.renameTypeAndAliases » NoClassDefFound Could not initialize class com.arcadedb.e2e.RemoteDatabaseJavaApiTest
    [ERROR]   RemoteDatabaseQueriesTest.simpleCypherQuery » NoClassDefFound Could not initialize class com.arcadedb.e2e.ArcadeContainerTemplate
    [ERROR]   RemoteDatabaseQueriesTest.simpleGremlinQuery » NoClassDefFound Could not initialize class com.arcadedb.e2e.RemoteDatabaseQueriesTest
    [ERROR]   RemoteDatabaseQueriesTest.simpleOpenCypherQuery » NoClassDefFound Could not initialize class com.arcadedb.e2e.RemoteDatabaseQueriesTest
    [ERROR]   RemoteDatabaseQueriesTest.simpleSQLQuery » NoClassDefFound Could not initialize class com.arcadedb.e2e.RemoteDatabaseQueriesTest
    [ERROR]   RemoteGrpcDatabaseTest.simpleCypherQuery » ExceptionInInitializer
    [ERROR]   RemoteGrpcDatabaseTest.simpleGremlinQuery » NoClassDefFound Could not initialize class com.arcadedb.e2e.RemoteGrpcDatabaseTest
    [ERROR]   RemoteGrpcDatabaseTest.simpleSQLQuery » NoClassDefFound Could not initialize class com.arcadedb.e2e.RemoteGrpcDatabaseTest
    
  • e2e-module (Linux only)
    [ERROR]   RemoteBoltDatabaseTest.connection:60 » Client Protocol error, server suggested unexpected protocol version: 4.1
    [ERROR]   RemoteBoltDatabaseTest.parameterizedQuery:88 » Client Protocol error, server suggested unexpected protocol version: 4.1
    [ERROR]   RemoteBoltDatabaseTest.queryBeerDatabase:77 » Client Protocol error, server suggested unexpected protocol version: 4.1
    [ERROR]   RemoteBoltDatabaseTest.simpleReturnQuery:66 » Client Protocol error, server suggested unexpected protocol version: 4.1
    

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions