Alan Conway wrote:
Gordon Sim wrote:
Alan Conway wrote:
Don't forget there are *two* points for centralizing test control code. One is the co-ordinator, the other is the test runners that will actually be running the tests.

My view is that anything that can be done in the co-ordinator should be done there. The test runners only centralize code for one language; the co-ordinator centralizes code for the entire framework.

Agreed, but some things can only be done locally - e.g. checking timeouts, capturing failure messages.

Indeed.

https://issues.apache.org/jira/browse/QPID-406 proposes an interceptor/handler framework for the timeout issue, comments .appreciated.

Looks very sensible.

Reply via email to