Files
kubernetes/test
Antonio Ojea a89c2bdaf1 fix flakes on e2e test TCP CLOSE_WAIT timeout
it turns out that the e2e test was not using the timeout used to
hold the CLOSE_WAIT status, hence the test was flake depending
on how fast it checked the conntrack table.

This PR replaces the dependency on ssh using a pod to check the conntrack
entries on the host in a loop, to make the test more robust
and reduce the flakiness due to race conditions and/or ssh issues.

It also fixes a bug trying to grep the conntrack entry, where
the error was swallowed if a conntrack entry wasn't found.
2020-04-01 01:16:39 +02:00
..
2020-03-25 14:37:09 -07:00
2020-02-08 12:30:21 -05:00
2020-03-23 17:10:03 -04:00
2020-03-05 14:59:46 -08:00
2020-03-27 22:56:21 +08:00