Week 8 at Rupeek
So, this week, The code which was merged has to be deployed to various environments for testing and then it goes live for production.
- Worked on solving test cases for the existing code since there were some build issues in jenkins pipeline, after that sonarscan was failing so got connected with mayank for checking logs for the same. After sonarscan was passed, now sanity was failing so connected with QA team for the same.
- After, that we got sanity fixed, So now it went for qa deployment. Meanwhile, I got the requirements for another task which is part of data adapter service itself.
- So, we deployed the code to qa-red, but still there were some errors, seems like dataadapter box doesn't have read permissions. So there was the issue with mongodb url. After this QA deployment got fixed.
- After this, we got some cache error which we fixed with the help of QA.
- After this I got to know about the new requirement that is, we need to search records against pan number, which is also linked to data adapter service.
1. store pan no. against phn. no:
- future cases: incoming pan should be stored agains phone : status - qa
- existing cases: migration effort required: past 6 months ka phone number -> store pan no. taken from xml and add it to experian_variables2. searching records against pan: (p0)
- experian effort: done
- store pan details and make it such that the record can be searched through pan.
solns: contact details - add 1 more object .
add in experian_variables .
db index to be tested in lower infra
So, this was all about the requirement
Comments
Post a Comment