Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for otj-credentials tests #171

Closed
wants to merge 2 commits into from
Closed

Conversation

dkaukov
Copy link
Contributor

@dkaukov dkaukov commented Jan 27, 2022

No description provided.

@dkaukov dkaukov requested a review from mikebell90 January 27, 2022 09:48
@@ -46,7 +48,7 @@
public class EmbeddedPostgres implements Closeable {
private static final Logger LOG = LoggerFactory.getLogger(EmbeddedPostgres.class);

static final Duration DEFAULT_PG_STARTUP_WAIT = Duration.ofSeconds(30);
static final Duration DEFAULT_PG_STARTUP_WAIT = Duration.ofSeconds(60);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes TC happier

postgreDBContainer.setCommand(cmd.toArray(new String[0]));
postgreDBContainer.start();
}

private void createConigFileBindings(final Map<String, String> postgresConfig) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This bind files to the container

@mikebell90
Copy link
Contributor

Incorporated your changes into #170

@mikebell90 mikebell90 closed this Jan 27, 2022
@mikebell90 mikebell90 deleted the cred-tests-fix branch February 1, 2022 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants