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

Jark Wu commented on FLINK-13906:
---------------------------------

Hi [~hequn8128] [~WeiZhong], I would suggest you can also subscribe 
bui...@flink.apache.org, so that you can get the failure notification ASAP.
I know this issue was introduced by other modules/people.  But before the 
community have a good understanding that the python failure may relative to 
their commits, I think maybe you can subscribe the builds notification and have 
the fix ASAP and then remind this note in that broken PR.

> ExecutionConfigTests.test_equals_and_hash failed on Travis
> ----------------------------------------------------------
>
>                 Key: FLINK-13906
>                 URL: https://issues.apache.org/jira/browse/FLINK-13906
>             Project: Flink
>          Issue Type: Bug
>          Components: API / Python
>    Affects Versions: 1.10.0
>            Reporter: Till Rohrmann
>            Assignee: Wei Zhong
>            Priority: Critical
>              Labels: pull-request-available, test-stability
>             Fix For: 1.10.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The {{ExecutionConfigTests.test_equals_and_hash}} Python test failed on 
> Travis with
> {code}
> =================================== FAILURES 
> ===================================
> __________________ ExecutionConfigTests.test_equals_and_hash 
> ___________________
> self = <pyflink.common.tests.test_execution_config.ExecutionConfigTests 
> testMethod=test_equals_and_hash>
>     def test_equals_and_hash(self):
>     
>         config1 = 
> ExecutionEnvironment.get_execution_environment().get_config()
>     
>         config2 = 
> ExecutionEnvironment.get_execution_environment().get_config()
>     
>         self.assertEqual(config1, config2)
>     
> >       self.assertEqual(hash(config1), hash(config2))
> E       AssertionError: 1609772339 != -295934785
> pyflink/common/tests/test_execution_config.py:277: AssertionError
> ==================== 1 failed, 373 passed in 50.62 seconds 
> =====================
> ERROR: InvocationError for command 
> /home/travis/build/flink-ci/flink/flink-python/.tox/py27/bin/pytest (exited 
> with code 1)
> {code}
> https://api.travis-ci.com/v3/job/229361674/log.txt



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to