-
Notifications
You must be signed in to change notification settings - Fork 524
travis tests have been failing for a while #323
Comments
We should fix this ASAP before merging new things. |
@aviau A lot of these tests seem to fail as points are now unicode strings rather than str and should be fairly straightforward to adapt. Do you know what might have introduced this change or why the tests worked before? |
Adapting the tests is fine as long as they show that the library works ;) Thank you for taking this on. As I have written in the README recently, this library needs some love and I am very busy. Should anyone contribute enough, I would gladly invite him as a co-maintainer. |
Well, I am not a huge fan of simply adapting the test suite so that the tests pass. Something must have triggered the type change and in some tests types seem to be inconsistent. See, for example, the following:
where we see a mixture of It appears as if points and tags are now returned as |
We should return unicode to the user everywhere if that is possible. |
I agree. Do you have an idea why points and tags behave that way, while |
We probably create those keys in result_set.py. |
Most problems stem from the upgrade to InfluxDB 0.12.1 and the resulting changes in 103c7dc -- https://travis-ci.org/influxdata/influxdb-python/builds/124653874 |
Updating to |
Thanks to @BABILEN, the test suite was fixed! |
Uh oh!
There was an error while loading. Please reload this page.
seems since ~ https://travis-ci.org/influxdata/influxdb-python/builds/116902069
The text was updated successfully, but these errors were encountered: