You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2018/07/19 21:00:51 UTC

[ambari] 01/01: Patch to fix broken UT cases in collections, configuration, credentialapi, events, hooks.users, ldap, logging, metadata, metric.system.impl, notifications, proxy, resources, sample.checks, scheduler, security, serveraction

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

swapan pushed a commit to branch branch-feature-AMBARI-14714
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit 6fbc7d9cf92b383d693e4c6d310b08401ed477da
Merge: ba484d5 a04707d
Author: swapanshridhar <ss...@hortonworks.com>
AuthorDate: Thu Jul 19 14:00:47 2018 -0700

    Patch to fix broken UT cases in collections, configuration, credentialapi, events, hooks.users, ldap, logging, metadata, metric.system.impl, notifications, proxy, resources, sample.checks, scheduler, security, serveraction
    
    Patch to fix broken UT cases in collections, configuration, credentialapi, events, hooks.users, ldap, logging, metadata, metric.system.impl, notifications, proxy, resources, sample.checks, scheduler, security, serveraction

 .../ambari/server/agent/RecoveryConfigHelper.java  |  6 ++
 .../metrics/system/impl/JvmMetricsSource.java      | 13 ++++-
 .../apache/ambari/server/orm/dao/ClusterDAO.java   |  2 +-
 .../org/apache/ambari/server/state/ConfigImpl.java |  2 +-
 .../configuration/RecoveryConfigHelperTest.java    |  3 +-
 .../AbstractPrepareKerberosServerActionTest.java   | 18 +++++-
 .../upgrades/CreateAndConfigureActionTest.java     | 20 +++++++
 .../upgrades/KerberosKeytabsActionTest.java        | 67 ++++++++++++++++------
 .../upgrades/OozieConfigCalculationTest.java       |  6 ++
 9 files changed, 111 insertions(+), 26 deletions(-)