Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | selftest: Fix idlist running. | Jelmer Vernooij | 2010-09-22 | 1 | -2/+2 | |
| | ||||||
* | selftest: Fix use of --load-list. | Jelmer Vernooij | 2010-09-22 | 1 | -1/+1 | |
| | ||||||
* | selftest: Remove unused --analyse argument. | Jelmer Vernooij | 2010-09-22 | 1 | -6/+0 | |
| | ||||||
* | subunithelper: Cope with errors outside of testsuites. | Jelmer Vernooij | 2010-09-22 | 1 | -0/+1 | |
| | ||||||
* | selftest: Let tests add prefix to tests by themselve. | Jelmer Vernooij | 2010-09-22 | 3 | -57/+13 | |
| | ||||||
* | selftest: Use idlist testing for python tests. | Jelmer Vernooij | 2010-09-21 | 1 | -2/+3 | |
| | ||||||
* | selftest: Support running individual tests using idlists, for testsuites ↵ | Jelmer Vernooij | 2010-09-21 | 1 | -7/+12 | |
| | | | | that support them. | |||||
* | selftest: Fix generation of test id file. | Jelmer Vernooij | 2010-09-21 | 1 | -4/+4 | |
| | ||||||
* | s3-selftest: Move Samba3-specific script to source3/selftest. | Jelmer Vernooij | 2010-09-16 | 1 | -44/+0 | |
| | ||||||
* | subunit: Re-add outputmsg. | Jelmer Vernooij | 2010-09-15 | 1 | -0/+3 | |
| | ||||||
* | s4-selftest: use the full domain name in joins | Andrew Tridgell | 2010-09-15 | 1 | -4/+4 | |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
* | selftest: Error out rather than die() when setting up an environment | Jelmer Vernooij | 2010-09-14 | 1 | -55/+117 | |
| | | | | fails. | |||||
* | selftest: If setting up environment fails, mark testsuites that use it as | Jelmer Vernooij | 2010-09-14 | 1 | -12/+5 | |
| | | | | errorring, don't skip it. | |||||
* | subunit: Use RemoteError when passing errors to upstream subunit. | Jelmer Vernooij | 2010-09-14 | 2 | -19/+26 | |
| | ||||||
* | subunit.pm: Fold Subunit::Filter into Subunit, trim further. | Jelmer Vernooij | 2010-09-14 | 3 | -111/+11 | |
| | ||||||
* | subunit.pm: Remove output_msg/control_msg functions. | Jelmer Vernooij | 2010-09-14 | 2 | -15/+1 | |
| | ||||||
* | selftest: Remove testsuite parsing. | Jelmer Vernooij | 2010-09-14 | 2 | -40/+10 | |
| | ||||||
* | subunit.pm: Simplify subunit handling in perl. | Jelmer Vernooij | 2010-09-14 | 4 | -159/+19 | |
| | ||||||
* | subunit.pm: Pass through milliseconds in time reports. | Jelmer Vernooij | 2010-09-14 | 2 | -10/+9 | |
| | ||||||
* | selftest: Report times in milliseconds rather than seconds. | Jelmer Vernooij | 2010-09-14 | 1 | -0/+7 | |
| | ||||||
* | subunit: Use standard subunit functions for reproducing subunit streams. | Jelmer Vernooij | 2010-09-14 | 2 | -50/+38 | |
| | ||||||
* | subunit: Remove unused methods. | Jelmer Vernooij | 2010-09-14 | 1 | -14/+2 | |
| | ||||||
* | subunit: Use standard functions for addSuccess, addExpectedFail, | Jelmer Vernooij | 2010-09-14 | 1 | -27/+62 | |
| | | | | addFailure, addSkip. | |||||
* | subunit: Use standard addError method implementation. | Jelmer Vernooij | 2010-09-14 | 1 | -9/+11 | |
| | ||||||
* | subunit: Pass TestCase objects to startTest rather than test name strings. | Jelmer Vernooij | 2010-09-14 | 2 | -8/+5 | |
| | ||||||
* | subunit: Use subunit standard functions for handling time and progress. | Jelmer Vernooij | 2010-09-14 | 2 | -35/+15 | |
| | ||||||
* | subunit: Use standard subunit test protocol client, use standard name for ↵ | Jelmer Vernooij | 2010-09-14 | 3 | -24/+27 | |
| | | | | startTest. | |||||
* | subunit: Initial work on using the standard TestResult class. | Jelmer Vernooij | 2010-09-14 | 2 | -4/+6 | |
| | ||||||
* | selftest/s3-selftest.sh: knownfailure filtering for non-build-farm make test | Stefan Metzmacher | 2010-09-10 | 1 | -2/+1 | |
| | | | | metze | |||||
* | s3-selftest: rename printer "print4" to "lp". | Günther Deschner | 2010-09-10 | 1 | -1/+1 | |
| | | | | | | This should trigger a false error condition in our code. Guenther | |||||
* | s4-test: added a RODC to our testing | Andrew Tridgell | 2010-09-09 | 1 | -0/+90 | |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
* | selftest: Cope with parentheses in testnames in --load-list. | Jelmer Vernooij | 2010-09-05 | 1 | -5/+8 | |
| | ||||||
* | selftest/subunit: Parse timestamps generated by upstream subunit. | Jelmer Vernooij | 2010-09-05 | 1 | -2/+8 | |
| | ||||||
* | selftest: Print out unmatched tests when using --load-list. | Jelmer Vernooij | 2010-09-05 | 1 | -7/+12 | |
| | ||||||
* | testr: Fix configuration to use idfile, in case more than a couple of | Jelmer Vernooij | 2010-09-04 | 1 | -1/+1 | |
| | | | | hundred tests fail. | |||||
* | selftest: Don't make printing the log output a side-effect of check_env(), ↵ | Jelmer Vernooij | 2010-09-04 | 2 | -6/+3 | |
| | | | | do it manually. | |||||
* | selftest: Remove stop() method, not used anywhere. | Jelmer Vernooij | 2010-09-04 | 5 | -25/+2 | |
| | ||||||
* | selftest/samba4: Remove references to Samba34.pm, which no longer | Jelmer Vernooij | 2010-09-04 | 1 | -7/+0 | |
| | | | | exists. | |||||
* | selftest: Refer to subunit README rather than documenting locally. | Jelmer Vernooij | 2010-09-04 | 1 | -51/+4 | |
| | ||||||
* | selftest: run client tests with log level 1 | Andrew Tridgell | 2010-09-04 | 1 | -0/+1 | |
| | | | | this PIDL print functions to display | |||||
* | s4-selftest: try DNS before bcast in selftest | Andrew Tridgell | 2010-09-02 | 1 | -1/+1 | |
| | | | | this better reflects real usage | |||||
* | s4-testenv: Synchronize DCs after 'net vampire' | Kamen Mazdrashki | 2010-08-28 | 1 | -0/+24 | |
| | | | | | | During 'net vampire', vampired DC adds information in its own database, se we need to force replicate vampired_dc to the first DC to be sure everything is in sync prior starting tests | |||||
* | selftest/Subunit.pm: fix perl warnings | Stefan Metzmacher | 2010-08-28 | 1 | -1/+1 | |
| | | | | | | Argument "\n" isn't numeric in numeric ne (!=) at selftest/Subunit.pm line 136 metze | |||||
* | s3-selftest: do not remove nsswrapper environment when running smbtorture4. | Günther Deschner | 2010-08-26 | 1 | -3/+0 | |
| | | | | Guenther | |||||
* | s3-build: Don't paste the summary. | Andreas Schneider | 2010-08-26 | 1 | -2/+3 | |
| | | | | | The buildfarm outputs the summary if it is available and use the exit status of the filter or subunit formatter as exit code. | |||||
* | subunit: Make sure "]" in failure reason ends up on its own line, so the | Jelmer Vernooij | 2010-08-26 | 2 | -6/+7 | |
| | | | | next subunit parser in the line parses it correctly. | |||||
* | subunithelper: Pass along lines as normal output when ignoring them for not ↵ | Jelmer Vernooij | 2010-08-26 | 1 | -0/+4 | |
| | | | | containing commands. | |||||
* | s3-build: Use a wrapper script to run the tests. | Andreas Schneider | 2010-08-25 | 1 | -0/+44 | |
| | | | | This fixes the buildfarm and returns the correct exit code of selftest. | |||||
* | selftest/Samba4: set dreplsrv:periodic_startup_interval = 0 | Stefan Metzmacher | 2010-07-09 | 1 | -0/+1 | |
| | | | | metze | |||||
* | s4:selftest - activate the lanman password changes | Matthias Dieter Wallnöfer | 2010-06-28 | 1 | -0/+1 | |
| | | | | This is needed for a working "OemChangePasswordUser2" operation. |