From 6dc8f80457d5e4f3182fcee3adeda01928ae68f3 Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Wed, 16 Sep 2026 04:55:22 +0000
Subject: [PATCH] [#953] Refuse a server-error-result-code which does not report a failure (#980)
---
opendj-server-legacy/src/test/java/org/opends/server/replication/UpdateOperationTest.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/replication/UpdateOperationTest.java b/opendj-server-legacy/src/test/java/org/opends/server/replication/UpdateOperationTest.java
index b791c2a..77d0acf 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/replication/UpdateOperationTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/replication/UpdateOperationTest.java
@@ -2356,7 +2356,7 @@
/**
* Test case for [Issue 889]: the result code the server puts on an internal error is
- * configurable and is not validated as a result code, so it can be set to one conflict
+ * configurable and only has to report a failure, so it can be set to one conflict
* resolution knows how to solve. Such a change is left to conflict resolution, and when
* that can not solve it either the change is retried as the storage failure it is -
* recording it as replayed after one attempt would be issue #889 again.
--
Gitblit v1.10.0