TisonKun commented on issue #9575: [FLINK-13912][client] Remove ClusterClient#getClusterConnectionInfo URL: https://github.com/apache/flink/pull/9575#issuecomment-526703548 @sunjincheng121 python profile fails as below. I have no idea on what happened. Could you please figure out why tests failed? ``` =================================== 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: 897378335 != 1596606912 pyflink/common/tests/test_execution_config.py:277: AssertionError =============================== warnings summary =============================== .tox/py37/lib/python3.7/site-packages/py4j/java_collections.py:13 .tox/py37/lib/python3.7/site-packages/py4j/java_collections.py:13 .tox/py37/lib/python3.7/site-packages/py4j/java_collections.py:13 .tox/py37/lib/python3.7/site-packages/py4j/java_collections.py:13 .tox/py37/lib/python3.7/site-packages/py4j/java_collections.py:13 /home/travis/build/TisonKun/flink/flink-python/.tox/py37/lib/python3.7/site-packages/py4j/java_collections.py:13: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import ( -- Docs: https://docs.pytest.org/en/latest/warnings.html ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services