﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
16991	Humanize tests fail randomly	Anssi Kääriäinen	nobody	"I have now gotten two times this error:

{{{
======================================================================
FAIL: test_naturaltime (django.contrib.humanize.tests.HumanizeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/home/akaj/Django/tests/django/contrib/humanize/tests.py"", line 162, in test_naturaltime
    self.humanize_tester(test_list, result_list, 'naturaltime')
  File ""/home/akaj/Django/tests/django/contrib/humanize/tests.py"", line 22, in humanize_tester
    msg=""%s test failed, produced '%s', should've produced '%s'"" % (method, rendered, result))
AssertionError: u'31 seconds ago' != u'30 seconds ago' : naturaltime test failed, produced '31 seconds ago', should've produced '30 seconds ago'
}}}

(The another time was 2 minutes ago <> 1 minute ago).

I am using an old laptop, so timing issues are more likely to pop out on my setup. And this is almost certainly because of timing issues.

BTW is it correct to mark the component as testing framework?"	Bug	closed	contrib.humanize	1.3	Normal	fixed	humanize test		Accepted	0	0	0	0	0	0
