Skip to content
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

Merged

Conversation

lewisdaly
Copy link
Contributor

@lewisdaly lewisdaly commented Oct 7, 2019

  • Add integration tests along with docker-compose powered integration test runner to the ALS.
  • Added a second mysql instance in the docker container for the central-ledger service, which is a dependency for the account-lookup-service. I ended up putting the mysql-cl host port on 3307, which is the opposite to how it was.

@@ -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",
Copy link
Contributor Author

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

@lewisdaly lewisdaly self-assigned this Oct 8, 2019
Copy link
Contributor

@oderayi oderayi left a 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

@lewisdaly
Copy link
Contributor Author

@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

Copy link
Contributor

@rmothilal rmothilal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thumbs up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants