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

zhangstar333 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 aa75f81af52 [fix](case) add "nonConcurrent" to prevent effect other 
case (#27941)
aa75f81af52 is described below

commit aa75f81af5290bef5a1c5f47507dcb90dd925cb1
Author: Dongyang Li <[email protected]>
AuthorDate: Tue Dec 5 13:04:25 2023 +0800

    [fix](case) add "nonConcurrent" to prevent effect other case (#27941)
    
    same as #27940
---
 regression-test/suites/meta_action_p0/test_dump_image.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/regression-test/suites/meta_action_p0/test_dump_image.groovy 
b/regression-test/suites/meta_action_p0/test_dump_image.groovy
index ca36a6d012f..4500503ae42 100644
--- a/regression-test/suites/meta_action_p0/test_dump_image.groovy
+++ b/regression-test/suites/meta_action_p0/test_dump_image.groovy
@@ -15,7 +15,7 @@
 // specific language governing permissions and limitations
 // under the License.
 
-suite("test_dump_image") {
+suite("test_dump_image", "nonConcurrent") {
     httpTest {
         endpoint context.config.feHttpAddress
         uri "/dump"
@@ -35,4 +35,4 @@ suite("test_dump_image") {
             logger.info("dumpFile:${dumpFilePath} deleted");
         }
     }
-}
\ No newline at end of file
+}


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

Reply via email to