-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: NXFT-1.7.14, AAMP-2.0
-
Fix Version/s: NXFT-1.7.15, AAMP-2.0.1
-
Component/s: ant-assembly-maven-plugin, Continuous Integration, nuxeo-ftest
-
Tags:
-
Backlog priority:900
-
Sprint:Sprint 1
The following build shows a test failure on one of the funkload tests:
https://qa.nuxeo.org/jenkins/view/reports/job/ondemand-testandpush-troger-aws/25/console
01:51:41 [exec] ====================================================================== 01:51:41 [exec] FAIL: testReader (test_nuxeo.Nuxeo) 01:51:41 [exec] ---------------------------------------------------------------------- 01:51:41 [exec] Traceback (most recent call last): 01:51:41 [exec] File "/usr/local/lib/python2.7/dist-packages/funkload-1.17.0b_20130327-py2.7.egg/funkload/FunkLoadTestCase.py", line 975, in __call__ 01:51:41 [exec] testMethod() 01:51:41 [exec] File "/mnt/workspace/ondemand-testandpush-troger-aws/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/test_nuxeo.py", line 114, in testReader 01:51:41 [exec] p = (p.edit() 01:51:41 [exec] File "/mnt/workspace/ondemand-testandpush-troger-aws/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/nuxeo/pages.py", line 441, in mySubscriptions 01:51:41 [exec] self.fl.assert_('notifications' in self.fl.getBody()) 01:51:41 [exec] AssertionError: False is not true
The job is run with "-fae" option so following tests were run ok, but at the end, the build should have been marked as failed.
Maybe this is a global funkload test issue, not linked to the test & push job configuration (to check)