summaryrefslogtreecommitdiff
path: root/source4/script/tests
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r7513: don't try to write to the smbd log file between tests. zeroing a fileAndrew Tridgell1-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. (This used to be commit f7e636d4086b83180e76902fee739972cd6a7b26)
2007-10-10r7506: handle the case where cron does not setup $USERAndrew Tridgell1-1/+4
(This used to be commit d4c1a1be0acbb11df4cfef5e454787b3f86f4181)
2007-10-10r7504: missed oneAndrew Tridgell1-1/+1
(This used to be commit 93eb9afb4deb77d1176dd021d007743c13487830)
2007-10-10r7503: turn off the sleep test here tooAndrew Tridgell1-1/+1
(This used to be commit 3b9f4b61ade583e7bfd62b0be8b0724b30a07438)
2007-10-10r7502: the sleep test in echo is already run on the main rpc test, so no ↵Andrew Tridgell1-4/+4
need to run it with every combination in this test. It takes nearly all of the time. (This used to be commit 42754de142632ad2c02f821ce435752baf71027b)
2007-10-10r7499: ensure that the account we run tests as ("Administrator") maps to theAndrew Tridgell1-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. (This used to be commit 30445483e4facb0a1d8a5979a2eac6c166193c09)
2007-10-10r7495: used --maximum-runtime=300 for each smbtorture call, to prevent itAndrew Tridgell9-12/+17
running too long (This used to be commit 3d70755abfb7764379d648e9bc1697ae9289d02b)
2007-10-10r7492: give better outputStefan Metzmacher1-2/+10
metze (This used to be commit 134f5defa0f1eb240207f593866ab75f20943938)
2007-10-10r7489: just a cosmetic changeStefan Metzmacher1-1/+1
metze (This used to be commit 2dcbf07d0cc105a49c7b086f340c7ec9b5c97b6a)
2007-10-10r7485: - allow test_xxx.sh to run outside of 'make test' by ensuring $PREFIX ↵Andrew Tridgell2-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 (This used to be commit 9ce2b9a79ba34705bcd8c32db1e084763702faec)
2007-10-10r7475: removed RPC-SAMLOGON test until we get a lighter version of it. It isAndrew Tridgell1-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 (This used to be commit 71bf781227c020f1d22382a5417999dfbda23c1b)
2007-10-10r7469: fix typoStefan Metzmacher1-1/+1
metze (This used to be commit 98acab72c9bf810a96c6529510ee12eb5a4c74c3)
2007-10-10r7468: create better outputStefan Metzmacher1-1/+1
metze (This used to be commit 99152ce6f084acb13dc38b407c569aca89b12ed5)
2007-10-10r7467: a little fix for the build-farmStefan Metzmacher1-0/+1
metze (This used to be commit 6e8c8f0f8730a755cfbef9d1900f348031ba9b7f)
2007-10-10r7466: add RPC-SPOOLSS to the supported testsStefan Metzmacher2-1/+2
metze (This used to be commit 3c1d2364450a4f157e5f19c01295a8575adebaff)
2007-10-10r7463: - move some more stuff into functionsStefan Metzmacher2-26/+116
- try to kill all jobs return by jobs -p metze (This used to be commit e4f5e52a8454fc2e6d5536e2cc9eb918c6c0e174)
2007-10-10r7442: skip tests that require smbd, but smbd is downStefan Metzmacher2-2/+14
metze (This used to be commit dad79155624808aa85c34921f05d2e0cded6ad12)
2007-10-10r7434: - do local tests step by step for better build-farm outputStefan Metzmacher2-2/+27
- fix typo ADDARGS -> ADDARG metze (This used to be commit 38e5198b1121725b4f1c9b27ac2f97bee43607fe)
2007-10-10r7432: export SMBD_TEST_FIFOStefan Metzmacher1-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 (This used to be commit e0b17129f837bef1bca25b77107c65cbaadf13f3)
2007-10-10r7429: make the shell happy and don't use [bla]Stefan Metzmacher1-1/+1
metze (This used to be commit 4ff50d12aedb03d8b93904655ce9941ff6290b29)
2007-10-10r7428: try to get some nicer output from the build farmStefan Metzmacher1-0/+2
metze (This used to be commit 49e9cf070900874cb4b97ed46f70a43196deae8d)
2007-10-10r7427: disable torture progress outout from the build farmStefan Metzmacher1-0/+3
metze (This used to be commit 288fcf18fec871abc74f4330c880fcf20772dbb1)
2007-10-10r7421: - move test* functions to a seperate fileStefan Metzmacher7-144/+87
- print build farm style output when RUN_FROM_BUILD_FARM=yes metze (This used to be commit 7e567a6b69d05fa180bb4384b503969f79f18068)
2007-10-10r7403: minimize the sharedelayStefan Metzmacher1-0/+1
tridge: is that a good value? metze (This used to be commit a7f7ec6cfe1ed7fbfe98e462eea004d0eb678e9b)
2007-10-10r7402: - don't stop after a failed testStefan Metzmacher6-27/+101
- some more fixes metze (This used to be commit e90b83d03887ed713745280267caa6f2fd549e0f)
2007-10-10r7397: - don't exit when one test failsStefan Metzmacher1-6/+21
- some other cleanups metze (This used to be commit d8490399d91007dfcbada15f917ce56ab88370fc)
2007-10-10r7388: - fix calling of test_posix.shStefan Metzmacher1-5/+6
- move smbd_fifo into the prefix dir metze (This used to be commit 1f0168e18026268671c9745a193a0002da3dda30)
2007-10-10r7387: enable extra smbtorture args to test_posix.shStefan Metzmacher1-5/+4
metze (This used to be commit ee8407c9165323feadc19d20c45f5b834b1a8379)
2007-10-10r7112: add RPC-SPOOLSS test to the w2k3 tests, only with ncacn_np for nowStefan Metzmacher1-0/+3
(I also noticed that RPC-SAMR and some other tests are faling against my w2k3 box...) metze (This used to be commit 5531eb852c1e1779c5621a4955d074d5878fc67f)
2007-10-10r7059: Use namespaces for pidl and the build system, so we can later onJelmer Vernooij1-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. (This used to be commit 2b08c4b92b4f56180c123a502bdcc6c40188c07f)
2007-10-10r6961: Add RPC-WINREG to list of win2k3 testsJelmer Vernooij1-1/+1
Fix bug in test for QueryMultipleValues Ignore errors from CreateKey() and GetKeySecurity() for now (This used to be commit 7b6b8d6b34de01d2585b23ddb994d8e7403a21f6)
2007-10-10r6877: added CLDAP testing to test_ldap.shAndrew Tridgell1-2/+5
(This used to be commit b64936b9a9123da0335a67865fb356dde9753714)
2007-10-10r6862: Add some more testsJelmer Vernooij1-0/+1
Accept new command-line options --keep, --outputdir and --idl-compiler. We're currently at 34 IDL tests (...and counting) (This used to be commit 7004f9515b75bce5b46e444f1865d377fdae0afa)
2007-10-10r6860: Add some allocation and alignment tests, remove uint64 from list of ↵Jelmer Vernooij1-0/+1
scalars (it doesn't have any push/pull functions anymore either) (This used to be commit 7d36e27e228ce83a5ce159eb424c4b5194c0e2fb)
2007-10-10r6859: Add ndr_align tests, use environment variables ($CC, $CFLAGS, $LDFLAGS)Jelmer Vernooij1-0/+1
where possible. (This used to be commit 077f4105aceba99a7ac4de21a20bb758fcc01203)
2007-10-10r6857: - Support [public] on functionsJelmer Vernooij1-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. (This used to be commit 187802f580d85e19ee9b7f07db931d0511f197bc)
2007-10-10r6854: Add --quiet option to pidlJelmer Vernooij1-0/+2
Some work on a testsuite for pidl, including one simple test. (This used to be commit a5aa61f54ea20f0b400359f9b3119f0ff0720431)
2007-10-10r6852: implement an idea from kinkie to make the 'make test' target ↵Andrew Tridgell1-7/+10
automatically kill smbd when finished, using a fifo this makes 'make test' much safer for build farm usage (This used to be commit a33a424d5bdb24797a83097b8ae6b9ca70793295)
2007-10-10r6598: Make it easy to point the test_echo.sh at remote servers, withoutAndrew Bartlett1-1/+6
trying to find it on ncaclrpc at well. Andrew Bartlett (This used to be commit db0aa1c4b7b0a8d28b7e5ebe35162dcea8dc0f8e)
2007-10-10r6577: Make test works without installation now.Jelmer Vernooij1-13/+27
Running as a non-root user using socket_wrapper is possible by simple export SOCKET_WRAPPER_DIR before running 'make test' (This used to be commit 6d93fcc407cfd98e42045c65456cfb0c45f0ff1a)
2007-10-10r6568: Some more small 'make test' fixesJelmer Vernooij1-7/+5
(This used to be commit 02160c991a7e9bef2fabfe338a772e32679edf5d)
2007-10-10r6567: Use "real" prefix for 'make test'Jelmer Vernooij1-5/+5
(This used to be commit 195753b6afe3115762bcc4d579bc4a9f1c45af75)
2007-10-10r6564: - Fix bug in socket_wrapperJelmer Vernooij1-0/+39
- Add options --quiet and --outputdir options to the provisioning script - Add simple 'make test' and 'make test-swrap' (This used to be commit 7d2d4a57e0e58a51c76c2e86ea447e81a1d79544)
2007-10-10r6549: a simple ldap test scriptAndrew Tridgell1-0/+20
(This used to be commit e2f5d36e47cab2e9bc199b743ab6d5a040e6e175)
2007-10-10r6456: The RPC-SCHANNEL test is an important test that passes against Win2k3 ↵Andrew Bartlett1-2/+2
(well, not SP1, but we are working on that detail). Andrew Bartlett (This used to be commit b35b82d4f1bf6e277c7cd71c9d61221e30da6c58)
2007-10-10r6010: Change the testing order, so we test all transports for each bindingAndrew Bartlett2-4/+4
option, rather than all binding options for each transport. This means that we get to most of the tests earlier, with at least some binding options. (And allows us to have some confidence before waiting for an RPC-SAMR test to finish with bigendian). Andrew Bartlett (This used to be commit 5c3e4df804e38037d0337e8ef288127d6cdda28a)
2007-10-10r5901: Add another option to the test script - the realm, which must matchAndrew Bartlett1-3/+4
the real ream, not just the short domain name. Andrew Bartlett (This used to be commit d585e1a759888df01cfabfec2d6d5506cf3bd426)
2007-10-10r5384: for RPC-NETLOGON to pass we need to set the realm as well as the ↵Andrew Tridgell1-3/+5
domain to the target realm. A better fix would be to have a dcerpc_server_realm() helper function. Andrew, maybe you could see how to extract that out of gensec? Calling lp_realm() in our torture tests is the wrong approach I think. (This used to be commit 2b62840920b21fd9584bc5b3bda050c9a23d61a9)
2007-10-10r4953: - enable easy valgrind use in all our test scriptsAndrew Tridgell3-2/+14
- when valgrind isn't set, then setup MALLOC_CHECK_ to abort on error (This used to be commit 21e629e80e5b320616135d3f3641801dc29594e6)
2007-10-10r4833: added LOCAL-SOCKET to the list of tests that are expected to passAndrew Tridgell1-0/+1
(This used to be commit 480a4e3d9029fbeca876c736e7c87bc3352b4b4c)