mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-25 07:30:02 +00:00
fix: only start one instance one regrex sqlness test (#6570)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
@@ -140,7 +140,7 @@ impl Env {
|
||||
}
|
||||
|
||||
async fn start_standalone(&self, id: usize) -> GreptimeDB {
|
||||
println!("Starting standalone instance {id}");
|
||||
println!("Starting standalone instance id: {id}");
|
||||
|
||||
if self.server_addrs.server_addr.is_some() {
|
||||
self.connect_db(&self.server_addrs, id).await
|
||||
|
||||
@@ -153,9 +153,10 @@ async fn main() {
|
||||
|| args.setup_pg
|
||||
|| args.setup_mysql
|
||||
|| args.kafka_wal_broker_endpoints.is_some()
|
||||
|| args.test_filter != ".*"
|
||||
{
|
||||
args.jobs = 1;
|
||||
println!("Normalizing parallelism to 1 due to server addresses or etcd/pg/mysql setup");
|
||||
println!("Normalizing parallelism to 1 due to server addresses, etcd/pg/mysql setup, or test filter usage");
|
||||
}
|
||||
|
||||
let config = ConfigBuilder::default()
|
||||
|
||||
Reference in New Issue
Block a user