Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-8678

Upstream system tests fail

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.1.0.Alpha2
    • 3.1.0.Alpha1
    • testcontainers
    • None
    • False
    • None
    • False

      All the upstream system tests stated to fail recently:

      [ERROR] Errors: 
      [ERROR]   OcpDb2ConnectorIT ? Fixture Error while setting up fixture of type class io.debezium.testing.system.fixtures.kafka.OcpKafka
      [ERROR]   OcpJdbcSinkConnectorIT ? Fixture Error while setting up fixture of type class io.debezium.testing.system.fixtures.kafka.OcpKafka
      [ERROR]   OcpMariaDbConnectorIT ? Fixture Error while setting up fixture of type class io.debezium.testing.system.fixtures.kafka.OcpKafka
      [ERROR]   OcpMongoConnectorIT ? Fixture Error while setting up fixture of type class io.debezium.testing.system.fixtures.kafka.OcpKafka
      [ERROR]   OcpShardedMongoConnectorIT ? Fixture Error while setting up fixture of type class io.debezium.testing.system.fixtures.kafka.OcpKafka
      [ERROR]   OcpMySqlConnectorIT ? Fixture Error while setting up fixture of type class io.debezium.testing.system.fixtures.kafka.OcpKafka
      [ERROR]   OcpOracleConnectorIT ? Fixture Error while setting up fixture of type class io.debezium.testing.system.fixtures.kafka.OcpKafka
      [ERROR]   OcpPostgreSqlConnectorIT ? Fixture Error while setting up fixture of type class io.debezium.testing.system.fixtures.kafka.OcpKafka
      [ERROR]   OcpSqlServerConnectorIT ? Fixture Error while setting up fixture of type class io.debezium.testing.system.fixtures.kafka.OcpKafka
      [INFO] 
      [ERROR] Tests run: 9, Failures: 0, Errors: 9, Skipped: 0
      

      Fails with

      [ERROR] io.debezium.testing.system.tests.sqlserver.OcpSqlServerConnectorIT -- Time elapsed: 36.12 s <<< ERROR!
      fixture5.exceptions.FixtureException: Error while setting up fixture of type class io.debezium.testing.system.fixtures.kafka.OcpKafka
      	at fixture5.annotations.FixtureProcessor.setupFixture(processors.kt:76)
      	at fixture5.annotations.FixtureProcessor.access$setupFixture(processors.kt:38)
      	at fixture5.annotations.FixtureProcessor$fixtureObjects$2.invoke(processors.kt:42)
      	at fixture5.annotations.FixtureProcessor$fixtureObjects$2.invoke(processors.kt:42)
      	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
      	at fixture5.annotations.FixtureProcessor.getFixtureObjects(processors.kt:42)
      	at fixture5.annotations.FixtureProcessor.setupFixtures(processors.kt:50)
      	at fixture5.annotations.ProcessorsKt.fixturesOf(processors.kt:26)
      	at fixture5.FixtureExtension.beforeAll(FixtureExtension.kt:30)
      	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$12(ClassBasedTestDescriptor.java:395)
      	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
      	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllCallbacks(ClassBasedTestDescriptor.java:395)
      	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:211)
      	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
      	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
      	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
      	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
      	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
      	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
      	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
      	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
      	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
      	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
      	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
      	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
      	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
      	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
      	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
      	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
      	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
      	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
      	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
      	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
      	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
      	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
      	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
      	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
      	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
      	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
      	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
      	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
      	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
      	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
      	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
      	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
      	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
      	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
      	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
      	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
      	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
      	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
      	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
      	Suppressed: kotlin.UninitializedPropertyAccessException: lateinit property fixtures has not been initialized
      		at fixture5.FixtureExtension.afterAll(FixtureExtension.kt:34)
      		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllCallbacks$18(ClassBasedTestDescriptor.java:461)
      		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
      		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllCallbacks$19(ClassBasedTestDescriptor.java:461)
      		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
      		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllCallbacks(ClassBasedTestDescriptor.java:461)
      		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:235)
      		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
      		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
      		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
      		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
      		... 35 more
      Caused by: java.lang.IllegalStateException: Missing artifact for plugin'debezium-connector-mysql'
      	at io.debezium.testing.system.tools.artifacts.OcpArtifactServerController.lambda$createPlugin$0(OcpArtifactServerController.java:99)
      	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
      	at io.debezium.testing.system.tools.artifacts.OcpArtifactServerController.lambda$createPlugin$1(OcpArtifactServerController.java:99)
      	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
      	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
      	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
      	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
      	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
      	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
      	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
      	at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
      	at io.debezium.testing.system.tools.artifacts.OcpArtifactServerController.createPlugin(OcpArtifactServerController.java:101)
      	at io.debezium.testing.system.tools.artifacts.OcpArtifactServerController.createDebeziumPlugin(OcpArtifactServerController.java:127)
      	at io.debezium.testing.system.tools.artifacts.OcpArtifactServerController.createDebeziumPlugin(OcpArtifactServerController.java:107)
      	at io.debezium.testing.system.tools.kafka.builders.FabricKafkaConnectBuilder.withBuild(FabricKafkaConnectBuilder.java:93)
      	at io.debezium.testing.system.fixtures.kafka.OcpKafka.deployConnectCluster(OcpKafka.java:101)
      	at io.debezium.testing.system.fixtures.kafka.OcpKafka.setup(OcpKafka.java:67)
      	at fixture5.annotations.FixtureProcessor.setupFixture(processors.kt:70)
      	... 51 more
      

              rh-ee-aviana Alvar Viana
              vjuranek@redhat.com Vojtech Juranek
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: