From a00d3e19313ef80233670a67fddb2dd7abcdfb5d Mon Sep 17 00:00:00 2001 From: Roman Leventov Date: Mon, 6 May 2019 18:08:49 +0200 Subject: [PATCH] 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 --- .../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 dfa3791b2fa..67e1f37007f 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 89b829631f3..2a5cec798bc 100644 --- a/web-console/old-console/cluster.html +++ b/web-console/old-console/cluster.html @@ -47,24 +47,6 @@
Loading segment data... this may take a few minutes
- -