[jboss-jira] [JBoss JIRA] Created: (JGRP-693) Incorporate MultithreadedTestCase (MTC) usage into JGroups testsuite

Richard Achmatowicz (JIRA) jira-events at lists.jboss.org
Fri Feb 22 10:15:42 EST 2008


Incorporate MultithreadedTestCase (MTC) usage into JGroups testsuite
--------------------------------------------------------------------

                 Key: JGRP-693
                 URL: http://jira.jboss.com/jira/browse/JGRP-693
             Project: JGroups
          Issue Type: Task
         Environment: JGroups testsuite test cases
            Reporter: Richard Achmatowicz
         Assigned To: Bela Ban
             Fix For: 2.7


MultithreadedTestCase (MTC) is an open-source testing framework which supports the writing of multithreaded test cases. It introduces a global tick-counter which provides a deterministic form of thread synchronization, based on the number of times all threads in a test case are blocked. The tool works well ina debugger, unlike other approximate forms of synchronization (e.g. sleep())

This issue concerns using MTC in order to simplify and improve test cases in the JGroups test suite in which concurrency and blocking are at issue.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list