From 2880c4283e26ee045965c45248f751ee215241c6 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Mon, 20 Jun 2022 18:15:31 -0400 Subject: [PATCH] end-to-end test link --- RELEASES.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 2ae5ab944..5c2aa7443 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -227,10 +227,13 @@ will be used by application developers and node operators. ### Nightly End-To-End Tests -The Tendermint team maintains a set of end-to-end tests that run each night -on the latest commit of the project. During the feature freeze, these tests are -run nightly and must pass consistently for a release of Tendermint to be -considered stable. +The Tendermint team maintains [a set of end-to-end +tests](https://github.com/tendermint/tendermint/blob/master/test/e2e/README.md#L1) +that run each night on the latest commit of the project. These tests start +a network of containerized Tendermint processes and run automated checks that +the network functions as expected in both stable and unstable conditions. +During the feature freeze, these tests are run nightly and must pass +consistently for a release of Tendermint to be considered stable. ### Upgrade Harness