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 fd749b80a27 [fix](regression test) make case 
test_decommission_with_replica_num_fail nonConcurrent (#34842)
fd749b80a27 is described below

commit fd749b80a2784e6375948560d7931fba896ccee1
Author: yujun <yu.jun.re...@gmail.com>
AuthorDate: Wed May 15 20:00:42 2024 +0800

    [fix](regression test) make case test_decommission_with_replica_num_fail 
nonConcurrent (#34842)
---
 .../suites/alter_p0/test_decommission_with_replica_num_fail.groovy  | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git 
a/regression-test/suites/alter_p0/test_decommission_with_replica_num_fail.groovy
 
b/regression-test/suites/alter_p0/test_decommission_with_replica_num_fail.groovy
index 87f1f0ee878..71700231f06 100644
--- 
a/regression-test/suites/alter_p0/test_decommission_with_replica_num_fail.groovy
+++ 
b/regression-test/suites/alter_p0/test_decommission_with_replica_num_fail.groovy
@@ -15,7 +15,7 @@
 // specific language governing permissions and limitations
 // under the License.
 
-suite('test_decommission_with_replica_num_fail') {
+suite('test_decommission_with_replica_num_fail', 'nonConcurrent') {
     if (isCloudMode()) {
         return
     }
@@ -59,6 +59,10 @@ suite('test_decommission_with_replica_num_fail') {
         }
     } finally {
         sql "CANCEL DECOMMISSION BACKEND 
'${targetBackend.Host}:${targetBackend.HeartbeatPort}'"
+        backends = sql_return_maparray('show backends')
+        for (def be : backends) {
+            logger.info("backend=${be}")
+        }
     }
     sql "DROP TABLE IF EXISTS ${tbl} FORCE"
 }


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

Reply via email to