Attribute Service Client Configurable Timeout#71
Attribute Service Client Configurable Timeout#71aaron-steinfeld merged 5 commits intohypertrace:mainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #71 +/- ##
============================================
- Coverage 59.30% 59.20% -0.10%
Complexity 239 239
============================================
Files 79 79
Lines 1209 1211 +2
Branches 34 34
============================================
Hits 717 717
- Misses 464 466 +2
Partials 28 28
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
@aaron-steinfeld Same changes what we did for Gateway service. Please review once you're back. Thanks :) |
|
@suddendust Can you take care of snyk failure? For no upgrade lib, can you update the .snyk files? |
| AttributeModelTranslator translator) { | ||
| this.grpcContextBuilder = grpcContextBuilder; | ||
| this.translator = translator; | ||
| this.serviceConfig = serviceConfig; |
There was a problem hiding this comment.
Can you please add unit test for this?
There was a problem hiding this comment.
Hi Jayesh, sure I can add a UT for this (was even thinking of doing it before raising the PR). However, @aaron-steinfeld had this to say about adding UTs to these. There isn't much I can test and assert on here (except that the test config is read correctly). If you still think a UT is required, I'll gladly add it :)
bc65020
Description
Like the PR here, this change is to make client timeout for the Attribute Service configurable.
Testing
Deployed and tested the application locally. Scenarios:
Checklist: