summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Collapse)AuthorFilesLines
2010-04-11s4:dbspeed torture - improve also the TDB code partMatthias Dieter Wallnöfer1-10/+9
Always use the label "failed" on failures, always close the database context (child of "tmp_ctx") when deleting database file.
2010-04-11s4:dbspeed torture - remove unneeded newlines on "torture_result"Matthias Dieter Wallnöfer1-7/+7
According to Jelmer's post on the technical list.
2010-04-11s4: Fix more test results to not conflict with subunit commands.Jelmer Vernooij1-7/+7
2010-04-11subunit: Remove more test output that could be interpreted by subunit.Jelmer Vernooij2-49/+49
2010-04-11subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij37-276/+277
Upstream subunit makes a ":" after commands optional, so I've fixed any places where we might trigger commands accidently. I've filed a bug about this in subunit.
2010-04-11s4:torture - "dbspeed" test - add newlines as we have them in the other ↵Matthias Dieter Wallnöfer1-2/+2
failure messages
2010-04-11s4:torture - "dbspeed" testMatthias Dieter Wallnöfer1-2/+2
Calculate the leaks on base of the "tmp_ctx" not the torture context.
2010-04-11s4:torture - "dbspeed" testMatthias Dieter Wallnöfer1-10/+17
Unify error handling.
2010-04-11s4:torture - "dbspeed" testMatthias Dieter Wallnöfer1-3/+4
Add more "talloc_free"s where needed or useful.
2010-04-10torture: Simplify torture suite running, call restricted test suite runner.Jelmer Vernooij1-43/+29
2010-04-10smbtorture: Remove unused shell feature.Jelmer Vernooij1-51/+1
2010-04-10smbtorture: Support --load-list argument.Jelmer Vernooij1-16/+30
2010-04-09s4-smbtorture: skip winreg symlink test against Samba in RPC-SPOOLSS.Günther Deschner1-0/+4
Guenther
2010-04-09s4-smbtorture: make sure to check for result of spoolss_GetJob tests.Günther Deschner1-4/+5
This avoids returning potentially uninitialised data. Thanks Andreas for pointing this out. Guenther
2010-04-09s4-smbtorture: display helpful error message when winreg_QueryMultipleValues ↵Günther Deschner1-5/+3
fails. Guenther
2010-04-09RPC-ALTERCONTEXT: let the test pass against w2k3 and w2k8Stefan Metzmacher1-0/+30
The behavior between w2k3 and w2k8 differs: - w2k3 just ignores alter_context requests which try to change an existing presentation context. - w2k8 returns DERPC_NCA_S_PROTO_ERROR and closes the transport connection. metze
2010-04-09s4:torture/rpc/lsa.c: add test_lsa_OpenPolicy2_ex() that takes an expected ↵Stefan Metzmacher1-4/+17
status metze
2010-04-09s4-smbtorture: add test to check for registry symlinks in RPC-SPOOLSS-PRINTER.Günther Deschner1-6/+66
Guenther
2010-04-09s4-smbtorture: fix build after winreg IDL renames, sorry..Günther Deschner1-1/+1
Guenther
2010-04-09s4-smbtorture: Fix winreg test after keytype renameing.Günther Deschner1-21/+21
Guenther
2010-04-09s4-smbtorture: when creating winreg-symlinks during a test, it is very wise ↵Günther Deschner1-2/+2
to make them volatile. Guenther
2010-04-09s4-smbtorture: winreg keytype options is a bitmask.Günther Deschner1-2/+2
Guenther
2010-04-09s4-smbtorture: more work on registry REG_LINK (in-registry symlinks) test.Günther Deschner1-0/+14
Guenther
2010-04-09s4/dsdb: Let caller to control if valid invocationId is critical or ↵Kamen Mazdrashki1-1/+1
zero-guid is acceptable
2010-04-09s4/test: Use drsut_schemainfo_new() instead of SCHEMA_INFO_DEFAULT local defineKamen Mazdrashki1-18/+30
2010-04-09s4/waf: add new files to WAF buildKamen Mazdrashki1-1/+1
2010-04-09s4/tort: Unit test for schemaInfo implementationKamen Mazdrashki3-0/+582
2010-04-09s4/torture: Suppress Valgrind warningsKamen Mazdrashki1-1/+2
This patch suppresses two Valgrind warnings of type "xxx bytes in yy blocks are indirectly lost in loss record"
2010-04-08s4-smbtorture: protect against full UNC paths in winreg printerinfo test.Günther Deschner1-2/+26
Guenther
2010-04-08s4-smbtorture: add PrinterInfo level 2 / winreg consistency test.Günther Deschner1-0/+185
This compares PrinterInfo2 with contents of HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers\printername and HKLM\SYSTEM\CurrentControlSet\Control\Print\Printers\printername Guenther
2010-04-08s4-smbtorture: minor cleanup, use data_blob_talloc_zero() in RPC-SPOOLSS.Günther Deschner1-40/+20
Guenther
2010-04-07s4-smbtorture: minor typo in SetJob test in RPC-SPOOLSS.Günther Deschner1-1/+1
Guenther
2010-04-07Test using (-1) for tid and sessionid in compound related requests.Jeremy Allison1-0/+25
Jeremy.
2010-04-07s4-smbtorture: test for invalid form flags in RPC-SPOOLSS.Günther Deschner1-5/+21
Guenther
2010-04-07s4-smbtorture: test all types and also use a wellknown builtin form name in ↵Günther Deschner1-43/+128
RPC-SPOOLSS. Guenther
2010-04-07s4-smbtorture: merge badname spoolss openprinter tests.Günther Deschner1-9/+34
Guenther
2010-04-07s4-smbtorture: avoid passing down a full test_spoolss_context to directoryGünther Deschner1-20/+17
spoolss tests when not used. Guenther
2010-04-06s4-smbtorture: more work on forms tests in RPC-SPOOLSS.Günther Deschner1-127/+328
Guenther
2010-04-06s4:torture - remove unused variablesMatthias Dieter Wallnöfer3-3/+1
2010-04-06s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell1-6/+6
This works with both standalone lib builds and bundled builds
2010-04-06s4-waf: removed the AUTOGENERATED markersAndrew Tridgell5-18/+0
we won't be using the mk -> wscript generator again
2010-04-06s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell1-4/+4
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell7-0/+14
them
2010-04-06s4-waf: added rap/rpc.cAndrew Tridgell1-1/+1
2010-04-06s4-waf: update torture for new ndr/drsblobs.c testsAndrew Tridgell1-1/+1
2010-04-06s4-waf: remove the need for some of the lib aliasesAndrew Tridgell1-1/+1
2010-04-06build: waf quicktest nearly worksAndrew Tridgell7-28/+28
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell7-0/+243
2010-04-06s4-smbtorture: fix correct result error code in SetForm spoolss test.Günther Deschner1-1/+1
Guenther
2010-04-06s4-smbtorture: fix two context arguments in RPC-SAMSYNC test.Günther Deschner1-2/+2
Guenther