Skip to content

SQL Server - Automate Tests on Windows #84

Answered by sm-shaw
marcosfreccia asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

You have a mix of the build and driver scripts in the driver one. in particular you call a function called runtimer but don't include that in the script. So there are a couple of examples below for build and driver tested here that should provide you with a template.

A few things to note. Firstly these scripts are multithreaded so once you do build schema and vurun it is running multiple threads. We need a different approach for both because in the schema build we are waiting for all of the virtual users to finish (vwait forever), however for the driver we are waiting for a set period of time before terminating them. For the build I have created more warehouses but with 5 virtual user…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by abondvt89
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #84 on December 16, 2020 18:14.