Need an API server test that makes sure that all resources don't die when GC'ed
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 8.7k
- Forks
- 4.8k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 53
Description
We've had numerous one off bugs caused by various things stopping GC from running. We should create a test which discovers all servers resources and attempts to create and delete one using the various deletion options.
@enj I know you've done tests of the "one of everything" variety before....
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 by locating existing Go API server tests and the repository's prior "one of everything" tests, then identify how server resources and deletion options are enumerated. Run the relevant API test suite; done means a test creates and deletes each discovered resource without preventing garbage collection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100