1. 27 5月, 2016 7 次提交
  2. 26 5月, 2016 3 次提交
  3. 25 5月, 2016 1 次提交
  4. 24 5月, 2016 6 次提交
  5. 23 5月, 2016 9 次提交
  6. 21 5月, 2016 2 次提交
  7. 20 5月, 2016 6 次提交
    • M
      [FLINK-3938] re-enable Yarn tests · 9a4fdd5f
      Maximilian Michels 提交于
      As of 70978f56, the Yarn tests were not
      executed anymore. They were moved to the test directory but there was
      still a Maven configuration in place to change the test directory
      location.
      
      This closes #2012
      9a4fdd5f
    • M
      [FLINK-3909] replace Maven Failsafe with Surefire · 38698c0b
      Maximilian Michels 提交于
      Failures during execution of the integration tests with the Maven
      Failsafe plugin were silently ignored on Travis with Maven version
      3.2.5. The problem is that failures are not passed on correctly from the
      'integration-test' phase (where failures are recorded and tolerated) to
      the 'verify' phase.
      
      The cause of the error is most likely SUREFIRE-1127. An exception in the
      'integration-test' is sometimes not flushed back to disk where it is
      evaluated in the 'verify' phase. Bumping the version of the Failsafe
      plugin from 2.18.1 to 2.19.1 fixes the issue but introduces classpath
      related problems.
      
      We don't have to rely on Failsafe for running integration
      tests. Surefire offers the same feature set we use from the Failsafe
      plugin.
      
      - replace Failsafe with Surefire
      - update to latest Surefire version
      - get rid of duplicate property declaration
      
      This closes #2003
      38698c0b
    • M
      [FLINK-3893] improve LeaderChangeStateCleanupTest stability · 9b8de6a6
      Maximilian Michels 提交于
      - increase timeout for task managers to be registered
      - don't fail if leader retrieval service has not been started yet
      
      This closes #2009
      9b8de6a6
    • M
      [FLINK-3892] ConnectionUtils may die with NullPointerException · 5dfb8a01
      Maximilian Michels 提交于
      This fixes a NullPointerException that would occur if the host name
      could not be resolved.
      
      This closes #2008
      5dfb8a01
    • S
      [FLINK-3933] [streaming API] Add AbstractDeserializationSchema that handles... · 92e1c82c
      Stephan Ewen 提交于
      [FLINK-3933] [streaming API] Add AbstractDeserializationSchema that handles produced type extraction.
      
      The AbstractDeserializationSchema creates the produced type information automatically from the
      generic parameters.
      
      This closes #2010
      92e1c82c
    • H
      [script] Simple fix of typo from JobManager to TaskManager in taskmanager.sh file · 010265b6
      Henry Saputra 提交于
      Very simple fix for typo on comment in the task manager.sh file.
      
      From `JobManager` to `TaskManager`.
      
      Author: Henry Saputra <hsaputra@apache.org>
      
      Closes #2001 from hsaputra/simple_text_fix_taskmanager and squashes the following commits:
      
      861cbb4 [Henry Saputra] Simple fix of typo from JobManager to TaskManager in taskmanager.sh file.
      010265b6
  8. 19 5月, 2016 6 次提交