-
Notifications
You must be signed in to change notification settings - Fork 31
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
Feature/656 add integration tests #100
Feature/656 add integration tests #100
Conversation
- add unit tests to expand coverage - update most dependencies
…nto feature/656-als-new-unit-tests
- upgrade circleCI runner to 2.1 to get docker-compose working
…nto feature/656-add-integration-tests
@@ -1,7 +1,7 @@ | |||
{ | |||
"name": "account-lookup-service", | |||
"description": "Account Lookup Service is used to validate Party and Participant lookups", | |||
"version": "8.2.1", | |||
"version": "8.2.3", |
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.
Needed an extra bump because CircleCI was restoring an invalid cache for 8.2.2
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.
- Added comments.
- Comments resolved
…s-tech/account-lookup-service into feature/656-add-integration-tests
@rmothilal tidied up the circle ci config as requested. Its actually a lot cleaner since we can specify the working directory within the executor section |
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.
mysql
instance in the docker container for thecentral-ledger
service, which is a dependency for the account-lookup-service. I ended up putting themysql-cl
host port on3307
, which is the opposite to how it was.