Influx Db starts to crash when Schema.measurments flux query is used
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 117
- Forks
- 51
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 4
Description
## About the bug
**Steps to reproduce:**
List the minimal actions needed to reproduce the behavior.
1. Open influx script editor
2. Run import "influxdata/influxdb/schema"
schema.measurement(bucket: "test")
3. You can influx db gets crashed as showed in below image

**Expected behavior:**
when a user types the query import "influxdata/influxdb/schema"
schema.measurement(bucket: "test") and then do the search UI should give response as provided in influx documents

## About your environment
**Environment info:**
Currently running windows with influx OSS 2.7
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the Influx script editor and reproduce the issue on Windows with Influx OSS 2.7 using import "influxdata/influxdb/schema" and schema.measurement(bucket: "test"). Compare the behavior with the documented response shown in the issue. Done means the query no longer crashes InfluxDB and the UI displays the expected response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100