Hi,
I have never experienced Jordi's bug
(http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25505) using the same jdk
and 1.9.1.
Have you tried to increase the log level for both https and jmeter ?
You may have a problem to open your keystore ? How do you specify the
keystore path, name and password ? In the JMeter conf file ? Do you have the
necessary certificate and CA in this keystore ? Do you use the sslManager to
import your cert mag?

Be careful that surge testing https will (artificialy) over-stress your ssl
gateway because of the non-reuse of the connections by each thread
(http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22512). And never use the
"keep alive" option on the samplers because you would soon also reach the
limit of your local https connection stack (Windows issue).

Cheers,
Laurent

-----Message d'origine-----
De : Sonam Chauhan [mailto:[EMAIL PROTECTED]
Envoy� : mercredi, 17. d�cembre 2003 08:11
� : 'JMeter Users List'
Objet : surge testing and SSL connection bug


Hello JMeter users/developers- 

I found an SSL bug in the latest JMeter where it throws an exception on the
very first SSL connection. I saw Jordi had already filed it in bugzilla: 
        http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25505
Jordi states a workaround: 
        "[Workaround: create a stupid sample at the very beginning of your
test]"
This works a treat. However, it breaks something I am planning to do, and I
was wondering if there was a better way...

I want to implement a "surge test" where the number of users "surges"
temporarily every hour or so, then dies down quickly. So my plan has two
thread groups like so:
---------------------------------------------------------
Test Plan       --      Runs thread groups *simultaneously*
        Thread Group 1  --      Normal usage group
        Thread Group 2  --      Surge group. 
---------------------------------------------------------
The surge group finishes one iteration in a few minutes. A constant delay
timer at the end causes it to sleep for an hour before running again.

The problem is to implement the workaround for HTTPS, I will have to insert
a dummy first thread group. I will also have to tick the "Run each 
---------------------------------------------------------
Test Plan       --      Runs thread groups *one after another*
        Thread Group 1  --      *Dummy SSL connection group*
        Thread Group 2  --      Normal usage group
        Thread Group 2  --      Surge group. 
---------------------------------------------------------
To ensure dummy Thread Group 1 runs first, I have to tick "Run each thread
groups separately" in the top level plan element. But this breaks the surge
testing because thread groups 2 and 3 no longer run together. 

Is there a better way to do surge testing? 

With regards,
Sonam Chauhan
-- 
Corporate Express Australia Ltd.
Phone: +61-2-9335-0725, Fax: 9335-0753, Email: [EMAIL PROTECTED]
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to