influxdata / Litmus

testing framework
0 stars 0 forks source link

delete buckets with predicates #157

Open gshif opened 5 years ago

gshif commented 5 years ago

delete with predicate -- extending the delete bucket feature to allow deletes probably by a series filter and a time range;

gshif commented 4 years ago

There are will be two parts for testing delete with predicates:

gshif commented 4 years ago

What I was able to find out from various issue that deal with deletes with predicate is following:

gshif commented 4 years ago

This PR, https://github.com/influxdata/idpe/pull/6038, should resolve the first part of the issue that has to do with REST API

gshif commented 4 years ago

Need to update the test_delete_points that is part of the API test suite to wait a little more for record to show up after point was written.