← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #228125]: How to generate reports using HtmlTestRunner for unittests which involve xml-rpc communication?

 

Question #228125 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/228125

    Status: Open => Answered

RaiMan proposed the following answer:
The code I gave you is only the snippet for one machine.

I have 4 processes running: a client and a server on both machines.
I did not make the effort, to have the server as a thread in the client process, but that should not make any difference.

I have:
Machine 1:
    Server 1
    Client 1

Machine 2:
    Server 2
    Client 2

Client 1 talks with Server 2 and
Client 2 talks with Server 1

The difference to your setup might be, that client and server on the
same machine do not know anything about each other in terms of program
scope. Which is only a problem, if you want some communication between
the scheduled handlers and the clients on the same machine.

And here I come back to my question: If the client requests influence,
what the client does on the other machine via the handler processing,
than there might be a side effect, that resets the HTMLTestRunner
somehow.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.