summaryrefslogtreecommitdiff
path: root/source3/script/tests
AgeCommit message (Collapse)AuthorFilesLines
2008-03-31test: add (and unify) sectioning output of subtests in tests_all.shMichael Adam1-2/+8
Michael (This used to be commit d775194e9c7b75182c485fba427b20ec2bfcf16c)
2008-03-31test: add possibility to select tests to run via tests_all.sh (make test)Michael Adam1-8/+14
This allows to select the tests to run with tests_all.sh by setting the environment variable "RUNTESTS". Example: RUNTESTS="smbclient_s3_encrypted wbinfo_s3" make test Michael (This used to be commit bf4af79f050cceb6611a8aa3d893b59b816a41ce)
2008-03-31test: in tests_all.sh, wrap calls to test scripts into shell functions.Michael Adam1-20/+63
This is in preparation for enabling running only selected test scripts through "make test". Michael (This used to be commit ad1fbadf81c915425301ec495744c11f3103169f)
2008-03-11selftest: samba3 passes RAW-SEARCH nowStefan Metzmacher1-1/+1
As the resume key tests are skipped against samba3. metze (This used to be commit c765090871ed68a9ba650bca44f5f3b88997ea14)
2008-03-06Test: Properly track current test binary for tracking crashes.Michael Adam1-4/+9
Make sure the panic action always has the right test binary set. Michael (This used to be commit 567ac329dcec6fc839d6b25cbf1872f1f51ff7e5)
2008-02-25make test: pass --option=torture:sharedelay=100000 to samba4 smbtortureStefan Metzmacher1-0/+2
BASE-DEFER_OPEN is now more strict with incorrect timing metze (This used to be commit 9b761062df80c45bf2b76af071131d0c78e94a09)
2008-01-30ntlm_auth: Fix another typo in the test.Kai Blin1-2/+2
This _should_ be the last one. (This used to be commit d12c49e60f4390707c924b9e9f12fa9333b006e2)
2008-01-30ntlm_auth: test should honour configfile option to run on build farm.Kai Blin1-2/+2
(This used to be commit 11c9c1536b153047ba387b9804f34a6555a5ae26)
2008-01-30ntlm_auth: Fix typos in the torture test script.Kai Blin1-2/+2
This should fix the build farm. Sorry, wonder why it worked on my box before. (This used to be commit bfa919cde57a26cd2ae7397281923792b7afe83a)
2008-01-30ntlm_auth: Add a blackbox test.Kai Blin2-0/+22
(This used to be commit f02b74fc067074d8e48e186a7b7255a244592f7d)
2008-01-20Active RAW-STREAMS in make testVolker Lendecke2-2/+2
(This used to be commit 63ee2ef775b48fcaecccf4dc7ef3601ceb8053c5)
2008-01-15rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke1-1/+1
(This used to be commit 151b42a150a17f566e7b4055bbdbc0564a3c106d)
2008-01-15Implement vfs_ea_tdbVolker Lendecke2-1/+2
This is an option for file systems that do not implement xattrs: in lockdir/eas.tdb an array of xatts per inode is stored. It can not solve the problem that xattrs might reappear if a posix-level process deletes a file and happens to re-create it under the same name. On file systems with birthtime we might have a chance to detect this, but not with standard posix. A future version might put relief on file systems that do have xattrs but where these are severely limited in size/speed/whatever: We can put a simple marker as a native xattr, but the xattrs proper are stored in the tdb. Volker (This used to be commit 2036b4c5ad677b8a477b34b0f076febab0abff5e)
2008-01-14Reset the failed counter in test_wbinfo_s3.sh.Michael Adam1-0/+2
Michael (This used to be commit 3eedb8928413da102446b76aa64d1feaecb95b52)
2008-01-13Fix a syntax error in script/tests/test_local_s3.sh .Michael Adam1-1/+1
This will reveal the currently breaking tdbtorture to the build farm... Michael (This used to be commit 50f65c3c5500da8d657d5fc340e666ee8cfe148e)
2008-01-06Review feedback from metze.Jelmer Vernooij1-3/+2
(This used to be commit 015cf6b6adfa87ff7c5bb1cec9f98237bad075e1)
2008-01-06Use metze's approach.Jelmer Vernooij1-4/+3
(This used to be commit 126cc075995ffaeb65317627acae05c1b96cebd0)
2008-01-04"Desting" -> "Testing"Jeremy Allison1-1/+1
Jeremy. (This used to be commit c3f3ec5cd5f9ffe8d08356dfd22b1cb6943829ad)
2008-01-04Try and fix scripting errors.Jeremy Allison1-4/+4
Jeremy (This used to be commit c84f2234fe0068a69fefa3c3ec219d4a95479b0c)
2008-01-04Try and fix the buildfarm. There's a scripting error andJeremy Allison1-1/+1
I'm hoping this is it... Jeremy. (This used to be commit 0356f0efc4a18230ce7a9c0a17dc98c4242ad38d)
2008-01-04Better way of testing enc.Jeremy Allison3-6/+10
Jeremy. (This used to be commit c5800235018330f0c1bbe307cd733597ac9b6686)
2008-01-04Added -e tests for S3 smbtorture.Jeremy Allison1-0/+2
Jeremy. (This used to be commit deeeae3ee96f7207a49e1edaa876410b77c33458)
2007-12-29Attempt to fix the AIX make test failuresVolker Lendecke1-3/+3
For some reason AIX does not return the sender address in the AF_UNIX recvfrom. So the faked netbios name lookup does not work with socket wrapper, nmbd can't know where to send the reply. This patch works around this by telling smbclient explicitly where to connect. If there's any AIX experts listening -- how do I get the sender address from AF_UNIX recvfrom? Volker (This used to be commit 8ba3b8cf7aca657ad8426981d810c36ee6a34a2f)
2007-12-23selftest: also export LD_LIBRARY_PATH for samba4's smbtortureStefan Metzmacher2-2/+14
metze (This used to be commit f5570dcf503a4b28ebf624d06fd090f3b6b0a560)
2007-12-23Attempt to make the build farm run s4torture againVolker Lendecke1-1/+1
(This used to be commit 04710626e174d7237521f33a351b4425add063b8)
2007-12-23Fix typo in output.Michael Adam1-1/+1
Michael (This used to be commit 2fe111c19bc827ec132365e718a2136bda57e568)
2007-12-21Fix "make test" using the LD_LIBRARY_PATH for selftest script soGerald (Jerry) Carter1-0/+4
smbd can locate the libwbclient library (if neccessary). (This used to be commit 481cc9ab6a6608e13710c93783ea4e62363e78be)
2007-12-14selftest: reenable wbinfo tests and pass --configfile instead of -sStefan Metzmacher3-3/+3
metze (This used to be commit 56251f78524416435299e26fca405e77d0f42043)
2007-12-14selftest: disable wbinfo testsStefan Metzmacher1-1/+1
wbinfo needs to take --config-file to work... metze (This used to be commit a8a74fc88cb6f4be1efdc1afab9b91defcd015ae)
2007-12-14selftest: add a bunch of wbinfo based tests for winbinddStefan Metzmacher2-0/+49
metze (This used to be commit 88b6d2c0e83f515e2f83e5b4edc0728c434c7294)
2007-12-14selftest: move workgroup name into WORKGROUP envvarStefan Metzmacher1-2/+3
metze (This used to be commit 8ace8fa82c2ccd6fdb9ca076fb2d6fed203c8126)
2007-11-09make test: try to get a more portable way to get UID and GIDStefan Metzmacher1-2/+2
metze (This used to be commit 0dc2d7ec010610c4bdab8eb6d488295a0259fbc9)
2007-11-09make test: start winbinddStefan Metzmacher2-1/+70
metze (This used to be commit 8ad4287cca5393a7fef148365aef2e2377c29280)
2007-11-09we don't have build-farm specific tests anymoreStefan Metzmacher1-4/+1
metze (This used to be commit bb125f3e084a99125e92cc6c3aceb7f2b66db678)
2007-11-09make test: activate nss_wrapper for make testStefan Metzmacher1-3/+28
metze (This used to be commit 02cfd283627bd8f10d7beb8d43cead35dd867346)
2007-10-31Fix some cases where file_set_dosmode was being passedJeremy Allison1-0/+2
False instead of NULL. Fix more of the notifications to be correct for Samba4 RAW-NOTIFY torture (we had missed one when calling set_ea_dos_attribute(). Jeremy. (This used to be commit 39d265375cf55eedddef2c4faa65398df73d5ed2)
2007-10-18don't skip some tests which samba3 passes (at least on my laptop)Stefan Metzmacher1-3/+3
metze (This used to be commit d70ddad2e8fc2f533fb9211223c172c25878254e)
2007-10-18make gdb_backtrace executableStefan Metzmacher1-0/+0
metze (This used to be commit f694df1919fe98c5efef36c867a2be6527efa6ed)
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter9-42/+418
(This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab)
2007-10-10r25415: Merge the 3.2-perltest branch that switches Samba 3.2 to use Samba ↵Jelmer Vernooij7-416/+38
4's selftest code. See the mailing list for details. (This used to be commit bdc831ddb3a860676c36bbd89e6f748946df68a1)
2007-10-10r25317: Activate raw-samba3rootdirfidVolker Lendecke1-0/+1
(This used to be commit 1cbe40b27c8142c53480fc9c4e1b0c9f14446300)
2007-10-10r25104: Fix extra lines added by mistake.Jeremy Allison1-2/+2
Jeremy. (This used to be commit a28a35f9cdddb9da1b2adb9e2e6c86d78cf07ea6)
2007-10-10r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison1-0/+3
and make valgrindtest. Final step will be to change srvstr_get_path() to return talloced memory in the major codepaths. Jeremy. (This used to be commit cf6b6f9c3a38b68d2671c753f412772344506742)
2007-10-10r24974: catch SIGINT and SIGQUIT like SIGTERMStefan Metzmacher1-0/+2
metze (This used to be commit ab15f5c3e72df6272db9a4431f720f604fcf40f2)
2007-10-10r24802: Activate new testsVolker Lendecke2-0/+2
RAW-SAMBA3CASEINSENSITIVE and RAW-SAMBA3POSIXTIMEDLOCK (This used to be commit 1f396cc237e3861b216d03a7af9e461578cf448a)
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
2007-10-10r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison1-1/+1
Jeremy. (This used to be commit c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f)
2007-10-10r23500: Two changes to survive the now activated test for rename_internals_fsp:Volker Lendecke1-1/+1
With the target being open we have to return NT_STATUS_ACCESS_DENIED and root_fid != 0 leads to NT_STATUS_INVALID_PARAMETER (This used to be commit b599e5b1e10bdf825b2ce53de4a6ec35726d00f6)
2007-10-10r23489: (Re-)Add tdbtorture as a build target to 3_0_26.Michael Adam1-0/+3
Add the tdbtorture test to the test script in 3_0 and 3_0_26. Michael (This used to be commit 30d71cf4b8decd6fad0c44a3eb57e29ea7d898a0)
2007-10-10r23429: Ooops, sorry.Volker Lendecke1-3/+3
Revert an accidential checkin of r23410. Volker (This used to be commit 23ecb5439f509f8f1eef6dded74357af5760094f)