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

Allow for workflow-manager-api to talk to other DB instances for development & integration testing #141

Open
arschles opened this issue May 25, 2016 · 1 comment
Assignees

Comments

@arschles
Copy link
Member

The current behavior of workflow-manager is to use the AWS API to find the RDS instance that it should talk to. While very useful for production (the server need not be pre-configured with RDS specifics), it's more difficult to run an instance for development or integration testing.

This issue is for refactoring the server so that it can talk to:

  1. An in-memory SQLite DB (similar to what we do for tests)
  2. An in-cluster PostgreSQL DB (useful for integration tests or development)

This work should be done after #138 to prevent a very large merge conflict

@arschles
Copy link
Member Author

moving out of 2.2, as the accompanying PR (#162) has been punted

@arschles arschles removed this from the v2.2 milestone Jul 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants