This commit is contained in:
2018-10-11 22:19:53 +00:00
parent 3098be3cc2
commit 0fb2fb9737
2 changed files with 3 additions and 3 deletions

View File

@@ -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?

View File

@@ -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