summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell165-495/+330
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r23734: Add a test to prove tridge's theory that the mask, once setJeremy Allison1-2/+119
on an open directory handle, is never changed. (He's right btw :-). Jeremy. (This used to be commit bf9242ad4561239fbc6e05c6879726f0df202f56)
2007-10-10r23687: not every compiler supports __typeof__()Stefan Metzmacher1-0/+5
metze (This used to be commit d0f77f7bd7520f4cd61c0d0199b917895ea85a1c)
2007-10-10r23643: Fix the build farm tests. We were incorrectly passing theJim McDonough1-5/+10
RPC-SAMBA3-GETUSERNAME tests before the previous password expiration fixes, because if you create a user and only set the password administratrively, the "last set time" should not get updated. Needed to add some more of the fields_present flags to do this. (This used to be commit ce5637de22c19551c0ce5147658ceae33b976ef1)
2007-10-10r23561: Fix an output message.Michael Adam1-1/+1
(This used to be commit bf1edba3f184cbddea70388058e16f044c2bea54)
2007-10-10r23551: Change data_blob_equal to data_blob_cmp, suitable for sorting with ↵Andrew Bartlett1-2/+2
qsort(). Andrew Bartlett (This used to be commit 96ef5259c63ad6245c94c40d6059d736b1534183)
2007-10-10r23540: Continue fixing bench-readwrite. We need to initialize ↵Alexander Bokovoy1-2/+3
state->readcnt not only when file is written but at initial write as well. (This used to be commit 0258f9d3c21d1f9ce6bfcf31138d7f8b9bfb6b7d)
2007-10-10r23535: accept numeric ntstatus codes in nbench load files (ronnies wiresharkAndrew Tridgell1-3/+9
script generates numeric codes) (This used to be commit 455895c4b1651bc74f2f64514344d3561a2cd5bb)
2007-10-10r23534: honour the targetrate even for loadfiles with timestampsAndrew Tridgell1-1/+5
(This used to be commit 24b6aabd11849518f46231358994118a39bb0cb3)
2007-10-10r23533: added --option torture:targetrate=rate to target a particularAndrew Tridgell2-1/+31
throughput in MBytes/sec (This used to be commit 35477e8e3d58acce467648f3bd83a43d135caefa)
2007-10-10r23531: added optional latency reporting in BENCH-NBENCH. To use it, you needAndrew Tridgell2-6/+47
to have a load file that puts a timestamp in the first column. That tells NBENCH to target the same throughput as the capture, and to report the maximum amount of latency miss in the test This allows you to quickly see how many clients you can run with while still meeting a given target (This used to be commit 7f045ca4f5e3e777978cad39ac22f0c611af6b10)
2007-10-10r23529: When using READX, fill in readx fields. Thanks to Metze for spotting it.Alexander Bokovoy1-6/+7
(This used to be commit 9bb079d70d3fab3ad66143301e8ddfbb5135dedb)
2007-10-10r23506: Turn back to RAW_READ_READ because buildfarm fails. Investigating.Alexander Bokovoy1-1/+1
(This used to be commit a580d19cb39e35464d28a8aa15bb9587e3e7d518)
2007-10-10r23505: Use RAW_READ_READX, not RAW_READ_READ in BENCH-READWRITE test (we ↵Alexander Bokovoy1-1/+1
already write with RAW_WRITE_WRITEX). Noticed by Gomati Mohanan (This used to be commit 5530b38bbf776fec86dd47d3fe73c5e7a6eb188b)
2007-10-10r23492: Also activate the split out test...Volker Lendecke1-0/+2
(This used to be commit a3cb4bcae7a6eaac99e2cffbce4a8a7d7fcf1547)
2007-10-10r23491: Split out the RENAME trans2 call into a separate testVolker Lendecke1-14/+65
(This used to be commit 80244f1ee66c3dbcc2958db4fa9ed333d9f0b40c)
2007-10-10r23481: As per metze's suggestion, move the nsstest files from torture/ to ↵Kai Blin4-549/+0
nsswitch/ (This used to be commit 4e7dc9eae4a30f67a87dbf8ccfda7f6a3ace114d)
2007-10-10r23403: Make nsstest build on Samba4.Kai Blin4-2/+141
For now, only build on Linux systems. If the build farm is happy with this, I will gradually turn on this feature for other platforms, too. (This used to be commit c2d4cc1c61d7b39de2139de836dbbdb6c2edf8bb)
2007-10-10r23386: Correctly fill in server name in DsrGetDcSiteCoverageW() test.Günther Deschner1-1/+2
Guenther (This used to be commit 2fc02ab99283f77138e759726ea67ec6ce5e5283)
2007-10-10r23385: Adding netr_DsRGetForestTrustInformation() test to query transitive ↵Günther Deschner1-0/+52
forest trusts as well as our primary domain. Guenther (This used to be commit 7b19df13a4885fefc38cd73a9c46ee897ffa79ae)
2007-10-10r23383: Query transitive forest trust info in LSA torture test once we see ↵Günther Deschner1-0/+66
such trusts. Guenther (This used to be commit eaa17d5a8ff25ff96b3b6b71dab0effbeeb9b683)
2007-10-10r23381: Merge netr_GetDcName WERROR return and ↵Günther Deschner1-2/+2
WERROR_DOMAIN_CONTROLLER_NOT_FOUND from SAMBA_3_0. Guenther (This used to be commit 841ad140a34648ff52d5e44a6642f346ef9eee02)
2007-10-10r23365: Try to make Windows Vista join again. On my new test environment, itAndrew Bartlett1-2/+28
wants to check for an existing domain join account, and fails. This test shows that we need to return NT_STATUS_NONE_MAPPED when nothing matches. (not yet tested if this helps vista). Andrew Bartlett (This used to be commit 7f3671bf11cab36a5c795d7db86f85081b73bc71)
2007-10-10r23240: Fill in netr_DsrGetDcSiteCoverageW.Günther Deschner1-1/+25
Guenther (This used to be commit 9c2b9642336ed954c8f9fc0ccce95547d7c18aa8)
2007-10-10r23239: Fill in drsuapi_QuerySitesByCost.Günther Deschner1-1/+58
Guenther (This used to be commit cf953d04813d193da5e9714ceebb7826dc7e4d0b)
2007-10-10r23231: Fix make test on build farm for 64-bit hosts. There's no reason ↵Jim McDonough1-0/+1
this should be any different for 64-bit hosts, but we probably are lucking out on other fields here as well. The "fields_present" field shouldn't just be copied from usrmgr traces, because it indicates which fields should be set, and in this case, we were setting the kickoff time (NOT the expired time) to some random date. (This used to be commit 69270178e5b5b069cc7bcd04d04cf8ec29512da2)
2007-10-10r23182: fixed valgrind errorAndrew Tridgell2-0/+4
(This used to be commit fae416cbe8e44bc88ea709160a583e2f921e4eec)
2007-10-10r23181: prevent attempts to reopen the connection twice at the same timeAndrew Tridgell2-21/+30
(This used to be commit a25c27dbae4534f2125001c16ac9ae0b67c519cb)
2007-10-10r23180: auto-reconnect on both NT_STATUS_END_OF_FILE and ↵Andrew Tridgell2-3/+6
NT_STATUS_LOCAL_DISCONNECT (This used to be commit 32a6c268a7963382dc05f53783ac22f7fd0de429)
2007-10-10r23152: fixed some async retry issues in openbenchAndrew Tridgell1-37/+34
(This used to be commit 08eeaff0799051c3046a1101943b74d634828f6e)
2007-10-10r23144: splitup RAW-OPLOCK into small unitsStefan Metzmacher2-84/+630
metze (This used to be commit 0cfe152cb143165b908ef023a06c4107efbdecb9)
2007-10-10r23143: error found by valgrindAndrew Tridgell2-8/+10
(This used to be commit 268a26131ee43a673e7b79a359b2575dcef554d5)
2007-10-10r23142: added error checking and reconnect on echo repliesAndrew Tridgell2-8/+50
(This used to be commit 0d47efe6d6d1738183c59942a077faaf1c77f004)
2007-10-10r23140: send send echos while disconnectedAndrew Tridgell2-2/+6
(This used to be commit 233172a9f71e297e255c393946ad51fad96b356e)
2007-10-10r23139: use echo operations once a second in lockbench and openbench to ensureAndrew Tridgell2-0/+21
we detect IP takeover on servers (This used to be commit b5292a25edf1c071dea19877fb6b31f2501132ef)
2007-10-10r23129: Merge from 3_0:Günther Deschner1-5/+5
* netr_DsRGetDCName_flags, netr_DsRGetDCNameInfo_AddressType and netr_DsR_DcFlags * the mask in netr_DsRGetDCNameEx2 turns out to be samr_AcctFlags Guenther (This used to be commit 9cdd6d9782a7a70f01d748228beb80c454d1468b)
2007-10-10r23104: Add comment explaining the new test.Jeremy Allison1-1/+7
Jeremy. (This used to be commit 7b9b5c59a4ac2afca151ba12eba7c808057a677e)
2007-10-10r23103: Add a torture test for the insane semantics Steve's cifsfs clientJeremy Allison1-0/+104
uses so we don't regress :-). Jeremy. (This used to be commit 5ce41ae40c5413bb9f15d1c47a095f63d7f167e0)
2007-10-10r23099: New interesting delete on close tests :-).Jeremy Allison1-1/+62
This will break all delete tests on the build farm until I check in my server patch. Jeremy. (This used to be commit c31f775f1c8f6f7e50d038d093898a1f4280be23)
2007-10-10r23090: a test showing two netlogon pipes open at once, using the LogonEx opsAndrew Tridgell2-0/+96
(This used to be commit 576dbdc8eece5c2fef743835c7cc255f02050ad3)
2007-10-10r23066: don't ignore errorsStefan Metzmacher1-0/+1
metze (This used to be commit 1a1a339d48af535d60a37b6c646e3e6ca95d41b5)
2007-10-10r23062: make sure one node doesn't get ahead of the others at the startAndrew Tridgell1-2/+4
(This used to be commit 6ab736f5308aabec609408cef9e4c3629081dd75)
2007-10-10r23061: keep the RAW-BENCH-OPEN test balancedAndrew Tridgell1-19/+34
(This used to be commit 453d6f5c58ef60599894749a513d45f1bf5f1c4e)
2007-10-10r23056: added automatic reconnect to RAW-BENCH-OPEN, similar to RAW-BENCH-LOCKAndrew Tridgell1-28/+163
(This used to be commit 30b1733d75a5f309441818be9718c0434b984f42)
2007-10-10r23031: removed bogus event_loop_once() calls in RAW-CONTEXT test - they couldAndrew Tridgell1-5/+0
hang forever if an ealier one caused two operations to complete at once this is why RAW-CONTEXT was taking 5 minutes on the build farm (This used to be commit eeba37e25cdcaefac4a252fb4305bddaba217826)
2007-10-10r23029: fixed formattingAndrew Tridgell1-3/+3
(This used to be commit 72ee4707725e9bbc9ab564315c7d78bdc564256f)
2007-10-10r22983: This should ensure that torture_create_testuser() can be called,Andrew Bartlett1-1/+1
without needing to change the user's password afterwoulds. (Accounts were being created with 'must change at next login' set). Andrew Bartlett (This used to be commit 7b94f2f6dbb7780fb12c8fad5e2ea6e07e72b24e)
2007-10-10r22969: fix some more places where we could end up with more than one eventAndrew Tridgell12-16/+27
context. We now have an event context on the torture_context, and we can also get one from the cli_credentials structure (This used to be commit c0f65eb6562e13530337c23e3447a6aa6eb8fc17)
2007-10-10r22965: changed RAW-LOCK-BENCH to remove the scheduling uncertainty. We shouldAndrew Tridgell1-52/+60
always get balanced locking now (This used to be commit 4e6df7b9b1938b91a904ab061c36d65b169f93a8)
2007-10-10r22962: show progress separately for each client in RAW-BENCH-LOCK, this isAndrew Tridgell1-15/+26
much more useful for seeing why we get unbalanced locking (This used to be commit 1f1f57023b6d7d7d4938803e57f30e485ccba719)