Skip to content

Commit

Permalink
disable sqlness region failover
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia committed Sep 19, 2023
1 parent 7f21e4e commit fb0db52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/runner/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ impl Env {
"start".to_string(),
"--use-memory-store".to_string(),
"true".to_string(),
"--enable-region-failover".to_string(),
"false".to_string(),
"--http-addr=127.0.0.1:5001".to_string(),
];
(args, METASRV_ADDR.to_string())
Expand Down

0 comments on commit fb0db52

Please sign in to comment.