[ 
https://issues.apache.org/jira/browse/IGNITE-12925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17095403#comment-17095403
 ] 

Maxim Muzafarov commented on IGNITE-12925:
------------------------------------------

[~PetrovMikhail]

LGTM, merged to the master branch.

> Flaky tests for continuous query metrics.
> -----------------------------------------
>
>                 Key: IGNITE-12925
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12925
>             Project: Ignite
>          Issue Type: Test
>            Reporter: Mikhail Petrov
>            Assignee: Mikhail Petrov
>            Priority: Minor
>             Fix For: 2.9
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> It is needed to fix flaky tests:
> SystemViewSelfTest.testContinuousQuery test  – [TC 
> history|https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=2075278944640125900&tab=testDetails&branch_IgniteTests24Java8=pull%2F7696%2Fhead]
> SqlViewExporterSpiTest#testContinuousQuery – [TC 
> history|https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&buildTypeId=&tab=testDetails&testNameId=-5486808152570919536&order=START_DATE_DESC&branch_IgniteTests24Java8=pull%2F7622%2Fhead&itemsCount=50]
> JmxExporterSpiTest#testContinuousQuery – no failures so far but the same test 
> scenario is used as above.
> It seems that QueryCursor#close method 
>  gives no guarantees that CQ routine will be cleared from all nodes before 
> its returning. This behavior is due to StopRoutineDiscoveryMessage is 
> immutable and so StopRoutineAckDiscoveryMessage can be received 
> (QueryCoursor#close method returns) before 
> GridContinuousProcessor#processStopRequest completion on all nodes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to