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

[query] Adding complete tags to remote server with integration test #1656

Merged
merged 6 commits into from
May 21, 2019

Conversation

arnikola
Copy link
Collaborator

@arnikola arnikola commented May 21, 2019

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?:

Allows users to use remote coordinators to complete tags 

Does this PR require updating code package or user-facing documentation?:

NONE

@@ -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 )
Copy link
Collaborator

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).

Copy link
Collaborator Author

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

@arnikola arnikola mentioned this pull request May 21, 2019
13 tasks
@arnikola arnikola changed the title [Integration] enabling tests [query] Adding complete tags to remote server with integration test May 21, 2019
@arnikola arnikola marked this pull request as ready for review May 21, 2019 19:20
Copy link
Collaborator

@robskillington robskillington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@arnikola arnikola merged commit 6bfedb7 into master May 21, 2019
@arnikola arnikola deleted the arnikola/fanout-tests branch May 21, 2019 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants