Commit 79d3bbe
Added unit tests in pkg/es/config (jaegertracing#5806)
## Which problem is this PR solving?
partially fixes: jaegertracing#5068
## Description of the changes
- This commit adds tests for the `pkg/es/config` package.
## How was this change tested?
- `make test`
## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [x] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
- for `jaeger`: `make lint test`
- for `jaeger-ui`: `yarn lint` and `yarn test`
Signed-off-by: nabil salah <nabil.salah203@gmail.com>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>1 parent 93a0665 commit 79d3bbe
1 file changed
+1
-1
lines changed- .github/dependabot.yml+40-46
- .github/workflows/Dockerfile+1-1
- .github/workflows/s390x-build.yaml+1-1
- .github/workflows/scorecard.yml+1-1
- CHANGELOG.md-6
- package.json+3-3
- packages/jaeger-ui/package.json+1-1
- packages/jaeger-ui/src/utils/fixtures/oltp2jaeger-multi-out.json-524
- packages/jaeger-ui/src/utils/fixtures/otlp2jaeger-multi-in-combined.json-202
- packages/jaeger-ui/src/utils/fixtures/otlp2jaeger-multi-in.json.txt-4
- packages/jaeger-ui/src/utils/readJsonFile.test.js+5-30
- packages/jaeger-ui/src/utils/readJsonFile.tsx+14-45
- packages/plexus/package.json+2-2
- renovate.json-22
- yarn.lock+215-176
0 commit comments