Updated Branches:
  refs/heads/trunk 205bd5695 -> 670cd8f1b

AMBARI-3139. "Start All Services" does not trigger smoke tests. (xiwang 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/670cd8f1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/670cd8f1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/670cd8f1

Branch: refs/heads/trunk
Commit: 670cd8f1b38c7ceaa7c9481062267db54aa14c1f
Parents: 205bd56
Author: Yusaku Sako <[email protected]>
Authored: Fri Sep 6 17:38:25 2013 -0700
Committer: Yusaku Sako <[email protected]>
Committed: Fri Sep 6 17:38:43 2013 -0700

----------------------------------------------------------------------
 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/670cd8f1/ambari-web/app/utils/ajax.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/ajax.js b/ambari-web/app/utils/ajax.js
index 1710bd8..4da2e88 100644
--- a/ambari-web/app/utils/ajax.js
+++ b/ambari-web/app/utils/ajax.js
@@ -396,7 +396,7 @@ var urls = {
     'testInProduction': true
   },
   'service.start_stop': {
-    'real': '/clusters/{clusterName}/services?ServiceInfo',
+    'real': '/clusters/{clusterName}/services?params/run_smoke_test=true',
     'mock': '/data/mirroring/poll/poll_6.json',
     'format': function (data, opt) {
       return {

Reply via email to