-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Introduce text only mode #9927
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
Introduce text only mode #9927
Conversation
a94f5f7 to
532d26c
Compare
aemous
left a comment
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.
Does this handle miscellaneous errors that get encountered? For example, let's say a service exists in region A, but I configure a different service B instead. Previously, the error was being swallowed. Is surfacing misc errors resolved on this branch?
Separately, I'd like to see at least 1-3 new functional tests, that test this new mode end-to-end by testing the entire command with arguments. At least one of the tests should verify functionality with --color flag.
tests/unit/customizations/ecs/test_monitorexpressgatewayservice.py
Outdated
Show resolved
Hide resolved
tests/unit/customizations/ecs/test_monitorexpressgatewayservice.py
Outdated
Show resolved
Hide resolved
tests/unit/customizations/ecs/test_monitorexpressgatewayservice.py
Outdated
Show resolved
Hide resolved
tests/unit/customizations/ecs/test_monitorexpressgatewayservice.py
Outdated
Show resolved
Hide resolved
tests/unit/customizations/ecs/test_monitorexpressgatewayservice.py
Outdated
Show resolved
Hide resolved
That ended up getting fixed in the previous commit where we re-raise exceptions that occurred async |
added |
7b5130f to
cce5450
Compare
aemous
left a comment
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.
Looks good overall, requested some minor changes
dc0ead0 to
7399df1
Compare
aemous
left a comment
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.
Looks good, one small change requested.
aemous
left a comment
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.
LGTM
aemous
left a comment
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.
After further review, looks like there is at least 1 failing Windows test in GitHub CI. Can you address this in the next revision?
fixed |
aemous
left a comment
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.
LGTM
7176771
into
aws:ecs-express-gateway-text-only
Issue #, if available:
Description of changes:
Introduce text only mode
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.