summaryrefslogtreecommitdiff
path: root/source3/script/tests/selftest.sh
AgeCommit message (Collapse)AuthorFilesLines
2008-01-20Active RAW-STREAMS in make testVolker Lendecke1-1/+1
(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 Lendecke1-0/+1
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)
2007-12-23selftest: also export LD_LIBRARY_PATH for samba4's smbtortureStefan Metzmacher1-2/+11
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 Metzmacher1-1/+1
metze (This used to be commit 56251f78524416435299e26fca405e77d0f42043)
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 Metzmacher1-1/+13
metze (This used to be commit 8ad4287cca5393a7fef148365aef2e2377c29280)
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-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-3/+0
(This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab)
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-10r24802: Activate new testsVolker Lendecke1-0/+1
RAW-SAMBA3CASEINSENSITIVE and RAW-SAMBA3POSIXTIMEDLOCK (This used to be commit 1f396cc237e3861b216d03a7af9e461578cf448a)
2007-10-10r21767: Revert all the bits I accidentally committed in r21766.James Peach1-3/+1
(This used to be commit 7e862b908057b7971f8163ee94c9358a63998e87)
2007-10-10r21766: Fix compiler warning.James Peach1-1/+3
(This used to be commit f82ac78b2fa623f5868201bd54ffac9c8f318eef)
2007-10-10r21202: On some build hosts, the first tests fail with CONNECTION_REFUSED. On myVolker Lendecke1-1/+1
solaris 9 box I could solve that with an increased wait time. Volker (This used to be commit 4ea654857af48640d86377418f7a91a91c830ced)
2007-10-10r21165: Lets try the build farm without inotify, we're seeing someVolker Lendecke1-0/+1
NT_STATUS_IO_TIMEOUT with it. Samba4 disables inotify as well. Does anybody know why Samba4 does it? Maybe the same justification holds for 3 as well. Volker (This used to be commit de216a574c49f97e86a90c96627de4b5a3ea4b1c)
2007-10-10r20478: Make us survive & activate RAW-UNLINKVolker Lendecke1-0/+3
(This used to be commit 4f0f917b344743e16e8bacf4e72529a2890590fe)
2007-10-10r20150: better memory handling for some functions, make sure we don'tSimo Sorce1-2/+4
leak memory by using the wrong(long lived) mem context (This used to be commit a28cdd6e742cb72a728bd337546ee95fd4160ed8)
2007-10-10r19170: use a very clever trick to pass the binary name to theStefan Metzmacher1-2/+5
gdb_backtrace script, I never noticed that %$(envvar) exists... Thanks to Bjoern Jacke for the suggestion! metze (This used to be commit 12a37bab3eafdabeb4f0dc23254bdec41860cd87)
2007-10-10r19151: Create some dummy printers in the build farmVolker Lendecke1-0/+11
(This used to be commit c26a20e6d5ac36be137fa63f477155a9613f050f)
2007-10-10r18951: socket_wrapper has only 16 interfaces anymore...Stefan Metzmacher1-8/+9
metze (This used to be commit a1966a9c073b597407ee925d1fda53dfa7453e98)
2007-10-10r18380: the panic action command needs to be different in samba4Stefan Metzmacher1-9/+17
samba4 uses %PID% where samba3 uses %d metze (This used to be commit 4424aebdcef951b23e28041faa201ff7c95fa144)
2007-10-10r17934: allow srcdir != builddir for 'make test'Gerald Carter1-2/+3
(This used to be commit 70f223554922947a17e81f1002b184db879a2195)
2007-10-10r17880: On host "tridge" in the build farm the tests fail because smbd hangs ↵Volker Lendecke1-0/+3
in in 'connecting to cups server on localhost'. There is no cups on that host, but the TCP connection hangs in SYN_SENT. Probably some firewall rule. Work around that. Volker (This used to be commit ab4e7b34da00c2a8f3244d84f08037ddfadf85d5)
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-2/+12
to do the upper layer directories but this is what everyone is waiting for.... Jeremy. (This used to be commit 9dafb7f48ca3e7af956b0a7d1720c2546fc4cfb8)
2007-10-10r15967: enable RAW-OPLOCK in samba3 make testStefan Metzmacher1-0/+2
metze (This used to be commit 6d35268639a7796583f5cc7bee12cf884a207af2)
2007-10-10r15735: also export PREFIX as testit from test_functions.sh needs itStefan Metzmacher1-1/+1
metze (This used to be commit 8709bba24a2359aff14920b1dab6b51f21401149)
2007-10-10r15717: BUG 3711: patch from Leonid Kabanov <lkabanov@mail.ru> for some ↵Gerald Carter1-2/+2
solaris sheel scripting bugs with 'make test' (This used to be commit 94e0bc50135646039a2ebcf5c922a82cc0c4a2e7)
2007-10-10r15682: fix option passingStefan Metzmacher1-2/+2
metze (This used to be commit cd2fa1da6cdcaaa8a4d92a38163d54ecc0f9d756)
2007-10-10r15620: pass 'target:samba3=yes' to samba4's smbtorture when running ↵Stefan Metzmacher1-0/+2
samba3's make test we can use this in samba4's smbtorture to disable tests sections which doesn't pass against samba3 metze (This used to be commit fab4de70b65ab5b9d3a93db46f13c7bab0e70464)
2007-10-10r14886: reenable BASE-DENY2 and BASE-DENY3Stefan Metzmacher1-0/+1
metze (This used to be commit 69f489bde07d4c66bdf4dd3a2411d40ed868d144)
2007-10-10r14865: - enforce timelimits for the testsStefan Metzmacher1-0/+1
- and skip some long tests for now metze (This used to be commit 1d52ae786d400441d9f5b30b4fa9e4e8ff64f7e4)
2007-10-10r14678: - we need to use 127.0.0.2/8 as interface for the serverStefan Metzmacher1-12/+27
as nmbd skip interfaces with address 127.0.0.1 - add samba3 smbclient -L tests - add samba3 smbtorture tests metze (This used to be commit 835f8f4339f41619ec890e38569b745c5ef5d44e)
2007-10-10r14632: add basic 'make test' using samba4's smbtortureStefan Metzmacher1-0/+194
I'll try to add some tests using samba3's smbtorture and smbclient later. can someone check if this would be save to run on the build-farm without leaking child processes... metze (This used to be commit 899fd6808ebd04d039caf7199c60d34a4987b43a)