-
Task
-
Resolution: Done
-
Medium
-
None
-
None
When I was trying do debug or determine what might have gone wrong in DFC E2E flow, I found out, that in NodeServlet we (people from Nokia) could do some improvements in NodeServlet.
My proposal is:
- Fix logging as current logs do not provide sufficient information
- Refactor private void common(HttpServletRequest req, HttpServletResponse resp, boolean isput) as it has 237 lines of code into smaller functions
- Add positive case for JUnit tests - I have found only negative scenarios
How to check if we do not break anything:
- Gerrit ticket blocks direct merge to master
- Existing JUnit tests provide regression against locally fired tests
Condition Of Satisfaction [COS]:
CSIT is green for DMaaP DR
- mentioned in
-
Page Loading...