|
From: <tom...@jb...> - 2006-06-27 19:44:00
|
One of my biggest issues when using JRunit for remoting tests is that sometimes messages, such as sending test results, do not get delivered to the JRunit driver class. This causes the driver to timeout thinking that the tests are hung and produce an error and kill the test. JGroups is the framework used behind the MessageBus class which handles the messaging. I have been able to identify in the logging that the test result message is sent by the client test, but never consumed by the driver's MessageBus. I have tried different JGroups configurations, but can't seem to find one where this does not occasionally happen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953824#3953824 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953824 |