From 0fb2fb9737a17e4db4351bfe470109ba5cdd1aa0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 11 Oct 2018 22:19:53 +0000 Subject: [PATCH] --- devdocs/todo.txt | 4 ++-- test/raven-integration/burntest.bat | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 5c06a0f7..bff066b9 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -29,8 +29,8 @@ Once that is done then can steam ahead on the biz objects but until I have the c IMMEDIATE ITEMS: ================ -- Put up copy to devops, build huge dataset, run all tests, pound it with 1000 runs, shake it out - - Starting 1000 test runs at 2018-10-9-4:12pm +- Put up copy to devops, build huge dataset, run all tests, pound it with 500 runs, shake it out + - Should server show uptime? diff --git a/test/raven-integration/burntest.bat b/test/raven-integration/burntest.bat index 52c19f6c..be4b5ff1 100644 --- a/test/raven-integration/burntest.bat +++ b/test/raven-integration/burntest.bat @@ -2,7 +2,7 @@ SET /a VAR=0 :HOME SET /a VAR=VAR+1 rem 1000 runs in local debug mode server is about 6 hours at current test pace with huge data -IF %VAR%==250 goto :End +IF %VAR%==500 goto :End dotnet test goto :HOME :End \ No newline at end of file