summaryrefslogtreecommitdiffstats
path: root/source/script
Commit message (Collapse)AuthorAgeFilesLines
* r7513: don't try to write to the smbd log file between tests. zeroing a fileAndrew Tridgell2005-06-131-2/+0
| | | | | while it is open for writing by another process causes the file to end up with lots of nulls in it, which messes up the build farm output.
* r7506: handle the case where cron does not setup $USERAndrew Tridgell2005-06-121-1/+4
|
* r7504: missed oneAndrew Tridgell2005-06-121-1/+1
|
* r7503: turn off the sleep test here tooAndrew Tridgell2005-06-121-1/+1
|
* r7502: the sleep test in echo is already run on the main rpc test, so no ↵Andrew Tridgell2005-06-121-4/+4
| | | | | | need to run it with every combination in this test. It takes nearly all of the time.
* r7499: ensure that the account we run tests as ("Administrator") maps to theAndrew Tridgell2005-06-121-1/+3
| | | | | | | unixName that we are running as in the test suite. Otherwise files are created as a user without any entry in the sam, so the ACL doesn't allow that user read permission when it should. This should fix the RAW-ACLS test in the build farm.
* r7495: used --maximum-runtime=300 for each smbtorture call, to prevent itAndrew Tridgell2005-06-129-12/+17
| | | | running too long
* r7492: give better outputStefan Metzmacher2005-06-111-2/+10
| | | | metze
* r7489: just a cosmetic changeStefan Metzmacher2005-06-111-1/+1
| | | | metze
* r7485: - allow test_xxx.sh to run outside of 'make test' by ensuring $PREFIX ↵Andrew Tridgell2005-06-112-2/+12
| | | | | | | | | | | | | | | | is setup - use loopback interface only, otherwise nbtd will answer with a real ip, which the socket wrapper code will fail to connect to - enable eadb for posix testing - sleeping to wait for smbd to start is pointless, as smbd won't start till its fifo is opened due to the fifo redirection on stdin - sleep for a few seconds to allow for nbt server to register names after opening fifo - use bcast name resolution, so we don't rely on /etc/hosts being right
* r7475: removed RPC-SAMLOGON test until we get a lighter version of it. It isAndrew Tridgell2005-06-111-3/+3
| | | | | | | chewing far too much cpu, which is unfair on our volunteer systems andrew, sorry about this, I think we need RPC-SAMLOGON-FULL, and make RPC-SAMLOGON only do a basic test
* r7469: fix typoStefan Metzmacher2005-06-101-1/+1
| | | | metze
* r7468: create better outputStefan Metzmacher2005-06-101-1/+1
| | | | metze
* r7467: a little fix for the build-farmStefan Metzmacher2005-06-101-0/+1
| | | | metze
* r7466: add RPC-SPOOLSS to the supported testsStefan Metzmacher2005-06-102-1/+2
| | | | metze
* r7463: - move some more stuff into functionsStefan Metzmacher2005-06-102-26/+116
| | | | | | - try to kill all jobs return by jobs -p metze
* r7442: skip tests that require smbd, but smbd is downStefan Metzmacher2005-06-092-2/+14
| | | | metze
* r7434: - do local tests step by step for better build-farm outputStefan Metzmacher2005-06-092-2/+27
| | | | | | - fix typo ADDARGS -> ADDARG metze
* r7432: export SMBD_TEST_FIFOStefan Metzmacher2005-06-091-4/+14
| | | | | | | we can later check if this file exists, in the testit function, and only run the tests if smbd is still up metze
* r7429: make the shell happy and don't use [bla]Stefan Metzmacher2005-06-091-1/+1
| | | | metze
* r7428: try to get some nicer output from the build farmStefan Metzmacher2005-06-091-0/+2
| | | | metze
* r7427: disable torture progress outout from the build farmStefan Metzmacher2005-06-091-0/+3
| | | | metze
* r7425: configure check to see if a compiler can handle negative enum valuesStefan Metzmacher2005-06-091-1/+3
| | | | | | if the compiler doesn't support it we pass --uint-enums to pidl metze
* r7421: - move test* functions to a seperate fileStefan Metzmacher2005-06-097-144/+87
| | | | | | - print build farm style output when RUN_FROM_BUILD_FARM=yes metze
* r7403: minimize the sharedelayStefan Metzmacher2005-06-081-0/+1
| | | | | | tridge: is that a good value? metze
* r7402: - don't stop after a failed testStefan Metzmacher2005-06-086-27/+101
| | | | | | - some more fixes metze
* r7397: - don't exit when one test failsStefan Metzmacher2005-06-081-6/+21
| | | | | | - some other cleanups metze
* r7388: - fix calling of test_posix.shStefan Metzmacher2005-06-081-5/+6
| | | | | | - move smbd_fifo into the prefix dir metze
* r7387: enable extra smbtorture args to test_posix.shStefan Metzmacher2005-06-081-5/+4
| | | | metze
* r7112: add RPC-SPOOLSS test to the w2k3 tests, only with ncacn_np for nowStefan Metzmacher2005-05-301-0/+3
| | | | | | (I also noticed that RPC-SAMR and some other tests are faling against my w2k3 box...) metze
* r7103: fix make installswat again:-)Stefan Metzmacher2005-05-301-1/+1
| | | | metze
* r7100: install lately added files tooStefan Metzmacher2005-05-301-0/+5
| | | | metze
* r7059: Use namespaces for pidl and the build system, so we can later on Jelmer Vernooij2005-05-281-0/+1
| | | | | | | call out to the build system to compile the various pidl tests (without having to rely on shared library support). Initial work on an ndr_array test.
* r7001: make sure we install the esp filesAndrew Tridgell2005-05-271-2/+3
|
* r6989: - added support for esp style includes (which include a esp file, ↵Andrew Tridgell2005-05-261-0/+1
| | | | | | instead of a ejs file) - added a test of esp style includes to the esptest html
* r6986: added support for <% include("somefile.ejs") %> for including common ↵Andrew Tridgell2005-05-261-3/+3
| | | | scripts
* r6982: install the swat pages with 'make installswat'Andrew Tridgell2005-05-261-110/+16
|
* r6961: Add RPC-WINREG to list of win2k3 testsJelmer Vernooij2005-05-241-1/+1
| | | | | Fix bug in test for QueryMultipleValues Ignore errors from CreateKey() and GetKeySecurity() for now
* r6922: remove bad file...Stefan Metzmacher2005-05-201-87/+0
| | | | metze
* r6921: preparing for cherry picking mergingStefan Metzmacher2005-05-201-0/+87
|
* r6920: display the SVN revision in svk build of tree's directly mirrored ↵Stefan Metzmacher2005-05-201-1/+6
| | | | | | from samba.org metze
* r6919: Jelmer, here is my script for filtering individual ↵Tim Potter2005-05-201-0/+50
| | | | | | | | | | | binaries/subsystems/etc out of the samba4-deps.dot file. Use like: script/depfilter.py regpatch < samba4-deps.dot | dotty - and then scratch your head and wonder why regpatch has to link with 3/4 of what it does.
* r6877: added CLDAP testing to test_ldap.shAndrew Tridgell2005-05-181-2/+5
|
* r6862: Add some more testsJelmer Vernooij2005-05-171-0/+1
| | | | | | Accept new command-line options --keep, --outputdir and --idl-compiler. We're currently at 34 IDL tests (...and counting)
* r6860: Add some allocation and alignment tests, remove uint64 from list of ↵Jelmer Vernooij2005-05-171-0/+1
| | | | | | scalars (it doesn't have any push/pull functions anymore either)
* r6859: Add ndr_align tests, use environment variables ($CC, $CFLAGS, $LDFLAGS)Jelmer Vernooij2005-05-171-0/+1
| | | | where possible.
* r6857: - Support [public] on functionsJelmer Vernooij2005-05-171-0/+1
| | | | | | | | - Add some more pidl tests based on ref_notes.txt We currently fail some tests because we don't default to "ref" for top-level pointers at the moment. We also fail some of the multi-level tests.
* r6854: Add --quiet option to pidlJelmer Vernooij2005-05-171-0/+2
| | | | Some work on a testsuite for pidl, including one simple test.
* r6852: implement an idea from kinkie to make the 'make test' target ↵Andrew Tridgell2005-05-171-7/+10
| | | | | | | | automatically kill smbd when finished, using a fifo this makes 'make test' much safer for build farm usage
* r6598: Make it easy to point the test_echo.sh at remote servers, withoutAndrew Bartlett2005-05-031-1/+6
| | | | | | trying to find it on ncaclrpc at well. Andrew Bartlett