X Tutup
Skip to content

use container.getContainerIpAddress() in children of GenericContainer.AbstractWaitStrategy#162

Merged
rnorth merged 1 commit intotestcontainers:masterfrom
locationlabs:use_getContainerIpAddress
Jul 3, 2016
Merged

use container.getContainerIpAddress() in children of GenericContainer.AbstractWaitStrategy#162
rnorth merged 1 commit intotestcontainers:masterfrom
locationlabs:use_getContainerIpAddress

Conversation

@dbyron0
Copy link
Copy Markdown
Contributor

@dbyron0 dbyron0 commented Jun 22, 2016

This allows the wait strategies to work with container types that inherit from GenericContainer and override getContainerIpAddress.

This helps pave the way for some code to address #134

….AbstractWaitStrategy

This allows the wait strategies to work with container types that inherit from GenericContainer and override getContainerIpAddress.
@dbyron0
Copy link
Copy Markdown
Contributor Author

dbyron0 commented Jul 3, 2016

It looks like you're in the middle of bigger and better things. Any chance of getting this in before that's ready to go? Thanks much.

@rnorth
Copy link
Copy Markdown
Member

rnorth commented Jul 3, 2016

Hi David,
Thanks for the contribution, and sorry for the delay in looking at this. It looks fine to me, so I will merge into master. You're right about me being distracted by other things - sorry! If I don't manage to get this PR released in v1.1.0 in the next couple of days I'll include it in a small v1.0.6 release.
Richard

@rnorth rnorth merged commit 21b27b4 into testcontainers:master Jul 3, 2016
@dbyron0
Copy link
Copy Markdown
Contributor Author

dbyron0 commented Jul 3, 2016

Sounds great. Thanks again.

rnorth added a commit that referenced this pull request Jul 3, 2016
use container.getContainerIpAddress() in children of GenericContainer.AbstractWaitStrategy
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.

2 participants

X Tutup