Dennis Schroer
Dennis Schroer
Motivation: When a timeout occurs while waiting for a new connection, the future fails with a simple "Timeout" message without a stack trace. This makes it very difficult to debug...
In our setup (running inside docker), opening a connection to a TCP device has a long timeout (128 seconds). That means that the script will start by trying to connect...
Time to improve the tests. Multiple goals: - [ ] Measure codecoverage - [ ] Test attributes + overrides - [ ] Test relations + overrides (object, nested attributes) -...