From 311bc0052cc294d363333de87bebeb9dd15e3ee3 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 17 Oct 2017 09:47:02 -0700 Subject: [PATCH] ITS#8752 - Add echo statements about the purpose of the test and a warning that it may take manual intervention to exit if a deadlock occurs --- tests/data/regressions/its8752/its8752 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/data/regressions/its8752/its8752 b/tests/data/regressions/its8752/its8752 index 619e530a9f..c851f561c1 100755 --- a/tests/data/regressions/its8752/its8752 +++ b/tests/data/regressions/its8752/its8752 @@ -36,6 +36,9 @@ if test $dtest = N; then exit 0 fi +echo "This test tracks a case where slapd deadlocks during a significant write load" +echo "See http://www.openldap.org/its/index.cgi/?findid=8752 for more information." + MMR=4 XDIR=$TESTDIR/srv @@ -214,6 +217,8 @@ EOMODS done echo "Sleeping 30 seconds to ensure replication is reconciled between all nodes" +echo "The next step of the test will perform 20000 random write operations and may take some time." +echo "As this test is for a deadlock, it will take manual intervention to exit the test if one occurs." sleep 30 echo "Starting random master/entry modifications..." -- 2.39.2