Skip to content

Commit

Permalink
add profile action
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Jul 17, 2024
1 parent 1992bd3 commit 0f4469b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions regression-test/suites/query_p0/cache/sql_cache.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ suite("sql_cache") {
check { def profileString ->
if (!exception.get().is(null)) {
logger.error("Profile failed, profile result:\n${profileString}", exception.get())
throw exception.get()
}
}
}
Expand Down Expand Up @@ -253,6 +254,7 @@ suite("sql_cache") {
check { def profileString ->
if (!exception.get().is(null)) {
logger.error("Profile failed, profile result:\n${profileString}", exception.get())
throw exception.get()
}
}
}
Expand Down

0 comments on commit 0f4469b

Please sign in to comment.