[jira] [Created] (FLINK-13906) ExecutionConfigTests.test_equals_and_hash failed on Travis

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-13906) ExecutionConfigTests.test_equals_and_hash failed on Travis

Shang Yuanchun (Jira)
Till Rohrmann created FLINK-13906:
-------------------------------------

             Summary: ExecutionConfigTests.test_equals_and_hash failed on Travis
                 Key: FLINK-13906
                 URL: https://issues.apache.org/jira/browse/FLINK-13906
             Project: Flink
          Issue Type: Improvement
          Components: API / Python
    Affects Versions: 1.10.0
            Reporter: Till Rohrmann
             Fix For: 1.10.0


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)