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:50 UTC

[ambari] branch branch-feature-AMBARI-14714 updated (ba484d5 -> 6fbc7d9)

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

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


    from ba484d5  AMBARI-24218. Add UTs for Mpack Advisor.
     add aeea485  AMBARI-24194: Fix broken Java UTs in ambari-server code -- Part 1
     add 39c4314  Merge branch 'branch-feature-AMBARI-14714' into 24194
     add 1f34b9b  Merge remote-tracking branch 'upstream/branch-feature-AMBARI-14714' into 24194
     add 262e499  AMBARI-24194: recover accidentally deleted code
     add c290feb  AMBARI-24194: recover accidentally deleted code
     add e4a640c  Merge branch '24194' of https://github.com/scottduan/ambari into 24194
     add 337cfd6  Merge branch '24194' of https://github.com/scottduan/ambari into 24194
     add 1eec007  Merge branch '24194' of https://github.com/scottduan/ambari into 24194
     add aba230e  Merge branch '24194' of https://github.com/scottduan/ambari into 24194
     add 718f92e  Merge branch '24194' of https://github.com/scottduan/ambari into 24194
     add 9fd30f2  Merge remote-tracking branch 'upstream/branch-feature-AMBARI-14714' into 24194
     add 6dc95bb  Merge remote-tracking branch 'upstream/branch-feature-AMBARI-14714' into 24194
     add 85d7cd9  Merge branch '24194' of https://github.com/scottduan/ambari into 24194
     add 95dcfb6  AMBARI-24194: Fix Ambari-server java UT cases -- part 2
     add 3a66c66  Merge remote-tracking branch 'upstream/branch-feature-AMBARI-14714' into 24194
     add 1ab8e7e  Merge remote-tracking branch 'upstream/branch-feature-AMBARI-14714' into 24194
     add 2bd6e45  AMBARI-24194: Fix broken ambari-server Java UT cases -- Part 2
     add 82a36f5  Merge remote-tracking branch 'upstream/branch-feature-AMBARI-14714' into 24194
     add cca83b5  AMBARI-24194: Fix broken Java UTs in ambari-server code -- Part 3
     add ba50ab0  AMBARI-24194: Fix broken Java UTs in ambari-server code -- Part 3
     add a04707d  AMBARI-24194: Fix broken Java UTs in ambari-server code -- Part 3
     new 6fbc7d9  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

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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(-)


[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

Posted by sw...@apache.org.
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(-)