[
https://issues.apache.org/jira/browse/IGNITE-25706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18003464#comment-18003464
]
Dmitry Werner commented on IGNITE-25706:
----------------------------------------
PR: https://github.com/apache/ignite/pull/12151
Test suite runs on TeamCity:
-
https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Queries3/8513097?buildTab=overview
-
https://ci2.ignite.apache.org./buildConfiguration/IgniteTests24Java8_Pds2/8513099?buildTab=overview
> Fail-fast detection for CDC tests
> ---------------------------------
>
> Key: IGNITE-25706
> URL: https://issues.apache.org/jira/browse/IGNITE-25706
> Project: Ignite
> Issue Type: Test
> Reporter: Dmitry Werner
> Assignee: Dmitry Werner
> Priority: Minor
> Labels: ise
>
> In case of an unsuccessful assert within the methods of BinaryCdcConsumer,
> the `SqlCdcTest#testReadAllSQLRows` test hangs for 5 minutes and then fails
> due to timeout. It is necessary to implement a fail-fast approach: if the
> assertion does not pass, the test should immediately fail instead of hanging.
> We need to apply this approach to all CDC tests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)