You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Huang Xingbo (Jira)" <ji...@apache.org> on 2022/07/06 08:26:00 UTC

[jira] [Commented] (FLINK-28391) DefaultBlocklistHandlerTest.testRemoveTimeoutNodes fails

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

Huang Xingbo commented on FLINK-28391:
--------------------------------------

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=37722&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=24c3384f-1bcb-57b3-224f-51bf973bbee8 

> DefaultBlocklistHandlerTest.testRemoveTimeoutNodes fails
> --------------------------------------------------------
>
>                 Key: FLINK-28391
>                 URL: https://issues.apache.org/jira/browse/FLINK-28391
>             Project: Flink
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 1.16.0
>            Reporter: Paul Lin
>            Assignee: Lijie Wang
>            Priority: Critical
>              Labels: pull-request-available, test-stability
>             Fix For: 1.16.0
>
>
> Test org.apache.flink.runtime.blocklist.DefaultBlocklistHandlerTest.testRemoveTimeoutNodes unstable.
> see https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_apis/build/builds/37624/logs/111
> {code:java}
> Jul 05 01:23:40 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.572 s - in org.apache.flink.runtime.shuffle.ShuffleMasterTest
> Jul 05 01:23:41 [INFO] 
> Jul 05 01:23:41 [INFO] Results:
> Jul 05 01:23:41 [INFO] 
> Jul 05 01:23:41 [ERROR] Failures: 
> Jul 05 01:23:41 [ERROR]   DefaultBlocklistHandlerTest.testRemoveTimeoutNodes:93 
> Jul 05 01:23:41 Expecting actual:
> Jul 05 01:23:41   [BlockedNode{id:node1,cause:cause,endTimestamp:1656984203692}]
> Jul 05 01:23:41 to contain exactly (and in same order):
> Jul 05 01:23:41   [BlockedNode{id:node1,cause:cause,endTimestamp:1656984203692}]
> Jul 05 01:23:41 but could not find the following elements:
> Jul 05 01:23:41   [BlockedNode{id:node1,cause:cause,endTimestamp:1656984203692}]
> Jul 05 01:23:41 
> Jul 05 01:23:41 [INFO] 
> Jul 05 01:23:41 [ERROR] Tests run: 6453, Failures: 1, Errors: 0, Skipped: 26
> {code}



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