Skip to content

Commit d17af67

Browse files
committed
renew lease before cleanup
1 parent d44885a commit d17af67

File tree

1 file changed

+2
-0
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator

1 file changed

+2
-0
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/BaseTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,8 @@ public static void tearDown() throws Exception {
609609
logger.info("Execution of statedump.sh failed, " + result.stderr() + "\n" + result.stdout());
610610
}
611611

612+
TestUtils.renewK8sClusterLease(getProjectRoot(), getLeaseId());
613+
612614
if (JENKINS) {
613615
result = cleanup();
614616
if (result.exitValue() != 0) {

0 commit comments

Comments
 (0)