[~davidmartin] [~peter.braun] [~darahayes] Currently the integration test is failing due to a backend error (1) and additionally another bug has been found in the SDK (2). It is worth mention they are already known and that a workaround exists.
1. From the server side (aerogear-app-metrics) there's a limitation for the size of field "clientId" that makes the server returns an Internal error:
{noformat} { "error": "Internal Server Error", "message": "Internal Server Error", "statusCode": 500 } {noformat}
From the client side there is (likely) a bug that triggers a NPE, in [NetworkMetricsPublisher|https://github.com/aerogear/aerogear-android-sdk/blob/master/core/src/main/java/org/aerogear/mobile/core/metrics/publisher/NetworkMetricsPublisher.java#L60] , {{httpResponse.getRequestError()}} returns null.
Edit: Tickets: Bug in http: https://issues.jboss.org/browse/AGDROID-769 Backend clientId limitation: https://issues.jboss.org/browse/AGIOS-665 |
|