-
Notifications
You must be signed in to change notification settings - Fork 412
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update tiflash proxy to proxy_up/raftstore-proxy for proxy pr 0
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tiflash-proxy
updated
22 files
+1 −47 | .github/workflows/pr-ci.yml | |
+8 −1 | Cargo.lock | |
+0 −2 | Cargo.toml | |
+15 −14 | ci_check.sh | |
+0 −2 | components/engine_store_ffi/Cargo.toml | |
+111 −4 | components/proxy_server/src/config.rs | |
+0 −3 | components/raftstore/Cargo.toml | |
+6 −1 | doc/new-proxy.md | |
+0 −2 | engine_tiflash/Cargo.toml | |
+2 −5 | engine_tiflash/src/import.rs | |
+17 −30 | engine_tiflash/src/proxy_utils.rs | |
+2 −5 | engine_tiflash/src/write_batch.rs | |
+8 −2 | new-mock-engine-store/Cargo.toml | |
+15 −2 | new-mock-engine-store/src/lib.rs | |
+17 −1 | new-mock-engine-store/src/mock_cluster.rs | |
+933 −0 | new-mock-engine-store/src/server.rs | |
+1 −1 | src/config.rs | |
+0 −2 | tests/Cargo.toml | |
+0 −37 | tests/failpoints/cases/test_split_region.rs | |
+1 −0 | tests/proxy/mod.rs | |
+21 −3 | tests/proxy/normal.rs | |
+101 −0 | tests/proxy/server_cluster_test.rs |