Skip to content

Commit

Permalink
NIFI-13400 ensure container has time to startup before interacting wi…
Browse files Browse the repository at this point in the history
…th smb

This closes apache#8982.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
  • Loading branch information
joewitt authored and turcsanyip committed Jun 19, 2024
1 parent 9d618cc commit a774ff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ class SmbDfsIT {
@BeforeEach
void beforeEach() throws Exception {
sambaContainer.start();
Thread.sleep(2000); //Give the container time to start up

sambaContainer.execInContainer("ln", "-s", "msdfs:" + sambaContainer.getHost() + "\\share", "/dfs-share-dir/dfs-link");
Thread.sleep(100);
}

@AfterEach
Expand Down

0 comments on commit a774ff8

Please sign in to comment.