-
Notifications
You must be signed in to change notification settings - Fork 20
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
dynamodblocal.port not read #424
Comments
this task will get someone's attention soon |
many thanks for the report, I topped your account for 15 mins, transaction AP-0H873291CJ6096327 |
@krzyk it's yours, please help |
@piotrkot Does it happen with some code changes on your side? When I remove
Inside this method the code runs correctly without any exception. |
@krzyk No changes on my side. Running
with
For the records:
|
@piotrkot To run failsafe tests (integration tests) you have to use:
|
@krzyk Additionally I had to install openssh-server. But now it works as it should. Thank you! |
@piotrkot great, please close this issue |
@krzyk Additionally I had to install openssh-server. But now it works as it should. Thank you! |
@krzyk 30 mins sent to your balance (ID |
When running test DyBaseITCase, line dynamo/DyBaseITCase.java:81, throws NumberFormatException and presumably is incorrectly reading property dynamodblocal.port.
When the property is set explicitly (and dynamoDbLocal is running on the right port) NumberFormatException is not thrown.
This can also be I am running tests with dynamoDbLocal improperly. If so, please advise.
The text was updated successfully, but these errors were encountered: