You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Shishkov (Jira)" <ji...@apache.org> on 2023/01/13 09:53:00 UTC

[jira] [Updated] (IGNITE-18548) Fix CdcIgniteToIgniteReplicationTest#testActivePassiveReplication flakiness

     [ https://issues.apache.org/jira/browse/IGNITE-18548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Shishkov updated IGNITE-18548:
-----------------------------------
    Summary: Fix CdcIgniteToIgniteReplicationTest#testActivePassiveReplication flakiness  (was: Fix CdcIgniteToIgniteReplicationTest flakiness)

> Fix CdcIgniteToIgniteReplicationTest#testActivePassiveReplication flakiness
> ---------------------------------------------------------------------------
>
>                 Key: IGNITE-18548
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18548
>             Project: Ignite
>          Issue Type: Test
>          Components: extensions
>            Reporter: Ilya Shishkov
>            Priority: Minor
>              Labels: IEP-59, ise
>         Attachments: _TESTS_CDC_342.log.zip, _TESTS_CDC_410.log.zip
>
>
> CdcIgniteToIgniteReplicationTest is flaky. Sometimes tests from this class fails in master with reason as below:
> {code}
>   java.lang.AssertionError
>     at org.junit.Assert.fail(Assert.java:86)
>     at org.junit.Assert.assertTrue(Assert.java:41)
>     at org.junit.Assert.assertTrue(Assert.java:52)
>     at org.apache.ignite.testframework.junits.JUnitAssertAware.assertTrue(JUnitAssertAware.java:35)
>     at org.apache.ignite.cdc.AbstractReplicationTest.checkMetrics(AbstractReplicationTest.java:621)
>     at org.apache.ignite.cdc.AbstractReplicationTest.checkMetrics(AbstractReplicationTest.java:589)
>     at org.apache.ignite.cdc.AbstractReplicationTest.testActivePassiveReplication(AbstractReplicationTest.java:283)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:498)
>     at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>     at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>     at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>     at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>     at org.apache.ignite.testframework.junits.GridAbstractTest$6.run(GridAbstractTest.java:2504)
>     at java.lang.Thread.run(Thread.java:750)
> {code}
> Reason should be investigated and fixed.
> Fails:
> # CdcIgniteToIgniteReplicationTest.testActivePassiveReplication[clientType=CLIENT_NODE, atomicity=ATOMIC, mode=REPLICATED, backupCnt=0]: 
> [TC2 Build #342 at 12 Jan 11:09|https://ci2.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_Cdc/6995624?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildProblemsSection=true&expandBuildTestsSection=true], build log:  [^_TESTS_CDC_342.log.zip] 
> # CdcIgniteToIgniteReplicationTest.testActivePassiveReplication[clientType=THIN_CLIENT, atomicity=TRANSACTIONAL, mode=REPLICATED, backupCnt=0]: 
> [TC1 Build #410 at 11 Jan 08:00|https://ci.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_Cdc/7000973?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildProblemsSection=true&expandBuildTestsSection=true], build log:  [^_TESTS_CDC_410.log.zip] 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)