summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r16330: Show number of succeeded, failed and skipped tests and success rate ↵Jelmer Vernooij1-0/+8
at the end of a smbtorture run. (This used to be commit 745f3d544bb1158c7c0001d36181916cd932bc08)
2007-10-10r16328: Wrap all existing tests in simple single-function testsuites.Jelmer Vernooij1-51/+51
(This used to be commit 7e811adf59841936b7e634fca4e95630f890c5af)
2007-10-10r16321: Add suite_start/suite_finish hooks, support --format=quietJelmer Vernooij1-4/+17
(This used to be commit 6da39533d77f686b26787bebfe9e3db4bb8c740d)
2007-10-10r16304: Improve testing UI API. This now allows registering the fullJelmer Vernooij1-22/+39
test suite tree, looks a bit more like other unit testing API's, fixes some memory responsibility issues, introduces testcases, and removes the need for tests to call torture_ok(). (This used to be commit 0445b1a56a02552f895f400960b9ced39244a144)
2007-10-10r16174: Couple of fixes to the UI code - make 'torture_ok()' optional, be ↵Jelmer Vernooij1-1/+16
more verbose by default. (This used to be commit 8ef13a50b9e80811342058cdf15cf84a8ed7532e)
2007-10-10r16160: Fix double semicolon in ui.hJelmer Vernooij1-2/+37
Support output in perl's Test::Harness format (smbtorture output can now be parsed by the 'prove' utility which generates statistics about how much tests failed, succeeded, skipped, etc) (This used to be commit 18fab7a22c85e360d5e4fbb0b2f97504b9a6cfc9)
2007-10-10r16152: Support multiple output formats for those tests using the ui and add ↵Jelmer Vernooij1-1/+45
support for subunit output. (This used to be commit 4e720b01916e226071fce124363da7d68f04a511)
2007-10-10r15908: Mention ncalrpc in smbtorture help outputJelmer Vernooij1-1/+4
Update smbtorture manpage with binding string format explanation (This used to be commit 37f6dc130e697c840676c96aadc295bcde6a0bca)
2007-10-10r15819: Use updated API in smbtorture, use UI tools in registry tests.Jelmer Vernooij1-2/+2
(This used to be commit 4c452090fbcf9b17acd8473cf018b09f445009b2)
2007-10-10r15456: Inspired by a short discussion with abartlet on IRC.Rafal Szczesniak1-2/+10
- create "async" parameter for smbtorture to categorise async tests potentially hard for windows servers - create "num-async" parameter to specify the number of simultaneous async requests to be made - move RPC-ASYNCBIND test from "dangerous" to "async" (I should probably do the same for many others async tests...) It's an interesting way to determine resources availability on windows servers... rafal (This used to be commit 0d008fbea0aec279d389cff676a4319262475d17)
2007-10-10r15131: Tidy help output. When printing the list of tests, group them by prefixJames Peach1-6/+20
to make it easier to see what tests are available. (This used to be commit f15010ccb37f75a4bb86306cec223093b000058e)
2007-10-10r14967: load shared module torture test after we know where to search...Stefan Metzmacher1-2/+2
metze (This used to be commit b2f45531544f52b63f61fc8224477e89eb3dca83)
2007-10-10r14818: give an error on an unknown testStefan Metzmacher1-0/+1
so we catch typos in the make test scripts metze (This used to be commit fa73030debe1c216d86622a5380dbe2945f5d1d3)
2007-10-10r14725: Reduce amount of headers, add simple ui implementation (not used yet ↵Jelmer Vernooij1-10/+32
though) (This used to be commit 141830116b059f032696c956832451a7b0f7c6cb)
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-1/+1
(This used to be commit 3c7a5ce29108dd82210dc3e1f00414f545949e1d)
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
(This used to be commit 51b4270513752d2eafbe77f9de598de16ef84a1f)
2007-10-10r14520: Split up smbtorture binary into a core (torture.c) and UI frontend ↵Jelmer Vernooij1-0/+374
(smbtorture.c) (This used to be commit 7f9c11e7b1d7f6ce943900860febe0f43ea6548e)