unit testing DRb server

J

Joe Van Dyk

Hi,

I'm trying to test a class that starts a DRb server. I have a stop
method in the class that does a @drb_thread.kill. But when I try to
start the DRb server up again, it's throwing an exception:=20
#<Errno::EADDRINUSE: Address already in use - bind(2)>

Any way around that? Do I need to wait a couple seconds between each
run for the port to clear up?
 
E

Eric Hodel

Hi,

I'm trying to test a class that starts a DRb server. I have a stop
method in the class that does a @drb_thread.kill. But when I try to
start the DRb server up again, it's throwing an exception:
#<Errno::EADDRINUSE: Address already in use - bind(2)>

Any way around that? Do I need to wait a couple seconds between each
run for the port to clear up?

Do you really need to test it via DRb? Why not just call the methods
on the front object the regular way and have a single separate test
that makes sure the DRb service gets started correctly?
 
J

Joe Van Dyk

=20
On 29 Aug 2005, at 17:35, Joe Van Dyk wrote:
=20
=20
Do you really need to test it via DRb? Why not just call the methods
on the front object the regular way and have a single separate test
that makes sure the DRb service gets started correctly?

I guess I could do that.

What I'm trying to do is have have DRb servers running on multiple
computers that will start and kill applications, and have another
application that is able to ask that manages all the other computers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,175
Messages
2,570,942
Members
47,491
Latest member
mohitk

Latest Threads

Top