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

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

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