You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add hardcoded DB password and username to Cassandra integration test (#5805)
## Which problem is this PR solving?
- Resolves#5643
## Description of the changes
- add db password and username to cassandra-integration-test.sh
- add db password and username to config-cassandra.yaml
- both password and username are hardcoded in the code
## How was this change tested?
- `bash scripts/cassandra-integration-test.sh 3 v003 v1`
- `bash scripts/cassandra-integration-test.sh 3 v003 v2`
- `bash scripts/cassandra-integration-test.sh 4 v004 v1 `
- `bash scripts/cassandra-integration-test.sh 4 v004 v2`
## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [ ] 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: Ali-Alnosairi <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]>
0 commit comments