Attachments made it to the list. Would be great if you could provide a test case for our test suite as I have no idea how to let your test run. Anyone else?
Oliver On Tue, 23 Nov 2004 09:21:06 -0800, Mirko Froehlich <[EMAIL PROTECTED]> wrote: > I have attached my JMeter test case, as well as my test JSPs. > "populate.jsp" is used to populate the repository before running the test. > It assumes that the "/slide/db/load_test/" folder exists and creates 100 > subfolders called "user_[i]" with 10 documents each. "slide.jsp" is the page > that my JMeter test case is hitting. JMeter passes the folder name as a > parameter, and the test then iterates over the documents in the folder, > retrieves their content, creates a new document, retrieves its content, and > deletes it. The test case uses 5 concurrent threads, and each thread pauses > for 800ms between requests. > > Hope the attachments make it through... :) > > -Mirko > > > > > On Sat, 2004-11-20 at 12:35, Oliver Zeigermann wrote: > This should not be caused by using MySQL 4 as the Slide code for both is > identical when it comes to inserting content. Additionally, serilzability of > requests is handled in the WebDAV layer, so there really should be no > deadlocks in the store except there are programming errors (in the store > implementation). You do not use externally controlled transactions, do you? > Also make sure that there are not open connections with pending transactions > from other tools like e.g. an SQL command line tool or a visualizer or > anything. Anyway, looking forward to your test case :) Oliver > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
