m-lab / traceroute-caller

A sidecar service which runs traceroute after a connection closes
Apache License 2.0
18 stars 5 forks source link

Use tini to reap orphan child process #112

Closed SaiedKazemi closed 3 years ago

SaiedKazemi commented 3 years ago

This commit uses tini to start traceroute-caller in order to reap its orphaned child processes.

Also, for local debugging via docker-compose, this commit uses the same parameters as are specified in k8s/daemonsets/templates.jsonnet.

The changes were tested locally via docker-compose, making sure that there are no orphan processes after traceroute-caller runs scamper.


This change is Reviewable

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 281


Totals Coverage Status
Change from base Build 271: 0.3%
Covered Lines: 586
Relevant Lines: 593

💛 - Coveralls