You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/08/16 08:32:43 UTC

[flink] branch master updated (a194b37 -> e34ce28)

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from a194b37  [FLINK-13688][hive] Limit the parallelism/memory of HiveCatalogUseBlinkITCase
     add e34ce28  [FLINK-13460][tests] Rework SerializedThrowableTest to not use Unsafe#defineClass()

No new revisions were added by this update.

Summary of changes:
 .../kryo/KryoSerializerClassLoadingTest.java       |   6 +-
 .../runtime/kryo/KryoSerializerSnapshotTest.java   |   3 +-
 .../CheckpointSettingsSerializableTest.java        |   2 +-
 .../runtime/executiongraph/ErrorInfoTest.java      |   2 +-
 .../flink/runtime/state/JavaSerializerTest.java    |   4 +-
 .../runtime/util/SerializedThrowableTest.java      |  60 +-----
 .../flink/core/testutils/CommonTestUtils.java      | 216 ++++++++++++++-------
 .../flink/core/testutils/CommonTestUtilsTest.java  |  28 ++-
 8 files changed, 184 insertions(+), 137 deletions(-)