﻿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
32831	Flaky test in CI: cache.tests.BaseMemcachedTests.test_touch	Chris Jerdonek	nobody	"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`."	Cleanup/optimization	new	Core (Cache system)	dev	Normal				Unreviewed	0	0	0	0	0	0
