This is an automated email from the ASF dual-hosted git repository.
wangbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new f147dfac2f0 [fix](regression test) Fix unstable scanner_profile test
(#47328)
f147dfac2f0 is described below
commit f147dfac2f008626a82d6cd8fb03f87fc544b0d0
Author: zhiqiang <[email protected]>
AuthorDate: Thu Jan 23 15:49:46 2025 +0800
[fix](regression test) Fix unstable scanner_profile test (#47328)
---
regression-test/suites/query_profile/scanner_profile.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regression-test/suites/query_profile/scanner_profile.groovy
b/regression-test/suites/query_profile/scanner_profile.groovy
index 70e00716dbb..3d96d1c7c78 100644
--- a/regression-test/suites/query_profile/scanner_profile.groovy
+++ b/regression-test/suites/query_profile/scanner_profile.groovy
@@ -105,5 +105,5 @@ suite('scanner_profile') {
def String profileWithLimit1 = getProfile(queryIdWithLimit1).toString()
logger.info("Profile of ${queryIdWithLimit1} ${profileWithLimit1}")
- assertTrue(profileWithLimit1.contains("- PeakRunningScannerPeak: 1"))
+ assertTrue(profileWithLimit1.contains("- MaxScannerThreadNum: 1"))
}
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]