summaryrefslogtreecommitdiffstats
path: root/source4/torture/raw/offline.c
Commit message (Collapse)AuthorAgeFilesLines
* torture: use tevent_ functions names instead of the legacy event_ onesSimo Sorce2011-08-131-4/+4
|
* source4/torture/raw: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
|
* s4-torture: handle NT_STATUS_CONNECTION_RESETAndrew Tridgell2010-02-041-1/+2
| | | | a CONNECTION_RESET is now the normal "client disconnect" status code
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-4/+0
| | | | This reduces compile time somewhat.
* s4:libcliraw: s/private/private_dataStefan Metzmacher2009-02-021-6/+6
| | | | metze
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
| | | | | | | | | | | | | | | | | | | | list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
|
* fixed the data in SAVEFILE op in RAW-OFFLINEAndrew Tridgell2008-08-241-1/+1
| | | | (This used to be commit 3441ea5df5b750442d17b90de73d392d2d802ab1)
* show the bad data in RAW-OFFLINEAndrew Tridgell2008-08-241-3/+10
| | | | | also show the worst case latencies so far, matching tsm_torture (This used to be commit 5859bb337ce2ec5091425ebd02cad14c4da40457)
* don't use zero data for the first file in RAW-OFFLINEAndrew Tridgell2008-08-231-2/+2
| | | | | | the most likely bugs in HSM involve zero data, due to the dm_punch_hole() request (This used to be commit 330ab956ea7e0b344450eee60b1357d854fbef28)
* Fix the build.Jelmer Vernooij2008-04-171-1/+1
| | | | (This used to be commit 40b7b0e503cff31ea4e3d4822f2263fbeb76c57a)
* Use provided event context rather than looking for it.Jelmer Vernooij2008-04-171-6/+5
| | | | (This used to be commit fd0bb96acea3d7949cf0574bb6f3568a90f67f4e)
* make the multiplier in the RAW-OFFLINE test settableAndrew Tridgell2008-02-071-1/+2
| | | | (This used to be commit f4b363d7a65023c816264b58d6f3f07730b43c0c)
* added latency reportingAndrew Tridgell2008-01-251-6/+51
| | | | (This used to be commit f0ffbb8e19c1085bf54d226f62c667868e14f62e)
* more useful outputAndrew Tridgell2008-01-251-10/+17
| | | | (This used to be commit 033cab6546d943089eefc298b335db03c1d0ebb6)
* added a offline file torture test BASE-OFFLINEAndrew Tridgell2008-01-251-0/+455
(This used to be commit d4b26fb2a38aa5b0ed2b6083641b9d8306af8c58)