<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SQLLoadTest Work Item Rss Feed</title><link>http://www.codeplex.com/SQLLoadTest/WorkItem/List.aspx</link><description>SQLLoadTest Work Item Rss Description</description><item><title>Created Issue: Unable to add Load Test to the existing Unit test. [11260]</title><link>http://sqlloadtest.codeplex.com/WorkItem/View.aspx?WorkItemId=11260</link><description>After a Unit test has been created&amp;#59; while I am trying to add a load test test with the following steps&amp;#58;&lt;br /&gt;Add-&amp;#62;Load test-&amp;#62;Scenario-&amp;#62;load pattern-&amp;#62;Test Mix model-&amp;#62;Test Mix&lt;br /&gt;here when i click on &amp;#39;Add&amp;#39; button&amp;#58; &amp;#39;Add Tests&amp;#39; window should open&lt;br /&gt;But thats not happening for me....isn&amp;#39;t it strange enough&amp;#33;&amp;#33;&amp;#33;&lt;br /&gt;attaching the snapshot.&lt;br /&gt;Did anybody else faced this issue&amp;#63;&amp;#63;&amp;#63;&lt;br /&gt;</description><author>vinayagarwal4u</author><pubDate>Fri, 18 Dec 2009 23:50:48 GMT</pubDate><guid isPermaLink="false">Created Issue: Unable to add Load Test to the existing Unit test. [11260] 20091218115048P</guid></item><item><title>Created Issue: Comments In SQL</title><link>http://sqlloadtest.codeplex.com/WorkItem/View.aspx?WorkItemId=10074</link><description>When having a comment in the SQL Text, for example&amp;#58;&lt;br /&gt;&lt;br /&gt;--select top 1000 &amp;#42; from t1 order by c1, c2&amp;#59;&lt;br /&gt;update t1 set c1 &amp;#61; c1 where c1 &amp;#61; &amp;#39;000001&amp;#39; and c2 &amp;#61; &amp;#39;2006-05-28 00&amp;#58;00&amp;#58;00.000&amp;#39;&lt;br /&gt;update t1 set c1 &amp;#61; c1 where c1 &amp;#61; &amp;#39;000001&amp;#39; and c2 &amp;#61; &amp;#39;2008-01-05 00&amp;#58;00&amp;#58;00.000&amp;#39;&lt;br /&gt;&lt;br /&gt;SQL Load Test gives me the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;c&amp;#58;&amp;#92;&amp;#62;DbLoadTestGen.exe MyScenario trace1.xml&lt;br /&gt;Processing&amp;#58; --select top 1000 &amp;#42; from t1 order by c1, c2&amp;#59;&lt;br /&gt;update t1 set c1 &amp;#61; c1 where c1 &amp;#61; &amp;#39;000001&amp;#39; and c2 &amp;#61; &amp;#39;2006-&lt;br /&gt;05-28 00&amp;#58;00&amp;#58;00.000&amp;#39;&lt;br /&gt;update t1 set c1 &amp;#61; c1 where c1 &amp;#61; &amp;#39;000001&amp;#39; and c2 &amp;#61; &amp;#39;2008-&lt;br /&gt;01-05 00&amp;#58;00&amp;#58;00.000&amp;#39;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Error processing the following SQL&amp;#58; --select top 1000 &amp;#42; from t1 order b&lt;br /&gt;y c1, c2&amp;#59;&lt;br /&gt;update t1 set c1 &amp;#61; c1 where c1 &amp;#61; &amp;#39;000001&amp;#39; and c2 &amp;#61; &amp;#39;2006-&lt;br /&gt;05-28 00&amp;#58;00&amp;#58;00.000&amp;#39;&lt;br /&gt;update t1 set c1 &amp;#61; c1 where c1 &amp;#61; &amp;#39;000001&amp;#39; and c2 &amp;#61; &amp;#39;2008-&lt;br /&gt;01-05 00&amp;#58;00&amp;#58;00.000&amp;#39;&lt;br /&gt;&lt;br /&gt;, the error was startIndex cannot be larger than length of string.&lt;br /&gt;Parameter name&amp;#58; startIndex.&lt;br /&gt;startIndex cannot be larger than length of string.&lt;br /&gt;Parameter name&amp;#58; startIndex&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;&amp;#62;pause&lt;br /&gt;Press any key to continue . . .&lt;br /&gt;&lt;br /&gt;Dany&lt;br /&gt;</description><author>danylaporte</author><pubDate>Mon, 01 Jun 2009 19:20:07 GMT</pubDate><guid isPermaLink="false">Created Issue: Comments In SQL 20090601072007P</guid></item><item><title>Commented Issue: Think time or Sleep enabled on load test</title><link>http://www.codeplex.com/SQLLoadTest/WorkItem/View.aspx?WorkItemId=7725</link><description>i&amp;#39;m able to run my test with the method that i have listed on discussion form. it&amp;#39;s running like a charm. but now there is a little issue. &lt;br /&gt;i have 78 SQL statments in my XML file and have 20 VU running on the load test.&lt;br /&gt;but everytime that i&amp;#39;m running 1 vu  execute 78 statments at the same time. i need a way to set a Thinktime or wait statments between each SQL statement. i have set the System.Threading.Thread.Sleep&amp;#40;2000&amp;#41;&amp;#59; in my loop&lt;br /&gt;when i do that the load test and run but now of the test get&amp;#39;s executed. &lt;br /&gt;when i comment the sleep statments I&amp;#39;m able to run it with out a issue. except it runs all 78 at one time.&lt;br /&gt;Comments: ** Comment from web user: robjarratt ** &lt;p&gt;When you say they execute all at the same time with one VU I assume you mean that they execute sequentially but with no delay between one statement and the next. I am also unclear on what happens when you insert the delay, are you saying that the test does not run at all&amp;#63; If that is the case as a first step I would suggest that you run it as a unit test with the delay, running the test under the debugger to see what happens.&lt;/p&gt;&lt;p&gt;I am also a little curious about the way you are testing. You do not seem to be using the tool at all as far as I can tell, can you tell me what limitation of the tool is preventing you from using it&amp;#63; I am also wondering how you are varying the data in the queries to avoid caching effects giving you artificially good select performance and potentially giving you artificially poor update performance&amp;#63;&lt;/p&gt;</description><author>robjarratt</author><pubDate>Thu, 02 Oct 2008 23:04:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: Think time or Sleep enabled on load test 20081002110400P</guid></item><item><title>Created Issue: Think time or Sleep enabled on load test</title><link>http://www.codeplex.com/SQLLoadTest/WorkItem/View.aspx?WorkItemId=7725</link><description>i&amp;#39;m able to run my test with the method that i have listed on discussion form. it&amp;#39;s running like a charm. but now there is a little issue. &lt;br /&gt;i have 78 SQL statments in my XML file and have 20 VU running on the load test.&lt;br /&gt;but everytime that i&amp;#39;m running 1 vu  execute 78 statments at the same time. i need a way to set a Thinktime or wait statments between each SQL statement. i have set the System.Threading.Thread.Sleep&amp;#40;2000&amp;#41;&amp;#59; in my loop&lt;br /&gt;when i do that the load test and run but now of the test get&amp;#39;s executed. &lt;br /&gt;when i comment the sleep statments I&amp;#39;m able to run it with out a issue. except it runs all 78 at one time.&lt;br /&gt;</description><author>Antoneypillai</author><pubDate>Thu, 02 Oct 2008 19:59:03 GMT</pubDate><guid isPermaLink="false">Created Issue: Think time or Sleep enabled on load test 20081002075903P</guid></item><item><title>Commented Issue: unable to generate test mothod for each operation</title><link>http://www.codeplex.com/SQLLoadTest/WorkItem/View.aspx?WorkItemId=7116</link><description>When use the config file in the command and set IncludeIndividualOperations  to truee, seems DB operation is not been created as inidividual test method, the auto generated classes seems have no difference when set this value to true to false.&lt;br /&gt;Comments: ** Comment from web user: robjarratt ** &lt;p&gt;I will issue a fix when I do some more enhancements to the tool. In the meantime you can fix this yourself in the source code by going to line 152 in TraceFileProcessor.cs. There you will see the following line&amp;#58;&lt;/p&gt;&lt;p&gt;UnitTestGenerator utg &amp;#61; new UnitTestGenerator&amp;#40;scenarioName, scenarioName, scenarioName &amp;#43; &amp;#34;Tests&amp;#34;, TestMethodMode.ScenarioMethodOnly, OperationTimerMode.IncludeOperationTimers&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;You can either change the hard-coded constants to what you want, or pass through the values from the config parameter.&lt;/p&gt;</description><author>robjarratt</author><pubDate>Thu, 14 Aug 2008 07:35:59 GMT</pubDate><guid isPermaLink="false">Commented Issue: unable to generate test mothod for each operation 20080814073559A</guid></item><item><title>Created Issue: unable to generate test mothod for each operation</title><link>http://www.codeplex.com/SQLLoadTest/WorkItem/View.aspx?WorkItemId=7116</link><description>When use the config file in the command and set IncludeIndividualOperations  to truee, seems DB operation is not been created as inidividual test method, the auto generated classes seems have no difference when set this value to true to false.&lt;br /&gt;</description><author>xpding</author><pubDate>Mon, 28 Jul 2008 13:40:03 GMT</pubDate><guid isPermaLink="false">Created Issue: unable to generate test mothod for each operation 20080728014003P</guid></item></channel></rss>