open-consul/build-support/scripts
Daniel Nephin 34c2d3737e build-support: remove test-flake machinery
This machinery was not used, and does not appear to be maintained. In practice we really
don't need anything to detect flaky tests. Our CI system identifies flaky tests at
https://app.circleci.com/insights/github/hashicorp/consul/workflows/go-tests/tests?branch=main

Mostly what we need is a way to reproduce flakes, which can be done directly with the Go
CLI, using the -race, -count, and (new in Go 1.17) -shuffle flags.
2021-10-21 17:16:25 -04:00
..
build-docker.sh
build-local.sh
envoy-library-references.sh
functions.sh
proto-gen.sh Add failures_before_warning to checks (#10969) 2021-09-14 12:47:52 -04:00
release.sh
version.sh