Skip to content

Commit 5c190dc

Browse files
authored
Integration: multipleConcurrentProcesses adjustments (#424)
Remove the prints (To me they're just noise) and stop SIGKILL'ing the init process and just stop the container.
1 parent 1254352 commit 5c190dc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Sources/Integration/ContainerTests.swift

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,9 @@ extension IntegrationSuite {
168168
}
169169
}
170170

171-
// wait for all the exec'd processes.
172171
try await group.waitForAll()
173-
print("all group processes exit")
174172

175-
// kill the init process.
176-
try await container.kill(SIGKILL)
177-
let status = try await container.wait()
178173
try await container.stop()
179-
print("Init process exited with: \(status)")
180174
}
181175
} catch {
182176
throw error
@@ -240,10 +234,7 @@ extension IntegrationSuite {
240234
}
241235
}
242236

243-
// wait for all the exec'd processes.
244237
try await group.waitForAll()
245-
print("all group processes exit")
246-
247238
}
248239
try await exec.delete()
249240

0 commit comments

Comments
 (0)