Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-17 | [infra] Split tcpip/integration test targets to aid investigation. | Ayush Ranjan | |
tcpip integration tests have been flaky lately. They usually run in 20 seconds and have a 60 seconds timeout. Sometimes they timeout which could be due to a bug or deadlock. To further investigate it might be helpful to split the targets and see which test is causing the flake. Added a new tcpip/tests/utils package to hold all common utilities across all tests. PiperOrigin-RevId: 358012936 |