Skip to content

Commit c19b225

Browse files
committed
Update unity tests to use --server local
1 parent 287af70 commit c19b225

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

sdks/csharp/tools~/run-regression-tests.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ STDB_PATH="$SDK_PATH/../.."
1515
cargo 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
2727
cd "$SDK_PATH/examples~/regression-tests/client" && dotnet run -c Debug

0 commit comments

Comments
 (0)