Skip to content

Commit 2daf0ba

Browse files
committed
Bug 32663439 - Build: rest.PersistenceResourceTests.testSnapshotAndArchive (main -> 14.1.2.0, 14.1.1.2206, ce-main @208206)
[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 108236]
1 parent 66f2889 commit 2daf0ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

prj/test/functional/rest/src/main/java/rest/PersistenceResourceTests.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2023, Oracle and/or its affiliates.
2+
* Copyright (c) 2000, 2024, Oracle and/or its affiliates.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
55
* https://oss.oracle.com/licenses/upl.
@@ -291,6 +291,8 @@ private void testSnapshotPresent()
291291

292292
private void testSnapshotNotPresent()
293293
{
294+
Eventually.assertDeferred(() -> this.isPersistenceManagerIdle(m_client), is(true));
295+
294296
Response response = getBaseTarget().path("services").path(SERVICE_NAME).path("persistence")
295297
.path("snapshots").request().get();
296298

0 commit comments

Comments
 (0)