We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The library should not have any race conditions.
A data race warning is triggered when tests are run.
WARNING: DATA RACE Read at 0x00c000301660 by goroutine 24: github.com/influxdata/influxdb-client-go/v2/api.(*queryAPI).queryURL() /home/jpmeijers/GolandProjects/wsq-api/vendor/github.com/influxdata/influxdb-client-go/v2/api/query.go:235 +0x58 github.com/influxdata/influxdb-client-go/v2/api.(*queryAPI).QueryWithParams() /home/jpmeijers/GolandProjects/wsq-api/vendor/github.com/influxdata/influxdb-client-go/v2/api/query.go:195 +0xef github.com/influxdata/influxdb-client-go/v2/api.(*queryAPI).Query() /home/jpmeijers/GolandProjects/wsq-api/vendor/github.com/influxdata/influxdb-client-go/v2/api/query.go:187 +0x6e <redacted own source files> Previous write at 0x00c000301660 by goroutine 27: github.com/influxdata/influxdb-client-go/v2/api.(*queryAPI).queryURL() /home/jpmeijers/GolandProjects/wsq-api/vendor/github.com/influxdata/influxdb-client-go/v2/api/query.go:246 +0x2be github.com/influxdata/influxdb-client-go/v2/api.(*queryAPI).QueryWithParams() /home/jpmeijers/GolandProjects/wsq-api/vendor/github.com/influxdata/influxdb-client-go/v2/api/query.go:195 +0xef github.com/influxdata/influxdb-client-go/v2/api.(*queryAPI).Query() /home/jpmeijers/GolandProjects/wsq-api/vendor/github.com/influxdata/influxdb-client-go/v2/api/query.go:187 +0x6e <redacted own source files>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Specifications
Steps to reproduce
Expected behavior
The library should not have any race conditions.
Actual behavior
A data race warning is triggered when tests are run.
Additional info
The text was updated successfully, but these errors were encountered: