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

Fix #82: QueryMultiSeriesAsync should return "partial" #85

Closed
wants to merge 15 commits into from

Conversation

tbraun-hk
Copy link
Contributor

This pull request is an attempt to implement #82
If InfluxDB is configured to have a "max-row-limit", then InfluxDB will return the flag "partial=true" to indicate that a response has been truncated due to the max-row-limit.

With this pull request, the "partial" flag is included in the IInfluxSeries and set according to the influx raw response.
A unit test that verifies the changes has been implemented, too. However, you need to have an InfluxDB system with max-row-limit set to 100.000 for this test to succeed.

@tbraun-hk
Copy link
Contributor Author

The checks are failing because InfluxDB needs a special configuration for a new test to succeed (or we could remove the test, but I think it would be better to explicitly test the new functionality).

@mvadu
Copy link
Contributor

mvadu commented Dec 6, 2019

You seems to be busy coding.. Thank you for your contribution. I am stuck with work and personal stuff.. I will probably review this over weekend.

@tbraun-hk tbraun-hk closed this Dec 9, 2019
@tbraun-hk
Copy link
Contributor Author

Hi @mvadu sorry, we did not know that all the changes in our fork would be included in this PR, this was not our intention... I'll reopen another pull request. Please ignore this one and sorry for the circumstances...

@mvadu
Copy link
Contributor

mvadu commented Dec 23, 2019

@tbraun-hk are you going submit the partial flag part of this PR?

@tbraun-hk
Copy link
Contributor Author

Hi @mvadu yes, you are right. Sorry for taking so long, I'll open another pull request in the next couple of days.

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.

3 participants