Skip to content

Commit 95d3e79

Browse files
committed
fix(test): fixing parallel rebuild test
Fixing test containers to run each on its own core. Signed-off-by: Dmitry Savitskiy <dmitry.savitskiy@datacore.com>
1 parent 90edaba commit 95d3e79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

io-engine/tests/nexus_rebuild_parallel.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ async fn nexus_rebuild_parallel() {
5252
.add_container_bin(
5353
"ms_1",
5454
Binary::from_dbg("io-engine")
55-
.with_args(vec!["-l", "2,3", "-Fcolor,compact,nodate,host"])
55+
.with_args(vec!["-l", "3,4", "-Fcolor,compact,nodate,host"])
5656
.with_bind("/tmp", "/host/tmp"),
5757
)
5858
.add_container_bin(
5959
"ms_2",
6060
Binary::from_dbg("io-engine")
61-
.with_args(vec!["-l", "4,5", "-Fcolor,compact,nodate,host"])
61+
.with_args(vec!["-l", "5,6", "-Fcolor,compact,nodate,host"])
6262
.with_bind("/tmp", "/host/tmp"),
6363
)
6464
.with_clean(true)

0 commit comments

Comments
 (0)