diff --git a/src/test/hammerdb/README.md b/src/test/hammerdb/README.md index be729207d..c67daac17 100644 --- a/src/test/hammerdb/README.md +++ b/src/test/hammerdb/README.md @@ -19,7 +19,7 @@ git push origin tpcc_benchmark/improve/adaptive_executor # the tpcc benchmark jo You will see the results in a branch in [https://github.com/citusdata/release-test-results](https://github.com/citusdata/release-test-results). -The branch name will be something like: `delete_me/citusbot_tpcc_benchmark_rg//`. +The branch name will be something like: `citus_github_push/citusbot_tpcc_benchmark_rg//`. On success, which is the vast majority of the cases, the resource groups on Azure which are automatically created for this purpose are deleted automatically. On failure, you need to manually drop the resource groups named: `citusbot_ch_benchmark_rg` and `citusbot_tpcc_benchmark_rg`. To check whether the job failed, go to Azure portal and search for these resource group names. If the resource group doesn't have any virtual machines or the virtual machines don't have any CPU/Memory load at all, it is highly possible that the job failed. Delete the resource groups and re-try with another branch. diff --git a/src/test/hammerdb/run_hammerdb.sh b/src/test/hammerdb/run_hammerdb.sh index 9db1da2b6..02464542b 100644 --- a/src/test/hammerdb/run_hammerdb.sh +++ b/src/test/hammerdb/run_hammerdb.sh @@ -32,7 +32,7 @@ ssh-add ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pub now=$(date +"%m_%d_%Y_%s") -new_branch_name=delete_me/"${rg}"/"${now}" +new_branch_name=citus_github_push/"${rg}"/"${now}" git checkout -b "${new_branch_name}" cd ./fabfile/hammerdb_confs