File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
wrapper/src/test/java/integration/container/tests/metrics Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,8 @@ public void waitForClusterRecover() throws InterruptedException {
181
181
final DatabaseEngineDeployment deployment =
182
182
TestEnvironment .getCurrent ().getInfo ().getRequest ().getDatabaseEngineDeployment ();
183
183
184
+ clearCaches ();
185
+
184
186
// Try 3 times to check cluster health status
185
187
int remainingTries = 3 ;
186
188
boolean success = false ;
@@ -209,7 +211,6 @@ public void waitForClusterRecover() throws InterruptedException {
209
211
throw new RuntimeException ("Not healthy." );
210
212
}
211
213
212
- clearCaches ();
213
214
LOGGER .finest ("Cluster " + TestEnvironment .getCurrent ().getInfo ().getRdsDbName () + " is healthy." );
214
215
}
215
216
You can’t perform that action at this time.
0 commit comments