Michael Adam
baea061500
testsuite: give the testuser administrative rights in selftest.sh
...
(by adding him to builtin\administrators)
Michael
2008-05-06 12:26:14 +02:00
Kai Blin
65c619b36d
selftest: Advertise as PDC and time server during make test
2008-05-06 12:26:13 +02:00
Kai Blin
6fb1fe803c
selftest: Use TESTS env var to specify tests to run like Samba4 does.
2008-05-06 12:26:13 +02:00
Stefan Metzmacher
83b6da7c52
selftest: run the BASE-DELAYWRITE test 4 times faster in make test
...
metze
2008-04-08 18:53:38 +02:00
Michael Adam
b6122406fe
test: be more portable: replace 'echo -n' by 'printf "%s"' in selftest.sh
...
Michael
2008-04-01 16:16:54 +02:00
Michael Adam
567ac329dc
Test: Properly track current test binary for tracking crashes.
...
Make sure the panic action always has the right test binary set.
Michael
2008-03-06 09:25:49 +01:00
Volker Lendecke
63ee2ef775
Active RAW-STREAMS in make test
2008-01-20 15:29:58 +01:00
Volker Lendecke
151b42a150
rename vfs_ea_tdb to vfs_xattr_tdb
2008-01-15 17:30:29 +01:00
Volker Lendecke
2036b4c5ad
Implement vfs_ea_tdb
...
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
2008-01-15 11:01:18 +01:00
Stefan Metzmacher
f5570dcf50
selftest: also export LD_LIBRARY_PATH for samba4's smbtorture
...
metze
2007-12-23 20:09:16 +01:00
Volker Lendecke
04710626e1
Attempt to make the build farm run s4torture again
2007-12-23 16:38:28 +01:00
Michael Adam
2fe111c19b
Fix typo in output.
...
Michael
2007-12-23 01:34:20 +01:00
Gerald (Jerry) Carter
481cc9ab6a
Fix "make test" using the LD_LIBRARY_PATH for selftest script so
...
smbd can locate the libwbclient library (if neccessary).
2007-12-21 13:50:13 -06:00
Stefan Metzmacher
56251f7852
selftest: reenable wbinfo tests and pass --configfile instead of -s
...
metze
2007-12-14 19:39:49 +01:00
Stefan Metzmacher
8ace8fa82c
selftest: move workgroup name into WORKGROUP envvar
...
metze
2007-12-14 16:19:18 +01:00
Stefan Metzmacher
0dc2d7ec01
make test: try to get a more portable way to get UID and GID
...
metze
2007-11-09 14:36:20 +01:00
Stefan Metzmacher
8ad4287cca
make test: start winbindd
...
metze
2007-11-09 09:53:03 +01:00
Stefan Metzmacher
02cfd28362
make test: activate nss_wrapper for make test
...
metze
2007-11-09 09:53:02 +01:00
Jeremy Allison
39d265375c
Fix some cases where file_set_dosmode was being passed
...
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.
2007-10-31 15:45:45 -07:00
Gerald (Jerry) Carter
5c6c8e1fe9
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
2007-10-10 15:34:30 -05:00
Jeremy Allison
a28a35f9cd
r25104: Fix extra lines added by mistake.
...
Jeremy.
2007-10-10 12:30:40 -05:00
Jeremy Allison
cf6b6f9c3a
r25102: Rewrite msdfs code to use talloced filenames. Passes make test
...
and make valgrindtest. Final step will be to change srvstr_get_path()
to return talloced memory in the major codepaths.
Jeremy.
2007-10-10 12:30:40 -05:00
Volker Lendecke
1f396cc237
r24802: Activate new tests
...
RAW-SAMBA3CASEINSENSITIVE and RAW-SAMBA3POSIXTIMEDLOCK
2007-10-10 12:30:22 -05:00
James Peach
7e862b9080
r21767: Revert all the bits I accidentally committed in r21766.
2007-10-10 12:18:30 -05:00
James Peach
f82ac78b2f
r21766: Fix compiler warning.
2007-10-10 12:18:29 -05:00
Volker Lendecke
4ea654857a
r21202: On some build hosts, the first tests fail with CONNECTION_REFUSED. On my
...
solaris 9 box I could solve that with an increased wait time.
Volker
2007-10-10 12:17:47 -05:00
Volker Lendecke
de216a574c
r21165: Lets try the build farm without inotify, we're seeing some
...
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
2007-10-10 12:17:45 -05:00
Volker Lendecke
4f0f917b34
r20478: Make us survive & activate RAW-UNLINK
2007-10-10 12:16:51 -05:00
Simo Sorce
a28cdd6e74
r20150: better memory handling for some functions, make sure we don't
...
leak memory by using the wrong(long lived) mem context
2007-10-10 12:16:27 -05:00
Stefan Metzmacher
12a37bab3e
r19170: use a very clever trick to pass the binary name to the
...
gdb_backtrace script, I never noticed that %$(envvar)
exists...
Thanks to Bjoern Jacke for the suggestion!
metze
2007-10-10 12:15:19 -05:00
Volker Lendecke
c26a20e6d5
r19151: Create some dummy printers in the build farm
2007-10-10 12:15:16 -05:00
Stefan Metzmacher
a1966a9c07
r18951: socket_wrapper has only 16 interfaces anymore...
...
metze
2007-10-10 12:14:49 -05:00
Stefan Metzmacher
4424aebdce
r18380: the panic action command needs to be different in samba4
...
samba4 uses %PID% where samba3 uses %d
metze
2007-10-10 11:51:20 -05:00
Gerald Carter
70f2235549
r17934: allow srcdir != builddir for 'make test'
2007-10-10 11:39:00 -05:00
Volker Lendecke
ab4e7b34da
r17880: On host "tridge" in the build farm the tests fail because smbd hangs 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
2007-10-10 11:38:57 -05:00
Jeremy Allison
9dafb7f48c
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
...
to do the upper layer directories but this is what
everyone is waiting for....
Jeremy.
2007-10-10 11:19:14 -05:00
Stefan Metzmacher
6d35268639
r15967: enable RAW-OPLOCK in samba3 make test
...
metze
2007-10-10 11:17:15 -05:00
Stefan Metzmacher
8709bba24a
r15735: also export PREFIX as testit from test_functions.sh needs it
...
metze
2007-10-10 11:17:10 -05:00
Gerald Carter
94e0bc5013
r15717: BUG 3711: patch from Leonid Kabanov <lkabanov@mail.ru> for some solaris sheel scripting bugs with 'make test'
2007-10-10 11:17:09 -05:00
Stefan Metzmacher
cd2fa1da6c
r15682: fix option passing
...
metze
2007-10-10 11:17:07 -05:00
Stefan Metzmacher
fab4de70b6
r15620: pass 'target:samba3=yes' to samba4's smbtorture when running samba3's make test
...
we can use this in samba4's smbtorture to disable tests sections which doesn't pass
against samba3
metze
2007-10-10 11:17:03 -05:00
Stefan Metzmacher
69f489bde0
r14886: reenable BASE-DENY2 and BASE-DENY3
...
metze
2007-10-10 11:15:52 -05:00
Stefan Metzmacher
1d52ae786d
r14865: - enforce timelimits for the tests
...
- and skip some long tests for now
metze
2007-10-10 11:15:52 -05:00
Stefan Metzmacher
835f8f4339
r14678: - we need to use 127.0.0.2/8 as interface for the server
...
as nmbd skip interfaces with address 127.0.0.1
- add samba3 smbclient -L tests
- add samba3 smbtorture tests
metze
2007-10-10 11:15:43 -05:00
Stefan Metzmacher
899fd6808e
r14632: add basic 'make test' using samba4's smbtorture
...
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
2007-10-10 11:15:40 -05:00