Skip to content

Commit

Permalink
fix(tests/tiup-cluster): nodes -> node
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvisa committed Jan 18, 2021
1 parent 6ea44fe commit a772f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tiup-cluster/script/scale_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function scale_tools() {
tiup-cluster $client --yes deploy $name $version $topo -i ~/.ssh/id_rsa

# check the local config
tiup-cluster $client exec $name -N n1 --command "ls /home/tidb/deploy/prometheus-9090/conf/{nodes,tidb,tikv}.rules.yml"
tiup-cluster $client exec $name -N n1 --command "ls /home/tidb/deploy/prometheus-9090/conf/{node,tidb,tikv}.rules.yml"
tiup-cluster $client exec $name -N n1 --command "ls /home/tidb/deploy/grafana-3000/dashboards/{tidb,tidb_summary,tikv_summary}.json"
tiup-cluster $client exec $name -N n1 --command "grep magic-string-for-test /home/tidb/deploy/prometheus-9090/conf/tidb.rules.yml"
tiup-cluster $client exec $name -N n1 --command "grep magic-string-for-test /home/tidb/deploy/grafana-3000/dashboards/tidb.json"
Expand Down

0 comments on commit a772f6a

Please sign in to comment.