GoogleContainerTools / container-debug-support

Language-runtime support files for in-container debugging
Apache License 2.0
93 stars 25 forks source link

Add skaffold debug-like integration tests #41

Closed briandealwis closed 4 years ago

briandealwis commented 4 years ago

Fixes #37

First cut at integration tests. These tests simulate using skaffold debug for very simple app containers run via a pod. The tests are run as a set of Jobs that use kubectl port-forward to the debug ports and verify the debugging backend is available. Currently tests Go 1.13 and 1.14, and a NodeJS 12 app using the node wrapper.