-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
acceptance tests may fail randomly when using Jython #42
Comments
I belive this don't work because jython can get the correct value for AGENT_PATH = os.path.abspath(os.path.dirname(file)) in RemoteSwingLibrary.py. If i change this and set the full path, start to work. My sujection |
Oh, it is true. If you put RSL in Java |
Ok. I use all in the classpath, i try to use the jythonpath. On Fri, Jul 22, 2016 at 1:24 PM, Wojtek Kowaluk <[email protected]mailto:[email protected]> wrote: Oh, it is true. If you put RSL in Java CLASSPATH there is issue with os.path.abspath(os.path.dirname(file). But if you put it in JYHONPATH instead, this line work with Jython. This issue is about other problem, which is random, so you may not know it. You are receiving this because you commented. |
…ng application started and system exit This seems to fix #42
We are also running in this problem using robot with the standalone jar. Unfortunately, this renders the library almost useless for us and we still have to use remoteapplications. Is there something that can be done? Increasing the timeout does not help. |
Hi @PeerMueller
I hope, if somebody else runs into the same problem this might help to workaround of it. Even though I know that it isn’t a good solution but a dirty hack.. |
@ehhc |
@mel-exerp if i remeber it correctly, you can simply access it by writing |
No unfortunately you can't it gives error!!
And it always gets error while running - even you set a specific port -
connection time out, port refuse!! every time with different error!!
Although these errors are fake, port is open... so I think there is a
bigger issues in this jar!
It is really not working at all, and I decide to not waste more time with
it!!
But thanks for your reply
…On Mon, Jul 29, 2019 at 5:13 PM ehhc ***@***.***> wrote:
@mel-exerp <https://github.com/mel-exerp> if i remeber it correctly, you
can simply access it by writing %{REMOTESWINGLIBRARYPORT}. see
http://robotframework.org/robotframework/2.8.7/libraries/OperatingSystem.html#Get%20Environment%20Variable
for further information
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#42>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMP4WWU5NQW47EWGFGE2BKTQB4CKBANCNFSM4CALHQWA>
.
--
*Marwa Elrayes*
Senior Qualification Engineer | Exerp
m: +4552689084 | e: [email protected] <[email protected]> | exerp.com | LinkedIn
<https://www.linkedin.com/company/exerp>
|
No unfortunately you can't it gives error!! It is really not working at all, and I decide to not waste more time with it!! |
When running with Jython (for example by executing
mvn clean verify
) on Windows and Linux (for some reason this never happens on OSX!) tests may fail randomly withAgent port not received before timeout
error.The text was updated successfully, but these errors were encountered: