This commit is contained in:
@@ -28,15 +28,17 @@ 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
|
||||||
|
|
||||||
- Seeder.SeedDatabase should accept a JobId parameter so it can log each step in the job if present
|
- Seeder.SeedDatabase should accept a JobId parameter so it can log each step in the job if present
|
||||||
-TrialBiz line 73 calls it and should be changed to pass the JobId
|
-TrialBiz line 73 calls it and should be changed to pass the JobId
|
||||||
- Seeder should be changed to log job info for each step
|
- Seeder should be changed to log job info for each step
|
||||||
|
|
||||||
- Put up copy to devops, build huge dataset, run all tests
|
|
||||||
|
|
||||||
- Should server show uptime?
|
- Should server show uptime?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
************************************************************************************
|
************************************************************************************
|
||||||
FUTURE ITEMS:
|
FUTURE ITEMS:
|
||||||
=============
|
=============
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
SET /a VAR=0
|
SET /a VAR=0
|
||||||
:HOME
|
:HOME
|
||||||
SET /a VAR=VAR+1
|
SET /a VAR=VAR+1
|
||||||
rem 1000 runs 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%==1000 goto :End
|
IF %VAR%==1000 goto :End
|
||||||
|
|
||||||
dotnet test
|
dotnet test
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ namespace raven_integration
|
|||||||
{
|
{
|
||||||
private static HttpClient client { get; } = new HttpClient();
|
private static HttpClient client { get; } = new HttpClient();
|
||||||
|
|
||||||
private static string API_BASE_URL = "http://localhost:7575/api/v8.0/";
|
//private static string API_BASE_URL = "http://localhost:7575/api/v8.0/";
|
||||||
//private static string API_BASE_URL = "https://test.helloayanova.com/api/v8.0/";
|
private static string API_BASE_URL = "https://test.helloayanova.com/api/v8.0/";
|
||||||
|
|
||||||
public static string TEST_DATA_FOLDER = @"..\..\..\testdata\";
|
public static string TEST_DATA_FOLDER = @"..\..\..\testdata\";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user