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

Wire up DROP MEASUREMENT #1698

Merged
merged 12 commits into from
Feb 25, 2015
Merged

Wire up DROP MEASUREMENT #1698

merged 12 commits into from
Feb 25, 2015

Conversation

corylanou
Copy link
Contributor

Fixes #1695

@corylanou corylanou force-pushed the drop-measurement branch 3 times, most recently from 6c57083 to e0b3a19 Compare February 25, 2015 00:19
@pauldix
Copy link
Member

pauldix commented Feb 25, 2015

LGTM

@@ -830,6 +830,195 @@ func TestServer_WriteSeries(t *testing.T) {
}
}

// Ensure the server can drop a measurement.
func TestServer_DropMeasurement(t *testing.T) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Add a unit test to ensure the the server does the right thing if the Measurement doesn't exist.

corylanou added a commit that referenced this pull request Feb 25, 2015
@corylanou corylanou merged commit b396584 into master Feb 25, 2015
@corylanou corylanou deleted the drop-measurement branch February 25, 2015 19:58
@otoolep
Copy link
Contributor

otoolep commented Feb 25, 2015

Thanks for clarifying comments @corylanou

mark-rushakoff pushed a commit that referenced this pull request Jan 11, 2019
…wagger

fix(ui/dataLoaders): Update cur_swagger for type safety in generated client
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.

Wire up DROP MEASUREMENT
3 participants