You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Hequn Cheng (Jira)" <ji...@apache.org> on 2020/05/15 02:05:00 UTC

[jira] [Commented] (FLINK-17710) StreamSqlTests.test_execute_sql test is not stable

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

Hequn Cheng commented on FLINK-17710:
-------------------------------------

CC [~nicholasjiang]. I think we should not assertFalse for the terminal_state, the job may still running or otherwise. 
{code}
        self.assertFalse(job_status.is_globally_terminal_state())
        self.assertFalse(job_status.is_terminal_state())
{code}
We can assertIsNotNone here. I Will create a hotfix to correct this. 

> StreamSqlTests.test_execute_sql test is not stable
> --------------------------------------------------
>
>                 Key: FLINK-17710
>                 URL: https://issues.apache.org/jira/browse/FLINK-17710
>             Project: Flink
>          Issue Type: Bug
>          Components: API / Python
>            Reporter: Hequn Cheng
>            Priority: Major
>
> Failure log:
> https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_apis/build/builds/1311/logs/144



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