You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Qingsheng Ren (Jira)" <ji...@apache.org> on 2023/03/13 10:42:00 UTC

[jira] [Comment Edited] (FLINK-30275) TaskExecutorTest.testSharedResourcesLifecycle fails

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

Qingsheng Ren edited comment on FLINK-30275 at 3/13/23 10:41 AM:
-----------------------------------------------------------------

Looks like the issue pops up again on master branch: [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=47059&view=logs&j=77a9d8e1-d610-59b3-fc2a-4766541e0e33&t=125e07e7-8de0-5c6c-a541-a567415af3ef&l=8340] 

[~roman] could you take a look on this one? Thanks~ 


was (Author: renqs):
Looks like the issue pops up again: [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=47059&view=logs&j=77a9d8e1-d610-59b3-fc2a-4766541e0e33&t=125e07e7-8de0-5c6c-a541-a567415af3ef&l=8340] 

[~roman] could you take a look on this one? Thanks~ 

> TaskExecutorTest.testSharedResourcesLifecycle fails
> ---------------------------------------------------
>
>                 Key: FLINK-30275
>                 URL: https://issues.apache.org/jira/browse/FLINK-30275
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Coordination
>    Affects Versions: 1.17.0, 1.18.0
>            Reporter: Matthias Pohl
>            Assignee: Roman Khachatryan
>            Priority: Major
>              Labels: pull-request-available, test-stability
>             Fix For: 1.17.0
>
>
> We observe a test failure in {{TaskExecutorTest.testSharedResourcesLifecycle}}:
> {code}
> Dec 02 03:35:32 [ERROR] Tests run: 37, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 10.604 s <<< FAILURE! - in org.apache.flink.runtime.taskexecutor.TaskExecutorTest
> Dec 02 03:35:32 [ERROR] org.apache.flink.runtime.taskexecutor.TaskExecutorTest.testSharedResourcesLifecycle  Time elapsed: 0.549 s  <<< FAILURE!
> Dec 02 03:35:32 java.lang.AssertionError: expected:<0> but was:<1>
> Dec 02 03:35:32 	at org.junit.Assert.fail(Assert.java:89)
> Dec 02 03:35:32 	at org.junit.Assert.failNotEquals(Assert.java:835)
> Dec 02 03:35:32 	at org.junit.Assert.assertEquals(Assert.java:647)
> Dec 02 03:35:32 	at org.junit.Assert.assertEquals(Assert.java:633)
> Dec 02 03:35:32 	at org.apache.flink.runtime.taskexecutor.TaskExecutorTest.testSharedResourcesLifecycle(TaskExecutorTest.java:3080)
> [...]
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=43662&view=logs&j=77a9d8e1-d610-59b3-fc2a-4766541e0e33&t=125e07e7-8de0-5c6c-a541-a567415af3ef&l=7466



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