BUG#: 3951
authorjim.wunderlich <jim.wunderlich>
Mon, 18 Jul 2005 01:14:19 +0000 (01:14 +0000)
committerjim.wunderlich <jim.wunderlich>
Mon, 18 Jul 2005 01:14:19 +0000 (01:14 +0000)
TITLE: Need test for out of order indication problem

DESCRIPTION: Added sequence number checking and timeing to the indications
 stress test.

src/Providers/TestProviders/IndicationStressTestProvider/testclient/IndicationStressTest.cpp

index 57b8b6805ba6a35aee69827fd113316534dae51e..d42c262f3e1453e53fadb377d4f1e1ba831f6bc0 100644 (file)
@@ -222,6 +222,7 @@ void MyIndicationConsumer::consumeIndication(
   if (seqNumIndex == PEG_NOT_FOUND)
     {
       cout << "+++++ ERROR: Indication Stress Test Consumer - indication seq number NOT FOUND" << endl;
+      errorsEncountered++;
     }
   else if ((long)uniqueID > MAX_UNIQUE_IDS)
     {