1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-19 21:57:57 +03:00

9 Commits

Author SHA1 Message Date
Jelmer Vernooij
f5d6b3ca29 r19510: Make smbtorture's `nprocs' parameter a parametric option. 2007-10-10 14:24:42 -05:00
Jelmer Vernooij
7a01235067 r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libraries
works again now, by specifying --enable-dso to configure.
2007-10-10 14:24:41 -05:00
Jelmer Vernooij
0eb6097305 r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained
output in the testsuite rather than just True or False for a
set of tests.

The aim is to use this for:
 * known failure lists (run all tests and detect tests that
						started working or started failing). This
   would allow us to get rid of the RPC-SAMBA3-* tests
 * nicer torture output
 * simplification of the testsuite system
 * compatibility with other unit testing systems
 * easier usage of smbtorture (being able to run one test
						and automatically set up the environment for that)

This is still a work-in-progress; expect more updates over the next couple of
days.
2007-10-10 14:21:12 -05:00
Stefan Metzmacher
d1dd3df5e4 r17958: as talloc_init() enabled null tracking, we should avoid to use it
in smbtorture, and in the LOCAL-TALLOC we should reset the null tracking

also make bin/smbtorture //url/foo LOCAL-TALLOC LOCAL-TALLOC possible

metze
2007-10-10 14:16:57 -05:00
Jelmer Vernooij
f7afa1cb77 r17930: Merge noinclude branch:
* Move dlinklist.h, smb.h to subsystem-specific directories
 * Clean up ads.h and move what is left of it to dsdb/
   (only place where it's used)
2007-10-10 14:16:54 -05:00
Jeremy Allison
720c425af1 r17139: Checking in Volker's extended oplock test.
Jeremy
2007-10-10 14:10:14 -05:00
Volker Lendecke
3413ad5c31 r16909: Change torture_open_connection to look at torture:unclist.
Volker
2007-10-10 14:09:58 -05:00
Volker Lendecke
a5d6db0924 r16907: Add an index parameter to torture_open_connection. Next step is to enable the
unclist parameter for all tests that do two connections, to enable cluster
testing.

Volker
2007-10-10 14:09:58 -05:00
Jelmer Vernooij
c9d287dc0e r16518: Split up torture_util.c in smb and non-smb specific parts.
Add torture_temp_dir() function, with test.
2007-10-10 14:09:31 -05:00