Michael Abel

Results 8 comments of Michael Abel

The idea here is to setup and prepare the device itself. We start with a stock image, execute the script and are able to work afterwards. Similar to our install...

This PR is open as we haven't decided on how to continue with https://github.com/thin-edge/thin-edge.io/issues/958

This PR is open as we haven't decided on how to continue with https://github.com/thin-edge/thin-edge.io/issues/958

Note: Before merging, we should investigate to find out if we have sideeffects (see description).

Test tedge_mapper_c8y_packet_threshold_size seems also to be affected. The messages on the error topic appear only when we are connected and not when the c8y mapper is running ![image](https://user-images.githubusercontent.com/75477722/156182431-b0ec5b0c-f9bd-447f-89c7-8b3606ede3b1.png) Similar issue...

Updating the tests is simple. We would just loose the opportunity to test the mapper in isolation (or we invent test-doubles for the JWT things : )

Oops I haven't seen the last message. Here is a draft PR that makes the tests connect https://github.com/thin-edge/thin-edge.io/pull/967 . Lets decide how we continue with the message loop in advance.

Hi, indeed, for some reason we are getting Utf-16 instead of Utf-8 encoded data from json.dumps. Like this German umlaut: `json.dumps({"test":"über"}) `results in `'{"test": "\\u00fcber"}'`. Here is a test for...