7u10 Request for review: 7054918, 7055362, 7055363 (original) (raw)
Xuelei Fan xuelei.fan at oracle.com
Wed Sep 12 04:41:50 UTC 2012
- Previous message (by thread): 7u10 Request for review: 7054918, 7055362, 7055363
- Next message (by thread): 7u10 Request for review: 7054918, 7055362, 7055363
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Jason,
Thanks for take care of this. I only reviewed a few of update on SSL.
In the following example, the comment in the following lines of "run" tag is treated as arguments of the test.
- @run main/othervm ServerTimeout
SunJSSE does not support dynamic system properties, no way to re-use
system properties in samevm/agentvm mode.
The above command is equals to: run main/othervm ServerTimeout SunJSSE does not ... mode.
It's confusing!
I would suggest to use the following style to run SSL test under othervm.
- //
- // SunJSSE does not support dynamic system properties, no way to
- // re-use system properties in samevm/agentvm mode.
- //
- /*
- @test
- @bug 4836493
- @summary Socket timeouts for SSLSockets causes data corruption.
- @run main/othervm ServerTimeout */
Generally, it takes a lot of time to evaluate whether a SSL test does not make use of the system properties. An indeed, only a very few SSL tests are not initialized with system properties. So I would suggest always using othervm for all SSL and HTTPS tests, with above style.
Thanks, Xuelei
On 9/12/2012 8:48 AM, Jason Uh wrote:
Hi all,
Could I please get a review for a backport of Max's test cleanups for jdksecurity{1|2|3}? 7054918 -- jdksecurity1 test target cleanup Webrev: http://cr.openjdk.java.net/~juh/7054918/webrev.7u.00/ JDK8 Changeset: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a015dda3bdc6 CR: http://bugs.sun.com/bugdatabase/viewbug.do?bugid=7054918 7055362 -- jdksecurity2 test target cleanup Webrev: http://cr.openjdk.java.net/~juh/7055362/webrev.7u.00/ JDK8 Changeset: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/febb7f557135 CR: http://bugs.sun.com/bugdatabase/viewbug.do?bugid=7055362 7055363 -- jdksecurity3 test target cleanup Webrev: http://cr.openjdk.java.net/~juh/7055363/webrev.7u.00/ JDK8 Changeset: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cb83fe13af98 CR: http://bugs.sun.com/bugdatabase/viewbug.do?bugid=7055363 Thanks, Jason
- Previous message (by thread): 7u10 Request for review: 7054918, 7055362, 7055363
- Next message (by thread): 7u10 Request for review: 7054918, 7055362, 7055363
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]