-
Notifications
You must be signed in to change notification settings - Fork 14
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
Remove Indivuidual Response #1570
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Yuyutsu Rai <[email protected]>
Signed-off-by: Yuyutsu Rai <[email protected]>
@@ -50,3 +51,17 @@ def test_resolving_message_raises_exception_on_error(publisher): | |||
b"test-message", | |||
fulfilment_request_transaction_id=str(uuid4()), | |||
) | |||
|
|||
|
|||
def test_log_publisher_publish(): |
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.
How come we needed this new test?
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.
LogPublisher was covered intest_individual_response.py
but was not tested directly.
@@ -15,7 +15,6 @@ EQ_REDIS_HOST=localhost | |||
EQ_REDIS_PORT=6379 | |||
EQ_SECRETS_FILE=dev-secrets.yml | |||
EQ_KEYS_FILE=dev-keys.yml | |||
EQ_INDIVIDUAL_RESPONSE_POSTAL_DEADLINE=2021-04-28T14:00:00+00:00 |
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.
Removed the env vars here but they are passed in our workflows to the deploy_app.yaml file. So will also need to update the pipelines and terraform and test deploying runner with the vars removed.
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.
Updated and Tested. New PRs have been added to the card:
What is the context of this PR?
Remove Individual Response (IR) Functionality from Runner
New Test was added for LogPublisher and some tests were removed too.
How to review
Check if Runner works as expected.
Tests Pass and changes make sense.
Check if all references to IR have been removed.
Checklist