Skip to content

Commit d26448e

Browse files
Fixed OOM in lettuce-4 tests (#8935)
1 parent f5a6b9b commit d26448e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dd-java-agent/instrumentation/lettuce-4/src/test/groovy/Lettuce4ClientTestBase.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ abstract class Lettuce4ClientTestBase extends VersionedNamingTestBase {
8080

8181
def cleanup() {
8282
connection.close()
83+
redisClient.shutdown()
8384
redisServer.stop()
8485
}
8586
}

0 commit comments

Comments
 (0)