Opened 3 years ago

Last modified 5 weeks ago

#32831 new Cleanup/optimization

Flaky test in CI: cache.tests.BaseMemcachedTests.test_touch — at Initial Version

Reported by: Chris Jerdonek Owned by: nobody
Component: Core (Cache system) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The following tests occasionally fail in CI:

  • cache.tests.PyLibMCCacheTests.test_touch
  • cache.tests.PyMemcacheCacheTests.test_touch
Traceback (most recent call last):
  File "/home/jenkins/workspace/pull-requests-bionic/database/sqlite3/label/bionic-pr/python/python3.8/tests/cache/tests.py", line 481, in test_touch
    self.assertIs(cache.touch('expire1'), True)
AssertionError: False is not True

Both test classes inherit from BaseCacheTests.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top