mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
test: memcache: flush all keys after each test
This commit is contained in:
@@ -121,6 +121,9 @@ class MemcacheTest(unittest.TestCase):
|
||||
def flush(self):
|
||||
self.assertEqual(call('flush_all\r\n'), b'OK\r\n')
|
||||
|
||||
def tearDown(self):
|
||||
self.flush()
|
||||
|
||||
class TcpSpecificTests(MemcacheTest):
|
||||
def test_recovers_from_errors_in_the_stream(self):
|
||||
with tcp_connection() as conn:
|
||||
|
||||
Reference in New Issue
Block a user