You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by le...@apache.org on 2019/05/06 16:08:58 UTC

[incubator-druid] branch master updated: Fix old-console/cluster.html; Remove redundant throws in ITBasicAuthConfigurationTest (#7589)

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

leventov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new a00d3e1  Fix old-console/cluster.html; Remove redundant throws in ITBasicAuthConfigurationTest (#7589)
a00d3e1 is described below

commit a00d3e19313ef80233670a67fddb2dd7abcdfb5d
Author: Roman Leventov <le...@gmail.com>
AuthorDate: Mon May 6 18:08:49 2019 +0200

    Fix old-console/cluster.html; Remove redundant throws in ITBasicAuthConfigurationTest (#7589)
    
    * Fix old-console/cluster.html; Remove redundant throws in ITBasicAuthConfigurationTest
    
    * Remove comment in cluster.html
---
 .../tests/security/ITBasicAuthConfigurationTest.java   |  2 +-
 web-console/old-console/cluster.html                   | 18 ------------------
 2 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/integration-tests/src/test/java/org/apache/druid/tests/security/ITBasicAuthConfigurationTest.java b/integration-tests/src/test/java/org/apache/druid/tests/security/ITBasicAuthConfigurationTest.java
index dfa3791..67e1f37 100644
--- a/integration-tests/src/test/java/org/apache/druid/tests/security/ITBasicAuthConfigurationTest.java
+++ b/integration-tests/src/test/java/org/apache/druid/tests/security/ITBasicAuthConfigurationTest.java
@@ -120,7 +120,7 @@ public class ITBasicAuthConfigurationTest
   private CoordinatorResourceTestClient coordinatorClient;
 
   @BeforeMethod
-  public void before() throws Exception
+  public void before()
   {
     // ensure that auth_test segments are loaded completely, we use them for testing system schema tables
     RetryUtil.retryUntilTrue(
diff --git a/web-console/old-console/cluster.html b/web-console/old-console/cluster.html
index 89b8296..2a5cec7 100644
--- a/web-console/old-console/cluster.html
+++ b/web-console/old-console/cluster.html
@@ -47,24 +47,6 @@
       <div id="coordinator"></div>
       <div class="loading">Loading segment data... this may take a few minutes</div>
       <table id="segments"></table>
-
-        <!--<div class="heading">User Console</div>
-      <div>Selected Segments</div>
-      <div id="selected_segments"></div>
-
-      <div id="console">
-        <div id="move">
-          <form id="move_segment" action="" method="post">
-            Move Segment(s) to Server: <input type="text" name="to" class="to"/>
-            <input type="submit" value="Move" />
-          </form>
-        </div>
-        <!--<div id="drop">
-          <form id="drop_segment" action="" method="post">
-            <input type="submit" value="Drop Selected Segments" />
-          </form>
-        </div>
-      </div>-->
     </div>
   </body>
 </html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org