Re: [announce] mdevd-0.0.1.0 - a mdev-compatible uevent manager

2018-01-11 Thread Guillermo
2018-01-09 21:35 GMT-03:00 Laurent Bercot: > > What it looks like is the kernel not assigning a major and a minor > to the device before you manually trigger the "add". I suspect it's > just that the relevant module is not loaded, but why would that be > different from any other hardware managing

Re: tests

2018-01-11 Thread Guillaume Perréal
Le 11/01/2018 à 16:44, Laurent Bercot a écrit :  Oh, definitely, and s6 is already used in numerous Docker containers. Most people who want to do that use the s6-overlay project: https://github.com/just-containers/s6-overlay  Some big companies (Badoo, for instance) rely on s6 to power their con

Re: tests

2018-01-11 Thread SZÉPE Viktor
Oh, definitely, and s6 is already used in numerous Docker containers. Most people who want to do that use the s6-overlay project: https://github.com/just-containers/s6-overlay Thank you for the link! Some big companies (Badoo, for instance) rely on s6 to power their containers, so I think it

Re: tests

2018-01-11 Thread Laurent Bercot
I was thinking about unit test to test your functions, and building your code and installing it into a Docker container. That's the very point: s6 is organized into several small executables interacting together, so unit tests for functions are pretty difficult to write. The units that would ne

Re: tests

2018-01-11 Thread SZÉPE Viktor
Idézem/Quoting Laurent Bercot : Are there tests for s6? Are there plans to reach decent code coverage? Hi Viktor, Sorry for the delayed answer. There are no automated tests at the moment. It is hard to design both a test infrastructure and tests themselves for such a low-level project. At t

Re: tests

2018-01-11 Thread Laurent Bercot
Are there tests for s6? Are there plans to reach decent code coverage? Hi Viktor, Sorry for the delayed answer. There are no automated tests at the moment. It is hard to design both a test infrastructure and tests themselves for such a low-level project. At the moment I'm testing everything b