wtc%netscape.com
00c4231267
Bug 131386: use 'tee' (in a pipe) instead of 'tail -f' when we need to
...
display the test output on stdout. This avoids the need to kill the tail
process, which is tricky to do under MKS Korn Shell on Windows.
Modified Files: all.sh jssqa common/init.sh
2002-10-10 20:36:53 +00:00
wtc%netscape.com
ca133cf458
Bug 129701: removed the sleep command for Linux in kill_selfserv().
...
Instead, we try to bind to the port in a loop until the port has been
freed. Added the -b (bindOnly) option to selfserv for this purpose.
Modified files: cmd/selfserv/selfserv.c tests/common/init.sh tests/ssl/ssl.sh
2002-09-07 13:41:21 +00:00
nicolson%netscape.com
e179fe8904
Fix 164126: makefile build error.
...
Change the NSS module name from "security" to "nss".
2002-09-06 16:38:56 +00:00
nelsonb%netscape.com
c957d262ac
Test the TLS_RSA_WITH_NULL_SHA cipher suite. Bug 161529. Also, order
...
tests so all SSL3 tests are done before all TLS tests.
2002-08-09 22:09:18 +00:00
bishakhabanerjee%netscape.com
5c04279163
Setting number of tests to 252 to take out warnings on nightly QA reports -Bug 156959
2002-07-19 23:46:10 +00:00
bishakhabanerjee%netscape.com
19dbdc5df8
correcting init_mcom function to enable "nssqa" to run at Netscape - 150752
2002-06-18 21:45:31 +00:00
sonja.mirtitsch%sun.com
adb8e67a58
trying a version that can test tip as default for tinderbox and 341
...
as default for nightly QA
2002-04-25 01:04:10 +00:00
sonja.mirtitsch%sun.com
f091c5b444
changes for jdk 1.4; and mccrel move
2002-04-16 20:57:42 +00:00
relyea%netscape.com
78033ccb01
Add the ability to test the multi-access database feature with existing test cases.
2002-04-08 23:39:44 +00:00
sonja.mirtitsch%sun.com
1a80c72971
fixed a bug that had resulted in tinderbox results not always being uploaded
2002-04-05 01:41:34 +00:00
sonja.mirtitsch%sun.com
f67b5a6f41
moving security products from mccrel to mccrel3
2002-03-28 00:42:36 +00:00
sonja.mirtitsch%sun.com
08ce0e0ee9
patch for bug 87914 r=wtc, NSS test scripts require . in the PATH
2002-03-20 03:01:27 +00:00
sonja.mirtitsch%sun.com
35e022c85a
uploading only waht's specified in the parameters
2002-03-19 19:54:16 +00:00
wtc%netscape.com
cb5e5f1f21
Bugzilla bug 112198: use the -dylib_file ld option to link the ssl3 and
...
smime3 dylibs and the NSS tools so that they can find the indirectly
referenced libsoftokn3.dylib. Define and export DYLD_LIBRARY_PATH. The
patch is contributed by Brian Ryner <bryner@netscape.com>. r=wtc,beard.
Modified Files:
coreconf/Darwin.mk nss/cmd/platlibs.mk nss/lib/smime/config.mk
nss/lib/ssl/config.mk nss/tests/common/init.sh
2002-02-15 23:38:47 +00:00
sonja.mirtitsch%sun.com
58e4856539
fixed returncode after modification in error.h
2002-02-12 18:34:35 +00:00
sonja.mirtitsch%sun.com
7a62a90f8e
script to clean up old tinderbox QA
2002-02-08 02:12:21 +00:00
sonja.mirtitsch%sun.com
6882942b67
QAstatus file now made at the right place (global Exit()) and putting
...
killed info in as well
partial fix for 122632 r=wtc
2002-02-08 01:50:26 +00:00
sonja.mirtitsch%sun.com
95d835e50a
changing the way to figure out if selfserv is still present from ps to
...
kill -0 so we might be able to debug the disapearing selfserv problem
better
2002-02-06 05:34:16 +00:00
sonja.mirtitsch%sun.com
0fbd97206f
start of fix for 122632 to avoid overflows
2002-02-06 04:02:46 +00:00
sonja.mirtitsch%sun.com
0f9e24e63e
calling the selfserv now with -y to get the certs at the end, adjusted clients and wait times
2002-02-06 02:51:59 +00:00
sonja.mirtitsch%sun.com
25e324cbb6
debugging info for the intermittant multiple recipient problem on linux
2002-02-06 01:15:51 +00:00
relyea%netscape.com
24ec92e64a
certutil -L now opens the DB ReadOnly. Add the '-X' option to the test is still
...
testing the R/W case.
2002-02-01 02:28:32 +00:00
wtc%netscape.com
eeef12be2f
Bugzilla bug 119340: backed out the fix. We are still seeing the
...
"selfserv process not detectable" errors on Linux and I don't have
time to get to the bottom of it.
Modified files:
cmd/selfserv/selfserv.c tests/common/init.sh tests/ssl/ssl.sh
2002-01-31 02:03:57 +00:00
sonja.mirtitsch%sun.com
7b6f72131a
put the sleep 30 back into the linux ssl test to give the selfserv time
...
to free the socket...
2002-01-31 01:01:47 +00:00
sonja.mirtitsch%sun.com
37e7d17867
next thry for bug 115200
2002-01-31 00:34:04 +00:00
sonja.mirtitsch%sun.com
81a33a5f77
another try for QA / RE / tinderbox problem bug #115200
2002-01-30 04:37:35 +00:00
ian.mcgreer%sun.com
abec66154f
changes related to bug 115660
...
* fipstoken will only force authentication for object-related functions when the object is a private or secret key
* certutil does not authenticate to token when in FIPS and only doing cert-related operations
* QA does not provide password to certutil when doing cert-related operations in FIPS tests
2002-01-29 17:30:22 +00:00
sonja.mirtitsch%sun.com
a4ddcd12a1
fixed typo
2002-01-28 20:59:23 +00:00
sonja.mirtitsch%sun.com
8b6bfb5e27
attempted fix for bug 115200, tinderbox reports false failures on machines
...
that run 32 and 63 bit tinderboxes
2002-01-28 19:35:53 +00:00
relyea%netscape.com
a7723c632d
Fix bug 115660. Note that fixing the bugs necessitates fixing the test
...
cases as well. The test case was depending on the failure to read certs to
detect the failure to read keys. Now certutil returns a failure if no keys
are found. This also means that the FIPS test after the key and cert
has been deleted should expect a failure to list any keys.
2002-01-25 19:03:17 +00:00
wtc%netscape.com
bd2bc25ec1
Bugzilla bug 119340: an inelegant but more reliable way to kill the
...
multithreaded 'selfserv' process on Linux.
Modified files:
cmd/selfserv/selfserv.c tests/common/init.sh tests/ssl/ssl.sh
2002-01-23 03:18:57 +00:00
sonja.mirtitsch%sun.com
b6fd9b3d50
added the TCP connection aborted to the lines that are OK in the log
2002-01-23 02:07:08 +00:00
sonja.mirtitsch%sun.com
3678be47dd
added comments
2002-01-23 00:27:10 +00:00
sonja.mirtitsch%sun.com
fbbaa44ef1
removing tmpfiles on tinderboxes
2002-01-23 00:21:01 +00:00
sonja.mirtitsch%sun.com
b10b0f598d
changes so nssqa will run on netscape's daily builds as well
2002-01-23 00:19:32 +00:00
sonja.mirtitsch%sun.com
0f991578bd
Ians debug change to find out the state of the DB after multi recepient test
2002-01-15 22:29:47 +00:00
sonja.mirtitsch%sun.com
b2600c932c
asleep of 3 seconds after killing of teh selfserv doesn't seem to be
...
sufficient - either that or it takes a lot longe now to start up
2002-01-10 22:47:12 +00:00
sonja.mirtitsch%sun.com
28cfebd131
taking out OSF 5 links
2002-01-04 21:41:23 +00:00
sonja.mirtitsch%sun.com
c7f03eff64
increased the number of tests and changed the fix about too many cache misses
...
seee bugs #114964 and 118031
2002-01-04 21:39:36 +00:00
sonja.mirtitsch%sun.com
8243a281b2
to avoid client and server writes at the same time write output to a tmp
...
file first, and then the tmp file to stdout
the writes had lead to garbled messages that were then interpreted as
errormessages by the scripts
2002-01-04 21:31:39 +00:00
sonja.mirtitsch%sun.com
8d877b024f
fixed qa_stat following an enhancement, that causes unexpected messaegs in the output.log
2002-01-04 00:24:28 +00:00
sonja.mirtitsch%sun.com
97127f127f
fix for enhancemet request 114964
2002-01-03 23:58:23 +00:00
sonja.mirtitsch%sun.com
8b75779a00
more info to results.html
2001-12-21 00:29:32 +00:00
sonja.mirtitsch%sun.com
894416950a
checking in fix for the new requirements for bug 73098
2001-12-20 23:26:59 +00:00
ian.mcgreer%sun.com
0a0f777ec7
test case for multiple recipients
2001-12-17 20:16:18 +00:00
sonja.mirtitsch%sun.com
e51a88869f
thought I needed to do this in ssl... chge the readonlydir to prevent
...
mccrel from overflowing due to failing cleanup scripts...
2001-12-14 20:10:46 +00:00
sonja.mirtitsch%sun.com
8bc8d0113f
fix for bug 73098, need to make other checkins in ssl.sh and don't
...
want to merge
Ian reviewed the patch
2001-12-14 20:02:53 +00:00
sonja.mirtitsch%sun.com
9c37d51af8
enabling the tls stresstest
2001-12-12 03:15:01 +00:00
sonja.mirtitsch%sun.com
0724c6f553
misspelled dbtests
2001-12-06 01:46:09 +00:00
sonja.mirtitsch%sun.com
22156db9ee
trying to hook in dbtest
2001-12-06 00:51:56 +00:00