You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/06 07:57:14 UTC

[GitHub] [flink] dianfu commented on a diff in pull request #19369: [FLINK-27068][python][tests] Fix test_keyed_min_and_max and test_keyed_min_by_and_max_by failed in py36,37

dianfu commented on code in PR #19369:
URL: https://github.com/apache/flink/pull/19369#discussion_r843607051


##########
flink-python/pyflink/datastream/tests/test_data_stream.py:
##########
@@ -1121,8 +1123,11 @@ def test_keyed_min_and_max(self):
         results = self.test_sink.get_results(False)
         expected = ['a', 'a', 'b', 'b']
         self.assert_equals_sorted(expected, results)
+        self.env.set_parallelism(original_parallelism)

Review Comment:
   I think this is not necessary



-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org