We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f2889 commit 2daf0baCopy full SHA for 2daf0ba
prj/test/functional/rest/src/main/java/rest/PersistenceResourceTests.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2000, 2023, Oracle and/or its affiliates.
+ * Copyright (c) 2000, 2024, Oracle and/or its affiliates.
3
*
4
* Licensed under the Universal Permissive License v 1.0 as shown at
5
* https://oss.oracle.com/licenses/upl.
@@ -291,6 +291,8 @@ private void testSnapshotPresent()
291
292
private void testSnapshotNotPresent()
293
{
294
+ Eventually.assertDeferred(() -> this.isPersistenceManagerIdle(m_client), is(true));
295
+
296
Response response = getBaseTarget().path("services").path(SERVICE_NAME).path("persistence")
297
.path("snapshots").request().get();
298
0 commit comments