Changes between Initial Version and Version 1 of Ticket #32831, comment 5


Ignore:
Timestamp:
Jun 10, 2021, 7:19:02 AM (3 years ago)
Author:
Chris Jerdonek

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32831, comment 5

    initial v1  
    1 Another cache-related flaky test is: `cache.tests.CacheMiddlewareTest.test_cache_page_timeout`.
     1Another cache-related flaky test is: `cache.tests.CacheMiddlewareTest.test_cache_page_timeout` on [https://github.com/django/django/blob/ed3af3ff4b3cfb72de598f1b39a1028ba3826efb/tests/cache/tests.py#L2449 this line].
     2
     3{{{
     4Traceback (most recent call last):
     5  File "C:\Jenkins\workspace\pull-requests-windows\database\sqlite3\label\windows\python\Python39\tests\cache\tests.py", line 2449, in test_cache_page_timeout
     6    self.assertEqual(
     7AssertionError: b'Hello World 1' != b'Hello World 2'
     8}}}
Back to Top