Fixing checkstyle
This commit is contained in:
@@ -24,10 +24,8 @@ import io.kubernetes.client.openapi.models.V1ConfigMap;
|
||||
import io.kubernetes.client.openapi.models.V1ConfigMapBuilder;
|
||||
import io.kubernetes.client.openapi.models.V1Deployment;
|
||||
import io.kubernetes.client.openapi.models.V1Service;
|
||||
import org.junit.jupiter.api.AfterAll;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
@@ -62,7 +60,7 @@ class ActuatorRefreshIT {
|
||||
|
||||
private static Util util;
|
||||
|
||||
// @BeforeAll
|
||||
// @BeforeAll
|
||||
static void beforeAll() throws Exception {
|
||||
K3S.start();
|
||||
Commons.validateImage(SPRING_CLOUD_K8S_CONFIG_WATCHER_APP_NAME, K3S);
|
||||
@@ -73,7 +71,7 @@ class ActuatorRefreshIT {
|
||||
configWatcher(Phase.CREATE);
|
||||
}
|
||||
|
||||
// @AfterAll
|
||||
// @AfterAll
|
||||
static void afterAll() throws Exception {
|
||||
configWatcher(Phase.DELETE);
|
||||
Commons.cleanUp(SPRING_CLOUD_K8S_CONFIG_WATCHER_APP_NAME, K3S);
|
||||
|
||||
@@ -32,8 +32,6 @@ import io.kubernetes.client.openapi.models.V1EnvVar;
|
||||
import io.kubernetes.client.openapi.models.V1Secret;
|
||||
import io.kubernetes.client.openapi.models.V1SecretBuilder;
|
||||
import io.kubernetes.client.openapi.models.V1Service;
|
||||
import org.junit.jupiter.api.AfterAll;
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.testcontainers.k3s.K3sContainer;
|
||||
@@ -64,7 +62,7 @@ class ActuatorRefreshMultipleNamespacesIT {
|
||||
|
||||
private static Util util;
|
||||
|
||||
// @BeforeAll
|
||||
// @BeforeAll
|
||||
static void beforeAll() throws Exception {
|
||||
K3S.start();
|
||||
Commons.validateImage(SPRING_CLOUD_K8S_CONFIG_WATCHER_APP_NAME, K3S);
|
||||
@@ -77,7 +75,7 @@ class ActuatorRefreshMultipleNamespacesIT {
|
||||
configWatcher(Phase.CREATE);
|
||||
}
|
||||
|
||||
// @AfterAll
|
||||
// @AfterAll
|
||||
static void afterAll() throws Exception {
|
||||
configWatcher(Phase.DELETE);
|
||||
util.wiremock(DEFAULT_NAMESPACE, "/", Phase.DELETE);
|
||||
|
||||
Reference in New Issue
Block a user