Skip to content

Commit 943fd08

Browse files
committed
Ref ##29447: cleanup test
1 parent 7e182ac commit 943fd08

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/test/java/eu/openanalytics/containerproxy/test/proxy/TestPreInitialization.java renamed to src/test/java/eu/openanalytics/containerproxy/test/proxy/TestIntegrationProxySharing.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
import java.util.Optional;
6262
import java.util.stream.Stream;
6363

64-
public class TestPreInitialization {
64+
public class TestIntegrationProxySharing {
6565

6666
private static Stream<Arguments> backends() {
6767
return Stream.of(
@@ -489,7 +489,6 @@ public void testMultiSeat1(String backend, Map<String, String> properties) {
489489

490490
// fore reconcile
491491
proxySharingScaler.scheduleReconcile();
492-
// TestUtil.sleep(5_000);
493492

494493
// should have scaled-down
495494
waitUntilNumberOfDelegateProxies(inst, 1, 1);
@@ -533,7 +532,6 @@ public void testMultiSeat2(String backend, Map<String, String> properties) {
533532

534533
// fore reconcile
535534
proxySharingScaler.scheduleReconcile();
536-
// TestUtil.sleep(5_000);
537535

538536
// should not be trying to scale down, since the amount of unclaimed seats is less than the amount of containers per seat
539537
Assertions.assertEquals(ProxySharingScaler.ReconcileStatus.Stable, proxySharingScaler.getLastReconcileStatus());

0 commit comments

Comments
 (0)