Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion regression-test/pipeline/common/doris-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function install_fdb() {
wget -c -t3 -q https://github.com/apple/foundationdb/releases/download/7.1.23/foundationdb-server_7.1.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_7.1.23-1_amd64.deb foundationdb-server_7.1.23-1_amd64.deb
# /usr/lib/foundationdb/fdbmonitor --daemonize
# fdbcli --exec 'configure new single ssd'
fdbcli --exec 'configure storage_migration_type=aggressive; configure ssd'
if fdbcli --exec 'status'; then
echo "INFO: foundationdb installed."
else
Expand Down
Loading