Fix redisson latest dep test (#8652)

This commit is contained in:
Lauri Tulmin 2023-06-05 17:32:41 +03:00 committed by GitHub
parent c74fa61b5d
commit 0768150fb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ abstract class AbstractRedissonClientTest extends AgentInstrumentationSpecificat
}
trace(1, 1) {
span(0) {
def lockScriptPattern = compile("^" + quote("EVAL ") + ".*" + quote(" 2 lock ") + "\\S+" + quote(" ? ? ?") + "\$")
def lockScriptPattern = compile("^" + quote("EVAL ") + ".*" + quote(" 2 lock ") + "\\S+" + "(" + quote(" ?") + ")+\$")
name "EVAL"
kind CLIENT