android: bump versions of android test dependencies#2565
Conversation
Signed-off-by: Rafal Augustyniak <raugustyniak@lyft.com>
Signed-off-by: Rafal Augustyniak <raugustyniak@lyft.com>
|
/retest |
Signed-off-by: Rafal Augustyniak <raugustyniak@lyft.com>
Signed-off-by: Rafal Augustyniak <raugustyniak@lyft.com>
Signed-off-by: Rafal Augustyniak <raugustyniak@lyft.com>
| checkSpecificErrorCode(NetError.ERR_TIMED_OUT, NetworkException.ERROR_TIMED_OUT, true); | ||
| checkSpecificErrorCode(NetError.ERR_ADDRESS_UNREACHABLE, | ||
| NetworkException.ERROR_ADDRESS_UNREACHABLE, false); | ||
| // checkSpecificErrorCode(NetError.ERR_NAME_NOT_RESOLVED, |
There was a problem hiding this comment.
@RyanTheOptimist I'm good commenting these out if you are. I hate to have upgrades blocked on it.
There was a problem hiding this comment.
I think this sounds reasonable, but we should probably file an issue about this so we don't lose track of it. Maybe @colibie has thoughts on how to resolve the missing symbol issues.
There was a problem hiding this comment.
Turns out the previous impl was using the symbols from the cronet in the android platform. Will fix this with PR2568
There was a problem hiding this comment.
@colibie thank you for the context. I am going to wait with my PR until yours is merged then.
There was a problem hiding this comment.
You can merge yours, I'll update mine. Still making some changes on it anyway.
There was a problem hiding this comment.
Without your changes I need to leave one test commented out (https://github.com/envoyproxy/envoy-mobile/pull/2565/files#diff-8485610ff0b92707ee93e0eea000f53290572a1a726520b879a1d15580f0e9bfR1545) as we are missing NetError symbols. I guess I can merge my PR in here and follow up on the added TODO once your PR is merged.
Description: Update the versions of Android test dependencies.
Risk Level: Low, test impacts test dependencies only
Testing: CI
Docs Changes: N/A
Release Notes: N/A
Signed-off-by: Rafal Augustyniak raugustyniak@lyft.com