diff --git a/regression-test/suites/query_p0/cache/sql_cache.groovy b/regression-test/suites/query_p0/cache/sql_cache.groovy index 07d278c07e6c0e..7a88596bf5c9ca 100644 --- a/regression-test/suites/query_p0/cache/sql_cache.groovy +++ b/regression-test/suites/query_p0/cache/sql_cache.groovy @@ -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() } } } @@ -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() } } }