Michael Sawyer
|
f7b7a2448c
|
use runall.sh and cleanall.sh
|
2000-07-06 19:40:57 +00:00 |
|
Michael Sawyer
|
2c65255baa
|
Missing quotes
|
2000-07-06 19:37:47 +00:00 |
|
Michael Sawyer
|
ea1fabfe76
|
SUBDIRS entry corrected and brought up to date
|
2000-07-06 19:34:27 +00:00 |
|
Andreas Gustafsson
|
2c9fdfdfbe
|
added script for running all system tests in sequence
|
2000-07-06 19:32:37 +00:00 |
|
Andreas Gustafsson
|
457a63f3b8
|
missing colon in glue_test rule
|
2000-07-06 04:36:55 +00:00 |
|
Andreas Gustafsson
|
770dd208fa
|
work around NetBSD /bin/sh bug, with the side effect of making the
test script shorter
|
2000-07-06 02:33:42 +00:00 |
|
Michael Sawyer
|
313b7db2ce
|
Add NSUPDATE to conf.sh.in, not conf.sh...
|
2000-07-06 02:10:46 +00:00 |
|
Andreas Gustafsson
|
249763bcbf
|
added glue test
|
2000-07-06 02:06:02 +00:00 |
|
Andreas Gustafsson
|
afb2c39d2d
|
added glue test
|
2000-07-06 01:28:08 +00:00 |
|
Andreas Gustafsson
|
8993565982
|
if the file nsN/namedopts exists, use it to set named
command line options
|
2000-07-06 01:26:05 +00:00 |
|
Michael Sawyer
|
c3c6770e53
|
Add nsupdate/ixfr test suite
|
2000-07-06 00:54:03 +00:00 |
|
Brian Wellington
|
5ddea03e3e
|
Log a message in addition to setting a failure code when kill -TERM doesn't
kill a server.
|
2000-07-05 23:28:07 +00:00 |
|
Andreas Gustafsson
|
66465da5d1
|
work around NetBSD /bin/sh bug, with the side effect of making the
test script shorter
|
2000-07-05 22:13:56 +00:00 |
|
Brian Wellington
|
58208669bc
|
Should sleep for a while between kill -TERM and kill -KILL
|
2000-07-05 20:56:11 +00:00 |
|
Andreas Gustafsson
|
aade2614cb
|
work around NetBSD /bin/sh bug, with the side effect of making the
test script shorter
|
2000-07-05 19:42:34 +00:00 |
|
Brian Wellington
|
5618f70327
|
Modify the tests so that if any server doesn't die with a TERM signal,
it's an error.
|
2000-07-05 18:49:06 +00:00 |
|
Brian Wellington
|
bb915db969
|
Check to see that kill actually kills the server. If not, it's an error,
so print a message, increment status, and kill -9 the server.
|
2000-07-05 18:16:39 +00:00 |
|
Mark Andrews
|
323b6387ce
|
293. [port] Add support for freebsd 4.0 system tests.
|
2000-06-29 15:28:23 +00:00 |
|
Brian Wellington
|
316e03c2df
|
Makefile was broken for out-of-tree builds
|
2000-06-28 23:19:02 +00:00 |
|
Brian Wellington
|
3f358cfc9f
|
Try to avoid signedness warnings.
|
2000-06-28 22:41:46 +00:00 |
|
Brian Wellington
|
91f77f8a8d
|
Test getaddrinfo() and getnameinfo().
|
2000-06-28 21:56:51 +00:00 |
|
Brian Wellington
|
57bae12486
|
Remove multiple A records, since it makes testing far more complicated.
|
2000-06-28 21:56:13 +00:00 |
|
Andreas Gustafsson
|
e0a18a86d9
|
CVS ID
|
2000-06-28 19:01:52 +00:00 |
|
Brian Wellington
|
eb3bd171e0
|
test gethostbyname, gethostbyname2, and gethostbyaddr
|
2000-06-28 00:34:35 +00:00 |
|
Michael Sawyer
|
1f29b6b7ab
|
RH seems to have a problem if you open the sockets too quickly; add a sleep
in hopes of getting mirepoix to pass the tests
|
2000-06-26 23:46:20 +00:00 |
|
Michael Sawyer
|
1dce9a099e
|
Double allowable time for servers to start up.
|
2000-06-26 20:56:33 +00:00 |
|
Michael Graff
|
a3cf4d394a
|
clean up a makefile problem that caused 'make distclean' and 'make cleandir' to fail for some makes
|
2000-06-26 18:00:15 +00:00 |
|
Brian Wellington
|
2d9f7b2971
|
Having a close(SOCK) seems to help mirepoix for some reason.
|
2000-06-26 17:53:25 +00:00 |
|
Andreas Gustafsson
|
787ad47ae4
|
increased timeout when waiting for server response; limits test did
not start in 44 seconds on irix
|
2000-06-26 01:12:35 +00:00 |
|
Andreas Gustafsson
|
5ff3d89153
|
don't create or delete /var/run/system_test_ifsetup;
it's not needed any more, and it causes error messages on irix which
does not have /var/run
|
2000-06-25 16:52:31 +00:00 |
|
Andreas Gustafsson
|
54aa59731f
|
check that server sockets can be bound to before attempting
to start servers; fixed bug that caused us not to perform version.bind queries
to subsequent servers if the first one succeeded
|
2000-06-25 16:47:42 +00:00 |
|
Andreas Gustafsson
|
0e3fa3bf10
|
more detailed error reporting
|
2000-06-25 02:30:18 +00:00 |
|
Andreas Gustafsson
|
c2398b11d7
|
added -p option for setting port number
|
2000-06-25 01:40:05 +00:00 |
|
Andreas Gustafsson
|
45340ebd2d
|
don't call gethostbyname() with dotted quad argument;
don't hardcode PF_INET and SOCK_STREAM; improve error reporting;
indent by 8 spaces
|
2000-06-24 23:09:44 +00:00 |
|
Michael Sawyer
|
258b178806
|
It's probably not a good idea to check in the test script with a debugging
patch intended to make it fail, regardless of the test status.
|
2000-06-24 01:44:28 +00:00 |
|
Michael Sawyer
|
0a7c55d181
|
Add distclean target, different from clean target, which removes .run files
|
2000-06-23 21:28:17 +00:00 |
|
Mark Andrews
|
24a1638a72
|
add 5000.example verification test
|
2000-06-23 21:19:21 +00:00 |
|
Michael Sawyer
|
4d5ef1c0cf
|
Loop over server start test
|
2000-06-23 21:17:02 +00:00 |
|
Mark Andrews
|
1a43bb06d2
|
Add limits tests.
|
2000-06-23 17:10:09 +00:00 |
|
Mark Andrews
|
2a3d8a972f
|
add
|
2000-06-23 17:05:47 +00:00 |
|
Mark Andrews
|
35f36a82bf
|
add knowngood's
|
2000-06-23 17:05:11 +00:00 |
|
Mark Andrews
|
d7c6323874
|
Add various knowngood file
|
2000-06-23 16:56:42 +00:00 |
|
Mark Andrews
|
0acda4fb5b
|
added a-maximun-rrset.example
|
2000-06-23 16:55:11 +00:00 |
|
David Lawrence
|
1a225a9907
|
prototype test_noop() and main()
|
2000-06-22 23:11:09 +00:00 |
|
Brian Wellington
|
8561261d96
|
Ignoring the wrong file doesn't work too well
|
2000-06-22 23:04:30 +00:00 |
|
David Lawrence
|
9c3531d72a
|
add RCS id string
|
2000-06-22 22:00:42 +00:00 |
|
David Lawrence
|
e44e0ff385
|
update_copyrights
|
2000-06-22 17:36:01 +00:00 |
|
Brian Wellington
|
52cff07fe2
|
strlen wants a char *, not an unsigned char *
|
2000-06-22 01:36:34 +00:00 |
|
Brian Wellington
|
5b411b0150
|
Add a couple .cvsignores
|
2000-06-22 01:29:54 +00:00 |
|
Brian Wellington
|
58fe6a5b1b
|
Add .cvsignore
|
2000-06-22 01:27:46 +00:00 |
|