This is an automated email from the ASF dual-hosted git repository.
zhangstar333 pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 6e2bbe5cacc [fix](case) add "nonConcurrent" to prevent effect other
case (#27940)
6e2bbe5cacc is described below
commit 6e2bbe5cacc80f9d1a6d5ea6113a46d7a6a3e913
Author: Dongyang Li <[email protected]>
AuthorDate: Mon Dec 4 17:07:06 2023 +0800
[fix](case) add "nonConcurrent" to prevent effect other case (#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]