From 61511292e7311acff807c8be8c2f0914e5428210 Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Mon, 17 Nov 2008 16:07:22 +0000
Subject: [PATCH] Fix typo + mark known issue in repl testcases
---
opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml | 6 +++---
opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml | 26 ++++++++++++++++++++++----
2 files changed, 25 insertions(+), 7 deletions(-)
diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml
index 8ef8448..a79a38a 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml
@@ -3311,12 +3311,12 @@
#@TestResult Success if trees are synchronised
-->
<testcase name="getTestCaseName
- ('double_add')">
+ ('double_add_single_del_1')">
<sequence>
<call function="'testCase_Preamble'"/>
<message>
- 'Replication: Conflict: double_add. \
- Double add (same dn, different uid)'
+ 'Replication: Conflict: double_add_single_del_1. \
+ Add twice same dn, then delete it in one server'
</message>
<script>
diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml
index 2d12c31..545e4df 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml
@@ -133,7 +133,13 @@
<call function="'verifyTrees'">
[ clientHost, clientPath, master, consumerList, synchroSuffix ]
</call>
-
+
+ <!-- #3315: dsreplication initialize-all returns before peer has
+ completed initialisation -->
+ <script>
+ knownIssue(3315)
+ </script>
+
<call function="'testCase_Postamble'"/>
</sequence>
</testcase>
@@ -187,7 +193,13 @@
<call function="'verifyTrees'">
[ clientHost, clientPath, master, consumerList, synchroSuffix ]
</call>
-
+
+ <!-- #3315: dsreplication initialize-all returns before peer has
+ completed initialisation -->
+ <script>
+ knownIssue(3315)
+ </script>
+
<call function="'testCase_Postamble'"/>
</sequence>
</testcase>
@@ -237,8 +249,14 @@
the topology -->
<call function="'verifyTrees'">
[ clientHost, clientPath, master, consumerList, synchroSuffix ]
- </call>
-
+ </call>
+
+ <!-- #3315: dsreplication initialize-all returns before peer has
+ completed initialisation -->
+ <script>
+ knownIssue(3315)
+ </script>
+
<call function="'testCase_Postamble'"/>
</sequence>
</testcase>
--
Gitblit v1.10.0