This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch exp_github_actions in repository https://gitbox.apache.org/repos/asf/flink.git
commit 1d615b11b4aa57d6941ddd67db7fb7017b803459 Author: Chesnay Schepler <ches...@apache.org> AuthorDate: Sun Apr 3 14:20:34 2022 +0200 [FLINK-27035][python][tests] Reduce memory usage of ByteArrayWrapperSerializerTest --- .../apache/flink/streaming/api/utils/ByteArrayWrapperSerializerTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/flink-python/src/test/java/org/apache/flink/streaming/api/utils/ByteArrayWrapperSerializerTest.java b/flink-python/src/test/java/org/apache/flink/streaming/api/utils/ByteArrayWrapperSerializerTest.java index 5547ad80465..5e042eacae3 100644 --- a/flink-python/src/test/java/org/apache/flink/streaming/api/utils/ByteArrayWrapperSerializerTest.java +++ b/flink-python/src/test/java/org/apache/flink/streaming/api/utils/ByteArrayWrapperSerializerTest.java @@ -52,7 +52,6 @@ public class ByteArrayWrapperSerializerTest extends SerializerTestBase<ByteArray randomByteArray(1), randomByteArray(2), randomByteArray(1024 * 1024), - randomByteArray(32 * 1024 * 1024), }; }