You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2019/11/20 15:55:38 UTC

[flink] branch master updated (1f00c06 -> 53060f8)

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

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


    from 1f00c06  [FLINK-14821][tests] Enable E2E test to pass with new DefaultScheduler
     add 53060f8  [FLINK-14433][DataStream] Move generated Jaas conf file from /tmp directory to Job specific directory

No new revisions were added by this update.

Summary of changes:
 .../flink/configuration/ConfigurationUtils.java    |  2 +-
 .../flink/runtime/security/modules/JaasModule.java | 25 +++++-
 .../runtime/security/modules/JaasModuleTest.java   | 88 ++++++++++++++++++++++
 3 files changed, 110 insertions(+), 5 deletions(-)
 create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/security/modules/JaasModuleTest.java