Commit Graph

3 Commits

Author SHA1 Message Date
Prashant Rewar fef5da99bd
Replace all usages of deprecated wait.PollImmediate with wait.PollUntilContextTimeout (#3004)
Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com>
2024-04-02 14:44:03 +00:00
Dave Protasowski 3d24b8416b
fix lint warnings (#2589)
* resolve deprecation warnings

* drop use of ioutil

* fix license

* run hack/update-codegen.sh
2022-09-12 18:15:45 +00:00
Dave Protasowski 0f304f6e4f
support multiple cleanup functions (#2141)
* support multiple cleanup functions

* comment on the expected order

* add boilerplate

* poll while we wait for the test subprocess to setup

* use a tmp file to sychronize the two test processes
this should avoid the data race of reading the subprocess's stdout

* don't make this a breaking change

* fix lint issues
2021-06-10 05:30:43 -07:00