1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-06 16:23:49 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
Jelmer Vernooij
a690667630 r24670: Use torture functions for settings. 2007-10-10 15:02:36 -05:00
Andrew Tridgell
fcf38a38ac r23792: convert Samba4 to GPLv3
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
2007-10-10 14:59:12 -05:00
Alexander Bokovoy
0258f9d3c2 r23540: Continue fixing bench-readwrite. We need to initialize state->readcnt not only when file is written but at initial write as well. 2007-10-10 14:53:26 -05:00
Alexander Bokovoy
9bb079d70d r23529: When using READX, fill in readx fields. Thanks to Metze for spotting it. 2007-10-10 14:53:24 -05:00
Alexander Bokovoy
a580d19cb3 r23506: Turn back to RAW_READ_READ because buildfarm fails. Investigating. 2007-10-10 14:53:23 -05:00
Alexander Bokovoy
5530b38bbf r23505: Use RAW_READ_READX, not RAW_READ_READ in BENCH-READWRITE test (we already write with RAW_WRITE_WRITEX). Noticed by Gomati Mohanan 2007-10-10 14:53:23 -05:00
Andrew Tridgell
c0f65eb656 r22969: fix some more places where we could end up with more than one event
context. We now have an event context on the torture_context, and we
can also get one from the cli_credentials structure
2007-10-10 14:52:34 -05:00
Stefan Metzmacher
93089ad5e8 r22579: disable progress printing in the build-farm
metze
2007-10-10 14:51:47 -05:00
Stefan Metzmacher
2654f595ca r21519: when we want to send non initialized data, then
generate a random buffer explicit to make valgrind happy

found by valgrind in the build-farm on fort, there are some more places
like this...

metze
2007-10-10 14:48:49 -05:00
Volker Lendecke
1d7bcdb33e r21276: Actually fire off multiple parallel read/write requests.
Volker
2007-10-10 14:44:58 -05:00
Volker Lendecke
d2d44bf677 r21275: Reformat the bench-readwrite test a bit 2007-10-10 14:44:58 -05:00
Volker Lendecke
918031a99c r21270: Fix a memleak 2007-10-10 14:44:57 -05:00
Volker Lendecke
b053a7df84 r20272: Fix for BASE-BENCH-READWRITE from Mathias Dietz <MDIETZ@de.ibm.com> 2007-10-10 14:29:28 -05:00
Jelmer Vernooij
f5d6b3ca29 r19510: Make smbtorture's `nprocs' parameter a parametric option. 2007-10-10 14:24:42 -05:00
Jelmer Vernooij
b28860978f r19392: Use torture_setting_* rather than lp_parm_* where possible. 2007-10-10 14:21:24 -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