File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ STDB_PATH="$SDK_PATH/../.."
1515cargo build --manifest-path " $STDB_PATH /crates/standalone/Cargo.toml"
1616
1717# Publish module for btree test
18- cargo run --manifest-path " $STDB_PATH /crates/cli/Cargo.toml" -- publish -c -y -p " $SDK_PATH /examples~/regression-tests/server" btree-repro
18+ cargo run --manifest-path " $STDB_PATH /crates/cli/Cargo.toml" -- publish -c -y --server local - p " $SDK_PATH /examples~/regression-tests/server" btree-repro
1919
2020# Publish module for republishing module test
21- cargo run --manifest-path " $STDB_PATH /crates/cli/Cargo.toml" -- publish -c -y -p " $SDK_PATH /examples~/regression-tests/republishing/server-initial" republish-test
22- cargo run --manifest-path " $STDB_PATH /crates/cli/Cargo.toml" call republish-test Insert 1
23- cargo run --manifest-path " $STDB_PATH /crates/cli/Cargo.toml" -- publish -p " $SDK_PATH /examples~/regression-tests/republishing/server-republish" --break-clients republish-test
24- cargo run --manifest-path " $STDB_PATH /crates/cli/Cargo.toml" call republish-test Insert 2
21+ cargo run --manifest-path " $STDB_PATH /crates/cli/Cargo.toml" -- publish -c -y --server local - p " $SDK_PATH /examples~/regression-tests/republishing/server-initial" republish-test
22+ cargo run --manifest-path " $STDB_PATH /crates/cli/Cargo.toml" call --server local republish-test Insert 1
23+ cargo run --manifest-path " $STDB_PATH /crates/cli/Cargo.toml" -- publish --server local -p " $SDK_PATH /examples~/regression-tests/republishing/server-republish" --break-clients republish-test
24+ cargo run --manifest-path " $STDB_PATH /crates/cli/Cargo.toml" call --server local republish-test Insert 2
2525
2626# Run client for btree test
2727cd " $SDK_PATH /examples~/regression-tests/client" && dotnet run -c Debug
You can’t perform that action at this time.
0 commit comments