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/encryption/encryption.xml | 26 ++++++++++++++++++++++----
1 files changed, 22 insertions(+), 4 deletions(-)
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