Fix redisson latest dep test (#8652)
This commit is contained in:
parent
c74fa61b5d
commit
0768150fb4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue