influxdata / influxdata/kapacitor
TestPipelineImplemented is not module aware
Open
- Dominant language
- Go
- Stars
- 2.4k
- Forks
- 479
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 4
Description
TestPipelineImplemented uses the `go/imports` package in a depreciated way.
It needs to be updated to be module aware.
Contributor guide
Research direction
Find the TestPipelineImplemented test and inspect how it currently uses the go/imports package. Check the package's module-aware usage and update the test accordingly; done means the test works correctly in a Go module context without the deprecated usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100