Ticket #13275 (confirmed Bug)

Opened 3 years ago

Last modified 3 years ago

Transient failure in plone.app.blob

Reported by: do3cc Owned by:
Priority: minor Milestone: 4.x
Component: General Version: 4.2
Keywords: Cc:

Description

Test report:  https://jenkins.plone.org/job/plone-4.2-tests/1238/testReport/junit/plone.app.blob.tests.test_replacements/ImageReplacementTests/testCatalogAfterImageMigration/

If the link does not exist any longer, full output:

Error Message

index: Date

Stacktrace

index: Date

File "/var/lib/jenkins/python/python-2.7/lib/python2.7/unittest/case.py", line 327, in run

testMethod()

File "/var/lib/jenkins/.buildout/eggs/plone.app.blob-1.5.4-py2.7.egg/plone/app/blob/tests/test_replacements.py", line 251, in testCatalogAfterImageMigration

self.assertEqual(index_data[key], value, 'index: %s' % key)

File "/var/lib/jenkins/python/python-2.7/lib/python2.7/unittest/case.py", line 511, in assertEqual

assertion_func(first, second, msg=msg)

File "/var/lib/jenkins/python/python-2.7/lib/python2.7/unittest/case.py", line 504, in _baseAssertEqual

raise self.failureException(msg)

This looks very much like a transient failure that could happen if by accident the date has been changed by one increment somehow.

Ticket is no pressing issue. Might be a good beginner ticket for a tune up.

Change History

comment:1 Changed 3 years ago by kleist

  • Status changed from new to confirmed
  • Component changed from Unknown to General
Note: See TracTickets for help on using tickets.