3 Commits
Author SHA1 Message Date
Etienne PerotandgVisor bot 8ab26ff0ce Update Redis version in Redis benchmark and test images.
PiperOrigin-RevId: 552623623
2023-07-31 16:30:08 -07:00
Zach KoopmansandgVisor bot 2e45ce14a4 Fix flakes in portforward test.
Attempt to fix flaky port forward test using "netstat" in the container
to check the a process is listening on the port before attempting to
connect.

Also, re-enable the test in a seperate job, but w/ a soft fail. This
will be removed later in favor of adding port-forward to integration
tests to remove the high overhead of starting a new job (scheduling,
compiling runsc, downloading images, etc).

PiperOrigin-RevId: 526135859
2023-04-21 14:28:31 -07:00
Zach KoopmansandgVisor bot f92957314c Add portforward command to runsc
Add portforward comand so that we can use runsc to forward connections
to container ports. This will eventually be supported in k8s.

PiperOrigin-RevId: 520739913
2023-03-30 14:16:19 -07:00