Skip to content

w41ter/doris_sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doris Sim Env

A script to deploy doris env for testing.

Example

ONLY SUPPORT linux

  1. config env
cp config.template config.sh

# update configurations in config.sh, according the comments.
vim config.sh

For backup/restore regression test, you should specified the variables with STORE_ prefix.

  1. deploy new cluster & start
bash bootstrap.sh deploy
bash bootstrap.sh start
  1. run sql
# automatic
bash bootstrap.sh mysql <xxx.sql

# or manually
bash bootstrap.sql mysql
  1. run regression test
bash bootstrap.sh run -- --run <suite-name>
  1. stop and clean evn
bash bootstrap.sh stop
bash bootstrap.sh clean

Run bash bootstrap.sh for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages