Skip to content

Commit d51b8aa

Browse files
authored
Fix config for network smoke test (#47)
Recent changes in network worker were not reflected in the smoke test, correct that.
1 parent 617ec32 commit d51b8aa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tests/workers/network/workload.client.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ address = "10.0.0.1"
99
target_port = 8081
1010
arrival_rate = 100
1111
departure_rate = 1
12-
nconnections = 10
12+
connections_static = 1
13+
connections_dyn_max = 100
14+
preempt = false

tests/workers/network/workload.server.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ address = "10.0.0.1"
99
target_port = 8081
1010
arrival_rate = 0.1
1111
departure_rate = 0.1
12-
nconnections = 10
12+
connections_static = 10
13+
connections_dyn_max = 100
14+
preempt = true

0 commit comments

Comments
 (0)