Skip to content

Commit

Permalink
Add retry logic around checkExposedPort pre-flight check for improved…
Browse files Browse the repository at this point in the history
… robustness (fixes #513).
  • Loading branch information
rnorth committed Dec 18, 2017
1 parent 2f6ebf6 commit 6539c36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
All notable changes to this project will be documented in this file.

### Fixed
- Fixed problem with case-sensitivity when checking internal port. ([\#524](https://github.com/testcontainers/testcontainers-java/pull/524))
- Fixed problem with case-sensitivity when checking internal port. ([\#524](https://github.com/testcontainers/testcontainers-java/pull/524))
- Add retry logic around checkExposedPort pre-flight check for improved robustness.

### Changed
- Added `getDatabaseName` method to JdbcDatabaseContainer, MySQLContainer, PostgreSQLContainer ([\#473](https://github.com/testcontainers/testcontainers-java/issues/473))
Expand Down

0 comments on commit 6539c36

Please sign in to comment.