-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
influx client needs more test coverage #2313
Comments
@otoolep @corylanou fix or close? |
I think keep it open. The real fix is to move most of the actual "work" to another package (or sub package) and the You can look at the I would say this is a beginner to medium task if the community wanted to take a pass at it. |
I'm willing to own this after #4711 #4710 #4704 and #4702 are either merged or closed. I'd like to:
|
That sounds awesome! +1 from me on doing those things. I'll work on getting the rest of those PR's reviewed today as well so we can get them merged. |
Attention: this issue is placeholder for ideas, suggestions or comments related to the aforementioned refactor. I will probably move it to the proper issue when #4711 #4710 #4704 and #4702 are reviewed. As per @corylanou comments:
|
@pires ok, I reviewed them. Notified the core team we need one more +1 from another core team member and then we will merge. Thanks for all the hard work! |
Thank you @corylanou. |
I'm closing this since it doesn't have any specific value such as "achieve 80% code coverage". I'm also closing all client related issues and taking those into account for a new client that will be at influxdata/influxdb-client when it's done. |
DeletePrefix on the tsm1 engine
This issue was exposed by PR #2306.
main_test.go
ininflux
should not be importing main packages, as this is not a valid operation.Relevant links:
#2306
golang/go#4210
The text was updated successfully, but these errors were encountered: