mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-24 00:40:40 +00:00
chore: meta mock test (#379)
* chore: meta mock * chore: refacor datanode selector * chore: create route mock test * chore: add mock module * chore: memory store for test * chore: mock meta for test * chore: ensure memorysotre has the same behavious with etcd * chore: replace tokio lock to parking_lot
This commit is contained in:
@@ -74,7 +74,7 @@ async fn run() {
|
||||
value_list: vec![b"Max1".to_vec(), b"Max2".to_vec()],
|
||||
};
|
||||
|
||||
let table_name = TableName::new("test_catlog", "test_schema", "test_table");
|
||||
let table_name = TableName::new("test_catalog", "test_schema", "test_table");
|
||||
|
||||
let create_req = CreateRequest::new(table_name)
|
||||
.add_partition(p1)
|
||||
|
||||
Reference in New Issue
Block a user