-
Couldn't load subscription status.
- Fork 45
#223 dynamic wiremock ports #487
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
#223 dynamic wiremock ports #487
Conversation
Pull Request Test Coverage Report for Build 10195653418Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice fix. Finally we can use dynamic ports for WireMock.
I've added some very small CRs (just to please my IDE).
cli/src/test/java/com/devonfw/tools/ide/tool/androidstudio/AndroidStudioUrlUpdaterMock.java
Show resolved
Hide resolved
cli/src/test/java/com/devonfw/tools/ide/tool/intellij/IntellijUrlUpdaterMock.java
Show resolved
Hide resolved
cli/src/test/java/com/devonfw/tools/ide/tool/python/PythonUrlUpdaterMock.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, ready for review.
|
PR #433 will bring new tests with fixed ports, that should also be adjusted as part of this PR. Converting to draft. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@slskiba thanks for your PR. This looks really good to me and is IMHO ready for merge. Nice job 👍
Do you have some known issues I am missing or why is this PR still in draft mode? Build already succeeded so you did not break the wiremock tests and now they should also work if port 8080 is already used by another app what is often the case on my machine...
Is merged meanwhile. I just updated this branch/PR so you should have the TODO if you pull and can resolve this last spot as well and then this should be ready. |
# Conflicts: # cli/src/test/java/com/devonfw/tools/ide/tool/python/PythonUrlUpdaterTest.java # cli/src/test/resources/integrationtest/PythonJsonUrlUpdater/python-version.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@slskiba thanks for completing. 👍
I found a small problem and being pointed to that I also left a second comment with a similar pattern that is not wrong but should be improved.
Can you please again have a look? Thanks in advance!
cli/src/test/java/com/devonfw/tools/ide/tool/intellij/IntellijTest.java
Outdated
Show resolved
Hide resolved
cli/src/test/java/com/devonfw/tools/ide/tool/intellij/IntellijJsonUrlUpdaterTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@slskiba fast and perfect addressing of my review comments. Great job 🚀
Closes #223 and closes #193