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

hellostephen pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 734b87b4bc9 branch-3.0: [chore](ci) clean fdb all kv #46665 (#46684)
734b87b4bc9 is described below

commit 734b87b4bc9fc589087f9a61c236acc47dab8f81
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 9 15:54:31 2025 +0800

    branch-3.0: [chore](ci) clean fdb all kv #46665 (#46684)
    
    Cherry-picked from #46665
    
    Co-authored-by: Dongyang Li <lidongy...@selectdb.com>
---
 regression-test/pipeline/common/doris-utils.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/regression-test/pipeline/common/doris-utils.sh 
b/regression-test/pipeline/common/doris-utils.sh
index ed1ea086734..1ae9d7c1c89 100644
--- a/regression-test/pipeline/common/doris-utils.sh
+++ b/regression-test/pipeline/common/doris-utils.sh
@@ -227,6 +227,7 @@ function clean_fdb() {
         fdbcli --exec "writemode on;clearrange 
\x01\x10recycle\x00\x01\x10${instance_id}\x00\x01 
\x01\x10recycle\x00\x01\x10${instance_id}\x00\xff\x00\x01" &&
         fdbcli --exec "writemode on;clearrange 
\x01\x10job\x00\x01\x10${instance_id}\x00\x01 
\x01\x10job\x00\x01\x10${instance_id}\x00\xff\x00\x01" &&
         fdbcli --exec "writemode on;clearrange 
\x01\x10copy\x00\x01\x10${instance_id}\x00\x01 
\x01\x10copy\x00\x01\x10${instance_id}\x00\xff\x00\x01" &&
+        fdbcli --exec "writemode on;clearrange \x00 \xff" &&
         rm -f /var/log/foundationdb/*; then
         echo "INFO: fdb cleaned."
     else


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

Reply via email to