Fix flaky lettuce 4 test (#9514)

This commit is contained in:
Lauri Tulmin 2023-09-20 16:21:57 +03:00 committed by GitHub
parent aa017ce840
commit 693c2a8d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ class LettuceSyncClientTest {
syncCommands.hmset("TESTHM", testHashMap); syncCommands.hmset("TESTHM", testHashMap);
// 2 sets + 1 connect trace // 2 sets + 1 connect trace
testing.waitForTraces(3);
testing.clearData(); testing.clearData();
} }