You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org> on 2008/09/18 14:49:44 UTC

[jira] Created: (QPID-1285) Add random delays to system tests to test for race conditions

Add random delays to system tests to test for race conditions
-------------------------------------------------------------

                 Key: QPID-1285
                 URL: https://issues.apache.org/jira/browse/QPID-1285
             Project: Qpid
          Issue Type: Improvement
          Components: Java Tests
    Affects Versions: M4
            Reporter: Aidan Skinner


We could use aspectj to add random Thread.sleeps() to method calls in systests which would help expose race conditions. It could perhaps be done using something like:
pointcut fooCalls() : calls(*.*(*))  


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.