Tigase Test Suite

Article is about Tigase Test Suite

Question about XMPP load testing approaches...

Submitted by Anonymous on Wed, 2010-08-18 08:27

Hi Artur,

First off, thank you for developing a tool like Tigase and generously helping out the community of users. It's much appreciated!

My question is centered around loading testing XMPP servers. On an XMPP environment, some clients send data to the server while others read data from the server.

It seems to me that the (very, very few) XMPP load test scaffolds available seem to focus on one side of the equation -- namely sending data *to* the . They seem to ignore the other side - receiving data *from* the server.

Are your tsung load test scripts available?

Submitted by Anonymous on Mon, 2010-08-09 18:34

Hi Artur,

I was wondering if your tsung load test XML files were available anywhere. All tsung config files linked from the load test reports seem empty (e.g., http://www.tigase.org/files/static/sun-tests/tsung_40roster_standard_200...).

I ask because I've been contemplating the feasibility of using tsung to emulate a javascript muc client communicating over a BOSH connection. I'm sure it's doable, though I'm not sure how painful it'd be. I thought that perhaps your current tsung reports might be a good starting point.

Thanks once again!

-DeAngelo

How to run tigase testsuite?

Submitted by Anonymous on Tue, 2010-06-29 09:09

I have setup a tigase server and run functional-test on another computer(CentOS5.5),
./scripts/functional-test.sh

the html output is generated, however they're half failed including the first three case: get version, get configuration...

Is there any configuration when i deploy the testsuite on the test server(remoteIP, hostname...)

I debug the case found
[OUTPUT: , INPUT: ]

How to run tigase testsuite?

Submitted by Anonymous on Tue, 2010-06-29 02:42

Hi,
I have setup a tigase server(version tigase-server-5.0.0-b2135) based on winXP,and testsuite environment on CentOS5.5. There's some exception when i run the functional tests.
Exception in thread "main" java.lang.NoClassDefFoundError: tigase/test/TestSuite
Caused by: java.lang.ClassNotFoundException: tigase.test.TestSuite
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)