Skip to content

Commit

Permalink
Fix redisson latest dep test (#8652)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Jun 5, 2023
1 parent c74fa61 commit 0768150
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0768150

Please sign in to comment.