influxdata / influxdata/influxdb
Add Integration Test to runQuery
Open
area/tests
team/ui
testing
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
[`runQuery`](https://github.com/influxdata/influxdb/blob/master/ui/src/shared/apis/query.ts#L36) handles making the api request to run a query and marshal the results. The function makes a `fetch` request then passes the response to another function which delegates to other functions, making it a great candidate for integration testing.
Contributor guide
Assessment
This issue has not been assessed yet.