Commit Graph

4 Commits

Author SHA1 Message Date
Eric Van Norman d146b3bfce
Fix lint errors with new build tools (#11679)
* Fix lint errors with new build tools

* Move copyright so it doesn't get marked as a heading

I beleive Istio removed copyrights so we could do a bigger clense
later.
2022-08-03 14:09:23 -07:00
Eric Van Norman f82e0f14b8
Update istio/istio test reference. Also needs a code change. (#10607) 2021-12-14 01:49:12 -08:00
Nathan Mittler c5e8a9adc5
Rework locality LB docs into tasks (#8402)
Removing the old locality docs entirely and replacing with tested tasks.
2020-11-24 09:31:15 -08:00
Nathan Mittler 616f45b1d5
Several test framework improvements (#8524)
Overview of the changes:

- Adding ability to verify that expected output occurs a number of times consecutively. This is needed for https://github.com/istio/istio.io/pull/8402.

- Moving snapshot checking logic to Go code so that it can be separated out into separate test steps, which are timed and contain their own output directories/files. This makes the code cleaner and also makes the snapshot logic more transparent.

- Updating debug.sh to use newer bash syntax that allows it to dynamically select a free file descriptor. Without this, I was seeing all commands echoed to my console in goland.
2020-11-23 09:23:54 -05:00