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

Test stopCurrentIncrementalSnapshotWithAllCollectionsAndTakeNewNewIncrementalSnapshotAfterRestart occasionally fails for SQL Server

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Minor
    • 2.4-backlog
    • 2.0.0.Alpha3
    • sqlserver-connector
    • None
    • False
    • None
    • False

    Description

      See https://github.com/debezium/debezium/runs/7282400964?check_suite_focus=true

      IncrementalSnapshotIT>AbstractIncrementalSnapshotTest.stopCurrentIncrementalSnapshotWithAllCollectionsAndTakeNewNewIncrementalSnapshotAfterRestart:634->AbstractIncrementalSnapshotTest.startConnector:294->AbstractIncrementalSnapshotTest.startConnector:285->AbstractConnectorTest.assertNoRecordsToConsume:914 expected:<[tru]e> but was:<[fals]e>
      
      2022-07-11T13:28:05.3777699Z [ERROR] io.debezium.connector.sqlserver.IncrementalSnapshotIT.stopCurrentIncrementalSnapshotWithAllCollectionsAndTakeNewNewIncrementalSnapshotAfterRestart  Time elapsed: 26.461 s  <<< FAILURE!
      2022-07-11T13:28:05.3778757Z org.junit.ComparisonFailure: expected:<[tru]e> but was:<[fals]e>
      2022-07-11T13:28:05.3779341Z 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      2022-07-11T13:28:05.3780118Z 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
      2022-07-11T13:28:05.3781002Z 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
      2022-07-11T13:28:05.3781932Z 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
      2022-07-11T13:28:05.3782527Z 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
      2022-07-11T13:28:05.3783262Z 	at org.fest.assertions.ConstructorInvoker.newInstance(ConstructorInvoker.java:36)
      2022-07-11T13:28:05.3783988Z 	at org.fest.assertions.ComparisonFailureFactory.newComparisonFailure(ComparisonFailureFactory.java:60)
      2022-07-11T13:28:05.3784526Z 	at org.fest.assertions.ComparisonFailureFactory.comparisonFailure(ComparisonFailureFactory.java:46)
      2022-07-11T13:28:05.3785047Z 	at org.fest.assertions.Fail.comparisonFailed(Fail.java:83)
      2022-07-11T13:28:05.3785422Z 	at org.fest.assertions.Fail.failIfNotEqual(Fail.java:71)
      2022-07-11T13:28:05.3785699Z 	at org.fest.assertions.GenericAssert.isEqualTo(GenericAssert.java:217)
      2022-07-11T13:28:05.3785996Z 	at org.fest.assertions.BooleanAssert.isEqualTo(BooleanAssert.java:73)
      2022-07-11T13:28:05.3786276Z 	at org.fest.assertions.BooleanAssert.isTrue(BooleanAssert.java:55)
      2022-07-11T13:28:05.3786640Z 	at io.debezium.embedded.AbstractConnectorTest.assertNoRecordsToConsume(AbstractConnectorTest.java:914)
      2022-07-11T13:28:05.3787176Z 	at io.debezium.pipeline.source.snapshot.incremental.AbstractIncrementalSnapshotTest.startConnector(AbstractIncrementalSnapshotTest.java:285)
      2022-07-11T13:28:05.3787800Z 	at io.debezium.pipeline.source.snapshot.incremental.AbstractIncrementalSnapshotTest.startConnector(AbstractIncrementalSnapshotTest.java:294)
      2022-07-11T13:28:05.3788775Z 	at io.debezium.pipeline.source.snapshot.incremental.AbstractIncrementalSnapshotTest.stopCurrentIncrementalSnapshotWithAllCollectionsAndTakeNewNewIncrementalSnapshotAfterRestart(AbstractIncrementalSnapshotTest.java:634)
      2022-07-11T13:28:05.3789565Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      2022-07-11T13:28:05.3789926Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
      2022-07-11T13:28:05.3790334Z 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      2022-07-11T13:28:05.3790661Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
      2022-07-11T13:28:05.3790952Z 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
      2022-07-11T13:28:05.3791289Z 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
      2022-07-11T13:28:05.3791646Z 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
      2022-07-11T13:28:05.3792083Z 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
      2022-07-11T13:28:05.3792818Z 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
      2022-07-11T13:28:05.3793168Z 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
      2022-07-11T13:28:05.3793458Z 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
      2022-07-11T13:28:05.3793722Z 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
      2022-07-11T13:28:05.3794021Z 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
      2022-07-11T13:28:05.3794324Z 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
      2022-07-11T13:28:05.3794642Z 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
      2022-07-11T13:28:05.3794985Z 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
      2022-07-11T13:28:05.3795278Z 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
      2022-07-11T13:28:05.3795542Z 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
      2022-07-11T13:28:05.3795818Z 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
      2022-07-11T13:28:05.3796097Z 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
      2022-07-11T13:28:05.3796369Z 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
      2022-07-11T13:28:05.3796741Z 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
      2022-07-11T13:28:05.3796998Z 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
      2022-07-11T13:28:05.3797301Z 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
      2022-07-11T13:28:05.3797711Z 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
      2022-07-11T13:28:05.3798097Z 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
      2022-07-11T13:28:05.3798458Z 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
      2022-07-11T13:28:05.3798823Z 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
      2022-07-11T13:28:05.3799173Z 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
      2022-07-11T13:28:05.3799498Z 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
      2022-07-11T13:28:05.3799821Z 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
      

      Attachments

        Activity

          People

            rh-ee-mvitale Mario Fiore Vitale
            ccranfor@redhat.com Chris Cranford
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: