-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add param to MySQL executor #7
Conversation
4a89cda
to
8cd8e15
Compare
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.
"TEST_RDS_DSN_PREFIX" and "DB_TEST_URL" have the same meaning. So let's fix this. I suggest the following steps:
- In this PR - let's rename "TEST_RDS_DSN_PREFIX" to "TEST_DB_DSN" to be more generic and to reflect the real meaning of its value.
- Fix "concept-events-notifications" to use this new variable
- Fix "generic-rw-aurora" to use this new variable
- Remove "DB_TEST_URL" from the orb.
6346114
to
b9dcd81
Compare
b9dcd81
to
4f405c7
Compare
If we know for sure that both environment variables have the same meaning, why we should add the new one. Couldn't we just use |
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.
What is the reason not to use the current parameter db-test-url
?
4f405c7
to
452da32
Compare
|
I thought we need 2 params because of |
Great, than do we need to keep |
I wrote this thinking that we are not going to fix all services now.
The variable name is misleading. It is not a URL, it is a DSN. But it may be easier to reuse the variable. |
af687b0
to
41fe777
Compare
I don't think that fixing the variable name is significant enough for releasing major version of the orb. |
41fe777
to
1aaee62
Compare
No description provided.