You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2023/06/05 00:21:55 UTC

[doris] branch master updated: [fix](regression) exclude test_analyze_stats_p1 suite (#20366)

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

yiguolei 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 50ce237a24 [fix](regression) exclude test_analyze_stats_p1 suite (#20366)
50ce237a24 is described below

commit 50ce237a24e855e166a6e283b25507ba263c2b41
Author: Kaijie Chen <ck...@apache.org>
AuthorDate: Mon Jun 5 08:21:46 2023 +0800

    [fix](regression) exclude test_analyze_stats_p1 suite (#20366)
    
    test_analyze_stats_p1 is failing constantly in regression test, @morrySnow suggests ignoring it first.
    
    http://43.132.222.7:8111/test/-5693062769677098407?currentProjectId=Doris_DorisRegression&expandTestHistoryChartSection=true&expandedTest=build%3A%28id%3A155592%29%2Cid%3A9944
---
 regression-test/pipeline/p0/conf/regression-conf.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy b/regression-test/pipeline/p0/conf/regression-conf.groovy
index dfd0058092..a284d148bb 100644
--- a/regression-test/pipeline/p0/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p0/conf/regression-conf.groovy
@@ -48,7 +48,7 @@ testDirectories = ""
 // this groups will not be executed
 excludeGroups = ""
 // this suites will not be executed
-excludeSuites = "test_broker_load,test_spark_load,analyze_test"
+excludeSuites = "test_broker_load,test_spark_load,test_analyze_stats_p1"
 // this directories will not be executed
 excludeDirectories = ""
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org