-
Notifications
You must be signed in to change notification settings - Fork 454
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
[query] Adding complete tags to remote server with integration test #1656
Conversation
@@ -5,7 +5,7 @@ set -xe | |||
# expected to be run from root of repository | |||
cd $GOPATH/src/github.com/m3db/m3 | |||
|
|||
SERVICES=(m3dbnode m3coordinator m3aggregator) | |||
SERVICES=( m3coordinator ) |
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.
nit: Revert changes to this file? We should probably put a way to override the services to build (an env var or something).
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.
Oops, thought I'd reverted these changes
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
What this PR does / why we need it:
Fixes part of #1519 by adding remote CompleteTags endpoint with an integration test.
Special notes for your reviewer:
Does this PR introduce a user-facing and/or backwards incompatible change?:
Does this PR require updating code package or user-facing documentation?: