| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thanks @fzakaria. Looks like CircleCI had an unrelated glitch downloading the gradle wrapper so I've restarted the build. |
Sorry, something went wrong.
|
Thanks @rnorth -- looks to have been resolved. |
Sorry, something went wrong.
|
I updated the PR to have shmSize be simply bytes instead of 'megabytes' to avoid mebibyte vs megabyte confusion. |
Sorry, something went wrong.
|
Looks like travis-ci had a flaky failure pulling an artifact -- could someone restart. |
Sorry, something went wrong.
There was a problem hiding this comment.
I've restarted Travis and added some comments up for discussion.
Sorry, something went wrong.
|
Thanks for feedback @kiview -- I've addressed them with latest update.
|
Sorry, something went wrong.
There was a problem hiding this comment.
Great changes, thanks!
I found one more small thing in the Javadoc.
Sorry, something went wrong.
…ner.java Co-Authored-By: fzakaria <farid.m.zakaria@gmail.com>
Co-Authored-By: fzakaria <farid.m.zakaria@gmail.com>
|
@kiview What's next step to get this merged & published? |
Sorry, something went wrong.
|
Hey @fzakaria, sorry for letting this hanging, I think it's good to go. |
Sorry, something went wrong.
|
@bsideup made changes requested. |
Sorry, something went wrong.
|
Update on this ? Quite a lot of effort to get a helpful change in. |
Sorry, something went wrong.
There was a problem hiding this comment.
Hi @fzakaria,
as said before, thanks for the PR.
I can understand your frustration, but please keep in mind, that we are working on Testcontainers in our spare time. As such, there might be periods of time, were each of us can't invest the time we'd like to ideally invest into the project.
I have requested a tiny change (remove blank lines to reduce the diff) and then I'll merge directly.
Sorry, something went wrong.
…ner.java Co-Authored-By: fzakaria <farid.m.zakaria@gmail.com>
…ner.java Co-Authored-By: fzakaria <farid.m.zakaria@gmail.com>
|
@kiview thanks. |
Sorry, something went wrong.
|
Travis failure unrelated, restarted. |
Sorry, something went wrong.
|
@fzakaria merged, thanks a lot for the great PR as well as your patience 🙂 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Add the necessary code so that shmSize can be set on a GenericContainer.
This is especially useful for when starting Oracle docker images because they need at least 1GB of shared memory space.
Fixes #952