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

Implement drop series and revisit drop database to distribute its effect to all nodes in the cluster #175

Merged
merged 6 commits into from
Jan 10, 2014

Conversation

jvshahid
Copy link
Contributor

@jvshahid jvshahid commented Jan 9, 2014

No description provided.

for _, s := range self.serverProcesses {
fmt.Printf("Running query against: %d\n", s.apiPort)
collection := s.Query("drop_series", "select * from cluster_query", true, c)
c.Assert(collection.GetSeries("cluster_query", c).Points, HasLen, 0)
Copy link
Member

Choose a reason for hiding this comment

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

should also assert that there are no columns. Those should be deleted as well.

jvshahid added a commit that referenced this pull request Jan 10, 2014
Implement drop series and revisit drop database to distribute its effect to all nodes in the cluster
@jvshahid jvshahid merged commit b993ae2 into master Jan 10, 2014
@jvshahid jvshahid deleted the drop-databases-and-series branch January 13, 2014 17:38
jvshahid pushed a commit that referenced this pull request Aug 12, 2014
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