Audit `kill <pid>` SQL
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 120
Description
There are reports of `kill` not actually killing a query from Gas Town users. I have also experienced a `kill` on a large, memory-consuming query not working.
We need a suite of tests on `kill`.
We need to fix any bugs that prevent killing a rogue query in a timely manner.
LLMs write gnarly SQL and often `kill` will be the last line of defense. It needs to work.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the SQL implementation and existing tests for `kill `, then reproduce the reported failure with a large, memory-consuming query. Add coverage for killing rogue queries and verify that the command terminates them in a timely way; investigate and fix any failures revealed by the tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, sql
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100