fix: spring-boot-starter-liquibase-couchbase-test/pom.xml to reduce v… #50
This workflow graph cannot be shown
A graph will be generated the next time this workflow is run.
Annotations
13 errors
Error
No event triggers defined in `on`
|
integration.lockservice.CouchbaseLockServiceIT ► :
liquibase-couchbase/target/failsafe-reports/TEST-integration.lockservice.CouchbaseLockServiceIT.xml#L0
Failed test found in:
liquibase-couchbase/target/failsafe-reports/TEST-integration.lockservice.CouchbaseLockServiceIT.xml
Error:
java.lang.NoClassDefFoundError: Could not initialize class common.CouchbaseContainerizedTest
|
integration.precondition.BucketExistsPreconditionIT ► Should_throw_when_bucket_doesnt_exists:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.BucketExistsPreconditionIT.xml#L0
Failed test found in:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.BucketExistsPreconditionIT.xml
Error:
java.lang.NoClassDefFoundError: Could not initialize class common.ConstantScopeTestCase
|
integration.precondition.BucketExistsPreconditionIT ► Should_not_throw_exception_when_bucket_exists:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.BucketExistsPreconditionIT.xml#L0
Failed test found in:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.BucketExistsPreconditionIT.xml
Error:
java.lang.NoClassDefFoundError: Could not initialize class integration.precondition.BucketExistsPreconditionIT
|
integration.precondition.CollectionExistsPreconditionIT ► Should_throw_exception_when_collection_doesnt_exists:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.CollectionExistsPreconditionIT.xml#L0
Failed test found in:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.CollectionExistsPreconditionIT.xml
Error:
java.lang.NoClassDefFoundError: Could not initialize class common.RandomizedScopeTestCase
|
integration.precondition.CollectionExistsPreconditionIT ► Should_not_throw_when_collection_exists:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.CollectionExistsPreconditionIT.xml#L0
Failed test found in:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.CollectionExistsPreconditionIT.xml
Error:
java.lang.NoClassDefFoundError: Could not initialize class integration.precondition.CollectionExistsPreconditionIT
|
integration.precondition.DocumentExistsByKeyPreconditionIT ► Should_throw_exception_when_document_doesnt_exists:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.DocumentExistsByKeyPreconditionIT.xml#L0
Failed test found in:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.DocumentExistsByKeyPreconditionIT.xml
Error:
java.lang.NoClassDefFoundError: Could not initialize class common.RandomizedScopeTestCase
|
integration.precondition.DocumentExistsByKeyPreconditionIT ► Should_not_throw_when_document_exists:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.DocumentExistsByKeyPreconditionIT.xml#L0
Failed test found in:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.DocumentExistsByKeyPreconditionIT.xml
Error:
java.lang.NoClassDefFoundError: Could not initialize class integration.precondition.DocumentExistsByKeyPreconditionIT
|
integration.precondition.IndexExistsPreconditionIT ► Should_throw_when_index_doesnt_exists:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.IndexExistsPreconditionIT.xml#L0
Failed test found in:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.IndexExistsPreconditionIT.xml
Error:
java.lang.NoClassDefFoundError: Could not initialize class common.ConstantScopeTestCase
|
integration.precondition.IndexExistsPreconditionIT ► Should_not_throw_exception_when_index_exists:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.IndexExistsPreconditionIT.xml#L0
Failed test found in:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.IndexExistsPreconditionIT.xml
Error:
java.lang.NoClassDefFoundError: Could not initialize class integration.precondition.IndexExistsPreconditionIT
|
integration.precondition.PrimaryIndexExistsPreconditionIT ► Should_throw_when_index_doesnt_exists:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.PrimaryIndexExistsPreconditionIT.xml#L0
Failed test found in:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.PrimaryIndexExistsPreconditionIT.xml
Error:
java.lang.NoClassDefFoundError: Could not initialize class common.ConstantScopeTestCase
|
integration.precondition.PrimaryIndexExistsPreconditionIT ► Should_not_throw_exception_when_index_exists:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.PrimaryIndexExistsPreconditionIT.xml#L0
Failed test found in:
liquibase-couchbase/target/failsafe-reports/TEST-integration.precondition.PrimaryIndexExistsPreconditionIT.xml
Error:
java.lang.NoClassDefFoundError: Could not initialize class integration.precondition.PrimaryIndexExistsPreconditionIT
|
integration.statement.MutateInSqlQueryStatementIT ► Should_insert_property_by_provided_path_for_specific_query:
liquibase-couchbase/src/main/java/liquibase/ext/couchbase/operator/CollectionOperator.java#L43
Failed test found in:
liquibase-couchbase/target/failsafe-reports/TEST-integration.statement.MutateInSqlQueryStatementIT.xml
Error:
com.couchbase.client.core.error.InternalServerFailureException: Internal Couchbase Server error {"completed":true,"coreId":"0x3dfd471200000001","errors":[{"code":5000,"message":"GSI CreatePrimaryIndex() - cause: [Scope Not Found] Error retrieving scope ID. Bucket: testBucket, Scope: testScope_64. Possibly dropped, else please retry later.\n","retry":false}],"httpStatus":500,"idempotent":false,"lastDispatchedFrom":"127.0.0.1:38544","lastDispatchedTo":"localhost:32776","requestId":8590,"requestType":"QueryRequest","retried":0,"service":{"bucket":"testBucket","operationId":"null","scope":"testScope_64","statement":"CREATE PRIMARY INDEX ON `testBucket`.`testScope_64`.`testCollection_65`","type":"query"},"timeoutMs":75000,"timings":{"dispatchMicros":10511103,"totalDispatchMicros":10511103,"totalMicros":10512769}}
|