Open gshif opened 5 years ago
There are will be two parts for testing delete with predicates
:
What I was able to find out from various issue that deal with deletes with predicate is following:
AND
conditions are currently supported, e.g. tag=A AND tag=B
=
sign is supported.tag
supported in predicate? e.g. _measurement
, _field
, _value
This PR, https://github.com/influxdata/idpe/pull/6038, should resolve the first part of the issue that has to do with REST API
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.
delete with predicate
-- extending the delete bucket feature to allow deletes probably by a series filter and a time range;