Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Fix write_points_batch test for python3 and update queries in compliance with InfluxDB v0.9.1 #212

Merged
merged 2 commits into from
Jul 5, 2015

Conversation

geodimm
Copy link
Contributor

@geodimm geodimm commented Jul 3, 2015

Fixes the last failing test for #211 :).
Updates queries and tests for InfluxDB v0.9.1.

geodimm added 2 commits July 3, 2015 22:53
* Update delete_series query. Instead of an id, it has FROM <series>
  and WHERE <tag>=<value> clauses. Update tests.
* Remove grant_admin_privileges method. Cluster administration
  privileges are granted upon user creation. Remove tests.
* Update create_user method to accept an optional argument to determine
  whether the user should be granted cluster administration privileges.
  Update tests.
* Fix the test_write_check_read test case in the tests against
  a real server.
* Fix revoke_admin_privileges test. It was failing because of the
  grant_admin_privileges method malfunction.
@geodimm geodimm changed the title Fix write_points_batch test for python3. Fix write_points_batch test for python3 and update queries in compliance with InfluxDB v0.9.1 Jul 4, 2015
@aviau
Copy link
Collaborator

aviau commented Jul 4, 2015

I'll take a look at this Monday.

Thank your for contributing :)

@aviau aviau merged commit 126b39d into influxdata:line-protocol Jul 5, 2015
@geodimm geodimm deleted the line-protocol branch September 19, 2015 16:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants