I was trying to build tests for the robot framework but it seems that
network unit testing is not that easy, do you have any idea ?
On Feb 27, 11:15 pm, Torben Weis <torben.w...@gmail.com> wrote:
> Oooops, seems I introduced new bugs. What is the easiest way to reproduce
> this? Fast typing with one client, or concurrently with two?
>
> The server project urgently needs some tests which send heaps of submit
> requests via the C/S protocol in parallel. At the same time we could use
> this to compare the speed of different wave servers ...
>
> I try to locate and fix the bugs.
>
> Cheers
> Torben
>
> 2010/2/26 Nicolas <patry.nico...@gmail.com>
I found two bugs which emerge when two users type concurrently. I am about to fix them.
Regarding network testing: I am currently working with the code in waveclient/tests/remoteot. It acts as two wave clients which are sending messages concurrently via the C/S protocol. Currently the wave server fails on this test :-(