-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
good first issueGood for beginnersGood for beginnershelp wantedFeatures that maintainers are willing to accept but do not have cycles to implementFeatures that maintainers are willing to accept but do not have cycles to implement
Description
The plugin/storage/integration tests are using STORAGE env var to decide which tests to run. It makes sense for tests that require external storage, but badger/grpc-plugin are currently not running at all.
I propose the following changes:
- always run Badger tests
- always run grpc-plugin tests, but look for env variable pointing to the plugin binary path (to address [this comment](address https://github.com/jaegertracing/jaeger/pull/1461/files#r280031679))
- use
-coverpkgdirective to generate test coverage for the actual packages, and merge it with overall coverage (codecov.io allows submitting multiple reports from CI job)
Metadata
Metadata
Assignees
Labels
good first issueGood for beginnersGood for beginnershelp wantedFeatures that maintainers are willing to accept but do not have cycles to implementFeatures that maintainers are willing to accept but do not have cycles to implement