Skip to content

Instantly share code, notes, and snippets.

@apelliciari
Created March 7, 2013 19:47
Show Gist options
  • Save apelliciari/5111162 to your computer and use it in GitHub Desktop.
Save apelliciari/5111162 to your computer and use it in GitHub Desktop.
Started by an SCM change
Building in workspace /var/lib/jenkins/jobs/xxx-trunk/workspace
Updating file:///var/www/svn/xxx/trunk
U core/views.py
At revision 1534
[workspace] $ /bin/sh -xe /tmp/hudson3027217540707351680.sh
+ export DISPLAY=:99
+ export PYTHONPATH=:/var/www/vhosts/beta.xxx.it
+ python manage.py jenkins core --liveserver=www.xxxx.local:9999
....ss..............s.......ss..............s...ssssssssEEEEEE
======================================================================
ERROR: tearDownClass (core.tests.seleniums.SeleniumOpinioneTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/django/test/testcases.py", line 1145, in tearDownClass
cls.server_thread.join()
File "/usr/local/lib/python2.6/dist-packages/django/test/testcases.py", line 1069, in join
self.httpd.shutdown()
File "/usr/local/lib/python2.6/dist-packages/django/test/testcases.py", line 956, in shutdown
"Failed to shutdown the live test server in 2 seconds. The "
RuntimeError: Failed to shutdown the live test server in 2 seconds. The server might be stuck or generating a slow response.
======================================================================
ERROR: setUpClass (core.tests.selenium_user_related.SeleniumRegistrazioneTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/django/test/testcases.py", line 1135, in setUpClass
raise cls.server_thread.error
WSGIServerException: [Errno 98] Address already in use
======================================================================
ERROR: setUpClass (core.tests.selenium_socials.SeleniumFacebookTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/django/test/testcases.py", line 1135, in setUpClass
raise cls.server_thread.error
WSGIServerException: [Errno 98] Address already in use
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment