From 57b5b1697f103e9f00aeb994aec949e379055021 Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Fri, 23 Oct 2020 09:13:05 -0700 Subject: [PATCH] Update docs/en/reference/testing.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Grégoire Paris --- docs/en/reference/testing.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/reference/testing.rst b/docs/en/reference/testing.rst index ed75f4ba9eb..cb02d39aa65 100644 --- a/docs/en/reference/testing.rst +++ b/docs/en/reference/testing.rst @@ -52,8 +52,7 @@ When are Integration Tests not required? Some cases cannot be reproduced with the existing integration testing suite. It could be the scenarios that involve multiple concurrent database connections, transactions, locking, performance-related issues, etc. -In such cases, it is still important that a pull request fixing the issues is accompanied with a free-form test that -reproduces the issue being fixed. +In such cases, it is still important that a pull request fixing the issues is accompanied with a free-form reproducer that demonstrates the issue being fixed. Testing Different Database Platforms ------------------------------------