hs-test: improved suite teardown and replaced PIDs with PPIDs 64/40964/11
authorAdrian Villin <[email protected]>
Thu, 6 Jun 2024 08:26:30 +0000 (04:26 -0400)
committerDave Wallace <[email protected]>
Wed, 12 Jun 2024 23:38:25 +0000 (23:38 +0000)
commiteaa7d91ad77f9c6691b42b0e9f631166b4bcf44f
tree702ea477d752d49a4dc5690d538e6fc666b435e8
parent6c37845a87588da8082b931bfce8c680ba1a9ad6
hs-test: improved suite teardown and replaced PIDs with PPIDs

- Fixed an issue where containers wouldn't stop and get removed when
  a test run is interrupted
- Replaced PIDs with Ginkgo process indexes + PPIDs
- Fixed CPU allocation for envoy and nginx-ldp containers
- All container logs should now get saved properly

Type: test

Change-Id: I4c737c1d326390494c0dda1ec6d3fc1f04f51663
Signed-off-by: Adrian Villin <[email protected]>
extras/hs-test/container.go
extras/hs-test/hst_suite.go
extras/hs-test/http_test.go
extras/hs-test/proxy_test.go
extras/hs-test/tools/http_server/http_server.go