From 1b3b430f478c785c88655533518a66b88ece060a Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 21 Oct 2020 15:01:47 +0200 Subject: Add --repeat testing mode This testing mode executes the test multiple times in the same process (but in different requests). It is primarily intended to catch tracing JIT bugs, but also catches state leaks across requests. Closes GH-6365. --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dabf35b3d2..1932b1cdee 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -103,3 +103,8 @@ jobs: configurationName: DEBUG_NTS_FILE_CACHE configurationParameters: '--enable-debug --disable-zts' timeoutInMinutes: 90 + - template: azure/job.yml + parameters: + configurationName: DEBUG_NTS_REPEAT + configurationParameters: '--enable-debug --disable-zts' + runTestsParameters: '--repeat 2' -- cgit v1.2.1