[
https://issues.apache.org/jira/browse/FLINK-4099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15350739#comment-15350739
]
ASF GitHub Bot commented on FLINK-4099:
---------------------------------------
Github user mxm commented on a diff in the pull request:
https://github.com/apache/flink/pull/2166#discussion_r68551820
--- Diff:
flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java ---
@@ -593,7 +593,12 @@ public void sendStop() {
// -------------------------- Tear down -------------------------- //
@AfterClass
- public static void copyOnTravis() {
+ public static void teardown() {
+ // Unset FLINK_CONF_DIR, as it might change the behavior of
other tests
+ Map<String, String> map = new HashMap<>(System.getenv());
+ map.remove("FLINK_CONF_DIR");
--- End diff --
Could we use a constant here, e.g. `CliFrontend.ENV_CONFIG_DIRECTORY`?
> CliFrontendYarnAddressConfigurationTest fails
> ---------------------------------------------
>
> Key: FLINK-4099
> URL: https://issues.apache.org/jira/browse/FLINK-4099
> Project: Flink
> Issue Type: Bug
> Components: YARN Client
> Reporter: Ufuk Celebi
> Assignee: Robert Metzger
> Labels: test-stability
>
> The {{CliFrontendYarnAddressConfigurationTest}} failed here:
> https://s3.amazonaws.com/archive.travis-ci.org/jobs/139195089/log.txt
> https://travis-ci.org/apache/flink/builds/139195083
> Another failed run with logs is here:
> https://travis-ci.org/uce/flink/builds/139262754
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)