[
https://issues.apache.org/jira/browse/TEZ-4265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17270466#comment-17270466
]
László Bodor commented on TEZ-4265:
-----------------------------------
by default, an "mvn clean install" command should run unit tests in tez-ui
after TEZ-3706 also
I can only see 2 mvn commands in precommit:
{code}
/usr/bin/mvn --batch-mode
-Dmaven.repo.local=/home/jenkins/jenkins-agent/workspace/PreCommit-TEZ-Build/yetus-m2/tez-master-patch-1
clean -DskipTests=true >
/home/jenkins/jenkins-agent/workspace/PreCommit-TEZ-Build/out/branch-distclean-tez-ui.txt
2>&1
/usr/bin/mvn --batch-mode
-Dmaven.repo.local=/home/jenkins/jenkins-agent/workspace/PreCommit-TEZ-Build/yetus-m2/tez-master-patch-1
-fn apache-rat:check >
/home/jenkins/jenkins-agent/workspace/PreCommit-TEZ-Build/out/patch-asflicense-tez-ui.txt
2>&1
{code}
first includes "-DskipTests=true" the second is a rat check, none of them is
subject for a unit test
> Tez UI doesn't show Load Counters button if any of the Dags have them
> ---------------------------------------------------------------------
>
> Key: TEZ-4265
> URL: https://issues.apache.org/jira/browse/TEZ-4265
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Eric Badger
> Assignee: Eric Badger
> Priority: Major
> Attachments: TEZ-4265.001.patch, TEZ-4265.002.patch
>
>
> TEZ-3631 added a Load Counters button to the All DAGs page. But this button
> is loaded is any of the DAGs have their counters loaded. During a Tez upgrade
> though, some of the DAGs will have the counters already loaded and some of
> them won't.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)