[Testbot] Plone 5.2 - Python 2.7 - Build # 1865 - Still Failing!

jenkins at plone.org jenkins at plone.org
Tue Oct 2 12:29:20 UTC 2018


Plone 5.2 - Python 2.7 - Build # 1865 - Still Failing:

Check console output at https://jenkins.plone.org/job/plone-5.2-python-2.7/1865/ to view the results.

Changes:

No changes






Test Results:

1 tests failed.
FAILED:  plone.restapi.tests.test_batching.TestBatchingSearch.test_contains_correct_batch_of_items

Error Message:
Lists differ: [u'/plone/folder/doc-2', u'/pl... != [u'/plone/folder/doc-4', u'/pl...

Stack Trace:
Lists differ: [u'/plone/folder/doc-2', u'/pl... != [u'/plone/folder/doc-4', u'/pl...

First differing element 0:
u'/plone/folder/doc-2'
u'/plone/folder/doc-4'

- [u'/plone/folder/doc-2', u'/plone/folder/doc-3']
?                      ^                       ^

+ [u'/plone/folder/doc-4', u'/plone/folder/doc-5']
?                      ^                       ^


  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.restapi/src/plone/restapi/tests/test_batching.py", line 110, in test_contains_correct_batch_of_items
    result_paths(response.json()))
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 743, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 725, in assertSequenceEqual
    self.fail(msg)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 410, in fail
    raise self.failureException(msg)


More information about the Testbot mailing list