You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/11/20 18:58:56 UTC

git commit: AMBARI-3826. Ignore Smoke Tests during start/stop services. (Mikhail Bayuk via yusaku)

Updated Branches:
  refs/heads/trunk a61a83623 -> dc52fefb8


AMBARI-3826. Ignore Smoke Tests during start/stop services. (Mikhail Bayuk via yusaku)


Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/dc52fefb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/dc52fefb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/dc52fefb

Branch: refs/heads/trunk
Commit: dc52fefb8e2786b28052227838e1fe743a9f28bf
Parents: a61a836
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Wed Nov 20 09:59:06 2013 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Wed Nov 20 09:59:06 2013 -0800

----------------------------------------------------------------------
 ambari-web/app/utils/ajax.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/dc52fefb/ambari-web/app/utils/ajax.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/ajax.js b/ambari-web/app/utils/ajax.js
index ee4e849..b7e9da0 100644
--- a/ambari-web/app/utils/ajax.js
+++ b/ambari-web/app/utils/ajax.js
@@ -56,7 +56,7 @@ var urls = {
     }
   },
   'service.item.start_stop': {
-    'real': '/clusters/{clusterName}/services/{serviceName}?params/run_smoke_test=true',
+    'real': '/clusters/{clusterName}/services/{serviceName}',
     'mock': '/data/wizard/deploy/poll_1.json',
     'format': function (data, opt) {
       return {