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

panxiaolei 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 38005ac51ee [fix](testcase) make set global cases non parallel (#38919)
38005ac51ee is described below

commit 38005ac51eeebae0fd192832c824220b7449dc51
Author: zclllhhjj <zhaochan...@selectdb.com>
AuthorDate: Tue Aug 6 15:46:53 2024 +0800

    [fix](testcase) make set global cases non parallel (#38919)
    
    make set global cases non parallel
---
 regression-test/suites/variable_p0/set_and_unset_variable.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/suites/variable_p0/set_and_unset_variable.groovy 
b/regression-test/suites/variable_p0/set_and_unset_variable.groovy
index 0ad043cb96c..f29a56bd6d0 100644
--- a/regression-test/suites/variable_p0/set_and_unset_variable.groovy
+++ b/regression-test/suites/variable_p0/set_and_unset_variable.groovy
@@ -15,7 +15,7 @@
 // specific language governing permissions and limitations
 // under the License.
 
-suite("set_and_unset_variable") {
+suite("set_and_unset_variable", "nonConcurrent") {
     qt_cmd """UNSET VARIABLE ALL"""
     qt_cmd """UNSET global VARIABLE ALL"""
 


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

Reply via email to