okpy / ok

ok.py supports programming projects by running tests, tracking progress, and assisting in debugging.
Apache License 2.0
333 stars 84 forks source link

Removing `/sbin/init` from CI #1367

Closed ja5087 closed 5 years ago

ja5087 commented 5 years ago

CircleCI recently pushed a fix for MongoDB zombie processes, by running tini as the init daemon explicitly.

Unfortunately this breaks our build when we try to run /sbin/init.

The failing tests are due to #1366, for which I'm pushing a fix for shortly.