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

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


    from c17c871  [FLINK-10065] InstantiationUtil.deserializeObject(InputStream 
in, ClassLoader cl, boolean isFailureTolerant) will close the inputStream 
(#6498)
     new abc6453  [FLINK-10311][tests] Test job cancellation with standby 
masters.
     new b4b6fb0  [hotfix][tests] Remove wrong -rest.port=8081 from mesos start 
arguments.
     new 53d906c  [hotfix][tests] Extract mesos appmaster command to separate 
function.
     new 10b8431  [hotfix][tests] Enable building uberjar.
     new 47f8847  [hotfix][docs, tests] Fix formatting in jepsen README.md
     new bfba2d2  [hotfix][tests] Update default Flink distribution to 1.6
     new 5651423  [hotfix][tests] Reformat code in nemesis.clj
     new 09e7322  [hotfix][tests] Enable Mesos Jepsen tests.
     new 7960802  [hotfix][tests] Stop all services supervised by runit when 
tearing down.
     new ad79e69  [hotfix][tests] Assert there is only one applicationId in 
ZooKeeper.

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 flink-jepsen/README.md                             |   3 +-
 flink-jepsen/project.clj                           |   1 +
 flink-jepsen/scripts/run-tests.sh                  |   7 +
 flink-jepsen/src/jepsen/flink/checker.clj          | 158 +++++++++++------
 flink-jepsen/src/jepsen/flink/client.clj           | 144 ++++++++++-----
 flink-jepsen/src/jepsen/flink/db.clj               | 194 +++++++++++++++------
 flink-jepsen/src/jepsen/flink/flink.clj            |  54 ++++--
 flink-jepsen/src/jepsen/flink/mesos.clj            |  32 +---
 flink-jepsen/src/jepsen/flink/nemesis.clj          |  22 ++-
 flink-jepsen/src/jepsen/flink/utils.clj            |  43 ++++-
 flink-jepsen/test/jepsen/flink/checker_test.clj    | 111 ++++++++----
 flink-jepsen/test/jepsen/flink/client_test.clj     |  58 +++++-
 .../flink/{zookeeper_test.clj => nemesis_test.clj} |  22 ++-
 13 files changed, 592 insertions(+), 257 deletions(-)
 copy flink-jepsen/test/jepsen/flink/{zookeeper_test.clj => nemesis_test.clj} 
(59%)

Reply via email to