Vallishp opened a new pull request, #43121:
URL: https://github.com/apache/doris/pull/43121

   ### What problem does this PR solve?
   <!--
   You need to clearly describe your PR in this part:
   
   1. What problem was fixed (it's best to include specific error reporting 
information). How it was fixed.
   2. Which behaviors were modified. What was the previous behavior, what is it 
now, why was it modified, and what possible impacts might there be.
   3. What features were added. Why this function was added.
   4. Which codes were refactored and why this part of the code was refactored.
   5. Which functions were optimized and what is the difference before and 
after the optimization.
   
   The description of the PR needs to enable reviewers to quickly and clearly 
understand the logic of the code modification.
   -->
   
   Support Show Backends in nereids
   <!--
   If there are related issues, please fill in the issue number.
   - If you want the issue to be closed after the PR is merged, please use 
"close #12345". Otherwise, use "ref #12345"
   -->
   Issue Number: close #42762 
   
   <!--
   If this PR is followup a preivous PR, for example, fix the bug that 
introduced by a related PR,
   link the PR here
   -->
   Related PR: #xxx
   
   Problem Summary:
   
   ### Check List (For Committer)
   
   - Test <!-- At least one of them must be included. -->
   
       - [ ] Regression test yes
       - [ ] Unit Test
       - [ ] Manual test (add detailed scripts or steps below)
       - [ ] No need to test or manual test. Explain why:
           - [ ] This is a refactor/code format and no logic has been changed.
           - [ ] Previous test can cover this change.
           - [ ] No colde files have been changed.
           - [ ] Other reason <!-- Add your reason?  -->
   
   Already testcase present test_backend.groovy
    RemoteUsedCapacity:0.000 , BackendId:10002, CpuCores:8, 
LastStartTime:2024-11-01 17:45:25, Tag:{"location" : "default"}]]
   2024-11-01 17:49:17.647 INFO [non-concurrent-thread-1] (Suite.groovy:384) - 
Execute sql: ALTER SYSTEM DECOMMISSION BACKEND "10002" 
   2024-11-01 17:49:17.666 INFO [non-concurrent-thread-1] 
(test_backend.groovy:60) - ALTER SYSTEM DECOMMISSION BACKEND [[0]]
   2024-11-01 17:49:17.667 INFO [non-concurrent-thread-1] (Suite.groovy:451) - 
Execute sql: SHOW BACKENDS;
   2024-11-01 17:49:17.694 INFO [non-concurrent-thread-1] (Suite.groovy:384) - 
Execute sql: CANCEL DECOMMISSION BACKEND "10002" 
   2024-11-01 17:49:17.707 INFO [non-concurrent-thread-1] 
(test_backend.groovy:71) - CANCEL DECOMMISSION BACKEND [[0]]
   2024-11-01 17:49:17.708 INFO [non-concurrent-thread-1] (Suite.groovy:451) - 
Execute sql: SHOW BACKENDS;
   2024-11-01 17:49:17.718 INFO [non-concurrent-thread-1] (Suite.groovy:451) - 
Execute sql: show frontends
   2024-11-01 17:49:17.805 INFO [non-concurrent-thread-1] 
(DebugPoint.groovy:162) - disable debug point 
SystemHandler.decommission_no_check_replica_num for FE 172.20.80.1:8030
   2024-11-01 17:49:17.819 INFO [non-concurrent-thread-1] (Http.groovy:85) - 
http post 
url=http://172.20.80.1:8030/api/debug_point/remove/SystemHandler.decommission_no_check_replica_num,
 data=null, isJson=true, response code=200, 
text={"msg":"success","code":0,"data":null,"count":0}
   2024-11-01 17:49:17.820 INFO [non-concurrent-thread-1] (Suite.groovy:384) - 
Execute sql: admin set frontend config("drop_backend_after_decommission" = 
"true")
   2024-11-01 17:49:17.825 INFO [non-concurrent-thread-1] 
(ScriptContext.groovy:120) - Run test_backend in 
/root/doris/workspace/doris/regression-test/suites/node_p0/test_backend.groovy 
succeed
   2024-11-01 17:49:25.546 INFO [main] (RegressionTest.groovy:410) - Success 
suites:
   
/root/doris/workspace/doris/regression-test/suites/node_p0/test_backend.groovy: 
group=nonConcurrent,p0, name=test_backend
   2024-11-01 17:49:25.547 INFO [main] (RegressionTest.groovy:492) - All suites 
success.
   
   - Behavior changed:
   
       - [ ] No.
       - [ ] Yes. <!-- Explain the behavior change -->
   
   - Does this need documentation?
   
       - [ ] No.
       - [ ] Yes. <!-- Add document PR link here. eg: 
https://github.com/apache/doris-website/pull/1214 -->
   
   - Release note
   
       <!-- bugfix, feat, behavior changed need a release note -->
       <!-- Add one line release note for this PR. -->
       None
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label <!-- Add branch pick label that this PR should 
merge into -->
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to