Skip to content

Commit e590ded

Browse files
mayastor-borsdsavitskiy
mayastor-bors
andcommitted
Merge #1625
1625: fix(test): fixing parallel rebuild test r=dsavitskiy a=dsavitskiy Fixing test containers to run each on its own core. Co-authored-by: Dmitry Savitskiy <dmitry.savitskiy@datacore.com>
2 parents c2d5bfb + 95d3e79 commit e590ded

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)