From 180b032991ff7e676d84807cb5ad1373cd727898 Mon Sep 17 00:00:00 2001 From: woz5999 Date: Tue, 25 Aug 2020 14:58:58 -0700 Subject: [PATCH 1/2] fix typo in contributing docsc --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a450140261..ea7a50fbc4 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -124,8 +124,8 @@ The underlying script dumps the full Consul log output to `test.log` in the directory of the target package. In the example above it would be located at `consul/connect/proxy/test.log`. -Historically, the defaults for `FLAKE_CPUS` (30) and `FLAKE_N` (0.15) have been sufficient to surface a flaky test. If a test is run in this environment and +Historically, the defaults for `FLAKE_CPUS` (0.15) and `FLAKE_N` (30) have been it does not fail after 30 iterations, it should be sufficiently stable. ## Vendoring From 90c07232dc8831532a60cb89f471e74aebedeb79 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 26 Aug 2020 08:04:25 -0700 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ea7a50fbc4..4349c90b36 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -124,8 +124,8 @@ The underlying script dumps the full Consul log output to `test.log` in the directory of the target package. In the example above it would be located at `consul/connect/proxy/test.log`. -sufficient to surface a flaky test. If a test is run in this environment and Historically, the defaults for `FLAKE_CPUS` (0.15) and `FLAKE_N` (30) have been +sufficient to surface a flaky test. If a test is run in this environment and it does not fail after 30 iterations, it should be sufficiently stable. ## Vendoring