Maximilian Michels created FLINK-3938:
-----------------------------------------
Summary: Yarn tests don't run on the current master
Key: FLINK-3938
URL: https://issues.apache.org/jira/browse/FLINK-3938
Project: Flink
Issue Type: Bug
Components: Build System
Affects Versions: 1.1.0
Reporter: Maximilian Michels
Assignee: Maximilian Michels
Priority: Critical
Fix For: 1.1.0
Independently of FLINK-3909, I just discovered that the Yarn tests don't run on
the current master (09b428b).
{noformat}
[INFO] ------------------------------------------------------------------------
[INFO] Building flink-yarn-tests 1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ flink-yarn-tests_2.10
---
[INFO]
[INFO] --- maven-checkstyle-plugin:2.16:check (validate) @
flink-yarn-tests_2.10 ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven) @
flink-yarn-tests_2.10 ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @
flink-yarn-tests_2.10 ---
[INFO] Source directory:
/home/travis/build/apache/flink/flink-yarn-tests/src/main/scala added.
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @
flink-yarn-tests_2.10 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
flink-yarn-tests_2.10 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/travis/build/apache/flink/flink-yarn-tests/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- scala-maven-plugin:3.1.4:compile (scala-compile-first) @
flink-yarn-tests_2.10 ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
flink-yarn-tests_2.10 ---
[INFO] No sources to compile
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:add-test-source (add-test-source) @
flink-yarn-tests_2.10 ---
[INFO] Test Source directory:
/home/travis/build/apache/flink/flink-yarn-tests/src/test/scala added.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @
flink-yarn-tests_2.10 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- scala-maven-plugin:3.1.4:testCompile (scala-test-compile) @
flink-yarn-tests_2.10 ---
[INFO] /home/travis/build/apache/flink/flink-yarn-tests/src/test/scala:-1:
info: compiling
[INFO] Compiling 2 source files to
/home/travis/build/apache/flink/flink-yarn-tests/target/test-classes at
1463615798796
[INFO] prepare-compile in 0 s
[INFO] compile in 9 s
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @
flink-yarn-tests_2.10 ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
flink-yarn-tests_2.10 ---
[INFO] Surefire report directory:
/home/travis/build/apache/flink/flink-yarn-tests/target/surefire-reports
[WARNING] The system property log4j.configuration is configured twice! The
property appears in <argLine/> and any of <systemPropertyVariables/>,
<systemProperties/> or user property.
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)