I'll take a look at your test suite and see if I can adapt it.

My test requires JMeter. In case you want to try to run it, you should
be able to load the test case as it is. It hits
"http://localhost:8080/jmeter_slide/slide.jsp";, which is where my
slide.jsp is deployed (this URL can be changed in the test case's HTTP
Request node). This web app has to have all the webdavclient JAR files.
I would post the WAR file, but it's too large for the mailing list.

But I'll check out your test suite as well.

-Mirko


On Tue, 2004-11-23 at 09:59, Oliver Zeigermann wrote:

> 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]
> 

Reply via email to