From 730eeeded95dd92c5beb6dd2e2c11f7954ac0d0f Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Tue, 22 Sep 2026 09:08:09 +0000
Subject: [PATCH] [#896] Pin the replay of RootContainer.open, and the give-back of an open which is not replayed (#1002)

---
 opendj-server-legacy/src/test/java/org/opends/server/backends/jdbc/JDBCStorageRetryTest.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/backends/jdbc/JDBCStorageRetryTest.java b/opendj-server-legacy/src/test/java/org/opends/server/backends/jdbc/JDBCStorageRetryTest.java
index bb0eeb0..3c64867 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/backends/jdbc/JDBCStorageRetryTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/backends/jdbc/JDBCStorageRetryTest.java
@@ -428,8 +428,9 @@
   /**
    * An attempt that committed part of its own work is not replayed, whatever the failure says: what it did no
    * longer rolls back as a whole, and a WriteOperation is only idempotent in the database. RootContainer.open
-   * opens and registers the entry containers of every base DN in one write, and a replay of it fails with
-   * ERR_ENTRY_CONTAINER_ALREADY_REGISTERED, masking the failure that caused the replay.
+   * opens and registers the entry containers of every base DN in one write, and until #993 (PR #999) a replay
+   * of it failed with ERR_ENTRY_CONTAINER_ALREADY_REGISTERED - OpenDJ issue #896 - masking the failure that
+   * caused the replay.
    */
   @Test
   public void testAnAttemptThatCommittedPartOfItsWorkIsNotReplayed()

--
Gitblit v1.10.0