Move long-running tests in Qpid.Client.Tests to standalone executable
---------------------------------------------------------------------
Key: QPID-491
URL: https://issues.apache.org/jira/browse/QPID-491
Project: Qpid
Issue Type: Test
Components: Dot Net Client
Affects Versions: M2
Reporter: Tomas Restrepo
Assigned To: Tomas Restrepo
Some tests in Qpid.Client.Tests are big tests that send and receive thousands
of messages, and so they take a lot of time to complete. Running these on every
build is too expensive and makes it very hard to complete all tests
successfully.
However, these tests are still needed because they help uncover significant
bugs caused by multi-threading or load issues. We should move this to a
separate standalone executable that can be used more easily without impacting
unit test execution time.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.