This commit is contained in:
@@ -29,8 +29,8 @@ Once that is done then can steam ahead on the biz objects but until I have the c
|
|||||||
IMMEDIATE ITEMS:
|
IMMEDIATE ITEMS:
|
||||||
================
|
================
|
||||||
|
|
||||||
- Put up copy to devops, build huge dataset, run all tests, pound it with 1000 runs, shake it out
|
- Put up copy to devops, build huge dataset, run all tests, pound it with 500 runs, shake it out
|
||||||
- Starting 1000 test runs at 2018-10-9-4:12pm
|
|
||||||
|
|
||||||
- Should server show uptime?
|
- Should server show uptime?
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ SET /a VAR=0
|
|||||||
:HOME
|
:HOME
|
||||||
SET /a VAR=VAR+1
|
SET /a VAR=VAR+1
|
||||||
rem 1000 runs in local debug mode server is about 6 hours at current test pace with huge data
|
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
|
dotnet test
|
||||||
goto :HOME
|
goto :HOME
|
||||||
:End
|
:End
|
||||||
Reference in New Issue
Block a user