Discussion:
[Framework-Team] I broke it
Jens W. Klein
2016-04-06 08:43:50 UTC
Permalink
Looks like I broke jenkins last night, will fix now, stay tuned. Jens
Jens W. Klein
2016-04-06 12:31:40 UTC
Permalink
Post by Jens W. Klein
Looks like I broke jenkins last night, will fix now, stay tuned. Jens
So I fixed the problem with a test in plone.app.z3cform and it behaves
now as expected.

But one (seems unrelated) problem is left in p.a.multilingual robot
test. I tried to fix it in different ways and on my local coredev 5.1
buildout all robot tests are passing.

But on jenkins it is still broken.
http://jenkins.plone.org/job/plone-5.0-python-2.7-robot/4435/robot/

The problem is, jenkins does not display the details of the robot
framework results, so this is hard/impossible to debug.

I run now ./bin/alltests --all to see if this is some isolation
problem. If this is not the case .... no idea.

Jens
--
Klein & Partner KG, member of BlueDynamics Alliance
Eric Bréhault
2016-04-06 12:41:12 UTC
Permalink
does it break everytime on the same test or is just Robot being globally
unstable ?
Post by Jens W. Klein
Post by Jens W. Klein
Looks like I broke jenkins last night, will fix now, stay tuned. Jens
So I fixed the problem with a test in plone.app.z3cform and it behaves
now as expected.
But one (seems unrelated) problem is left in p.a.multilingual robot
test. I tried to fix it in different ways and on my local coredev 5.1
buildout all robot tests are passing.
But on jenkins it is still broken.
http://jenkins.plone.org/job/plone-5.0-python-2.7-robot/4435/robot/
The problem is, jenkins does not display the details of the robot
framework results, so this is hard/impossible to debug.
I run now ./bin/alltests --all to see if this is some isolation
problem. If this is not the case .... no idea.
Jens
--
Klein & Partner KG, member of BlueDynamics Alliance
_______________________________________________
Framework-Team mailing list
https://lists.plone.org/mailman/listinfo/plone-framework-team
Jens W. Klein
2016-04-06 12:54:13 UTC
Permalink
Post by Jens W. Klein
I run now ./bin/alltests --all to see if this is some isolation
problem. If this is not the case .... no idea.
In order to run coredev5 robotframework tests local I need this version
block. I did not investigate which exact pin does fix it.

[versions]
Pygments = 2.0.2
plone.app.robotframework = 0.9.14
robotframework = 2.9.2
robotframework-selenium2library = 1.7.4
robotframework-selenium2screenshots = 0.6.0
robotsuite = 1.7.0
selenium = 2.48.0
sphinxcontrib-robotframework = 0.5.1

So "bin/alltests --all" is running now. I hope it fails.
--
Klein & Partner KG, member of BlueDynamics Alliance
Jens W. Klein
2016-04-06 12:54:40 UTC
Permalink
Post by Jens W. Klein
Looks like I broke jenkins last night, will fix now, stay tuned. Jens
Everytime the same test.

-- Jens
Eric Bréhault
2016-04-06 13:00:10 UTC
Permalink
Sometimes jenkins is slow and the test fails just because we haven't waited
long enough.
Try to add a Sleep before your failing line.
Post by Jens W. Klein
Post by Jens W. Klein
Looks like I broke jenkins last night, will fix now, stay tuned. Jens
Everytime the same test.
-- Jens
_______________________________________________
Framework-Team mailing list
https://lists.plone.org/mailman/listinfo/plone-framework-team
Jens W. Klein
2016-04-06 13:44:42 UTC
Permalink
Post by Eric Bréhault
Sometimes jenkins is slow and the test fails just because we haven't
waited long enough.
Try to add a Sleep before your failing line.
Thanks, I tried it, but does not help. Finally I got it failing local
and I can go on with it.

Jens
--
Klein & Partner KG, member of BlueDynamics Alliance
Loading...