This is an automated email from the ASF dual-hosted git repository.

dataroaring 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 e7ca836ac98 [fix](profile) Fix regresstion s3_load_profile_test case. 
(#36709)
e7ca836ac98 is described below

commit e7ca836ac981749dc2556df4b6fc560823e4503a
Author: zhiqiang <[email protected]>
AuthorDate: Mon Jun 24 21:40:31 2024 +0800

    [fix](profile) Fix regresstion s3_load_profile_test case. (#36709)
---
 regression-test/suites/query_profile/s3_load_profile_test.groovy | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/regression-test/suites/query_profile/s3_load_profile_test.groovy 
b/regression-test/suites/query_profile/s3_load_profile_test.groovy
index c3c2bed67f7..33bdf48895a 100644
--- a/regression-test/suites/query_profile/s3_load_profile_test.groovy
+++ b/regression-test/suites/query_profile/s3_load_profile_test.groovy
@@ -175,16 +175,9 @@ PROPERTIES (
     logger.info("profileDataString:" + profileDataString)
     def taskStateIdx = 
profileDataString.indexOf("Task&nbsp;&nbsp;State:&nbsp;&nbsp;FINISHED")
     assertFalse(taskStateIdx == -1)
-    def fragmentIdx = profileDataString.indexOf("RowsReturned")
-    assertFalse(fragmentIdx == -1)
     def executionProfileIdx = 
profileDataString.indexOf("Execution&nbsp;&nbsp;Profile")
     assertFalse(executionProfileIdx == -1)
-    if (!profileDataString.contains("NumScanners") || 
!profileDataString.contains("BlocksProduced")
-        || !profileDataString.contains("RowsProduced") || 
!profileDataString.contains("RowsRead")) {
-            logger.info("profileDataString:" + profileDataString)
-    }
     assertTrue(profileDataString.contains("NumScanners"))
-    assertTrue(profileDataString.contains("BlocksProduced"))
     assertTrue(profileDataString.contains("RowsProduced"))
     assertTrue(profileDataString.contains("RowsRead"))
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to