1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-22 07:17:05 +03:00

140 Commits

Author SHA1 Message Date
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
James Peach
3eee126458 r16289: Fix smbclient test hang. This is caused by readline refusing to believe
the end of file it receives when reading from a pipe after we force
interactive mode.
2007-10-10 11:17:31 -05:00
James Peach
dff1eba81e r16273: Add smbclient tests to verify that
in interactive mode, smbclient always prompts on stdout
        in non-interactive mode, smbclient never prompts
2007-10-10 11:17:30 -05:00
Stefan Metzmacher
bed220afb8 r16025: make sure the samba4's smbtorture can be executed
metze
2007-10-10 11:17:18 -05:00
Stefan Metzmacher
b9d1440f46 r15989: try to make timelimit.c more portable
Patch from Bjoern Jacke (Thanks!)

metze
2007-10-10 11:17:17 -05:00
Stefan Metzmacher
6d35268639 r15967: enable RAW-OPLOCK in samba3 make test
metze
2007-10-10 11:17:15 -05:00
Volker Lendecke
53bd3fa30a r15924: Ok, the Solaris fix broke AIX. Next try :-)
Volker
2007-10-10 11:17:13 -05:00
Volker Lendecke
c9542c64ce r15918: Attempt to bring Solaris into make test. The Solaris shell does not like the
isolated !.

Metze, can you check this?

Thanks,

Volker
2007-10-10 11:17:13 -05:00
Volker Lendecke
17f701ab4f r15917: Activate RPC-AUTHCONTEXT in "make test" 2007-10-10 11:17:13 -05:00
Jim McDonough
de836d2077 r15873: Use short signal names to placate ksh trap. bash seems to accept either
and even uses them on the manpage.  this should now enable make test on
AIX.
2007-10-10 11:17:11 -05:00
Jim McDonough
0ee78d96d9 r15872: Take one step toward getting this working on AIX. the [-z ] stuff
doesn't work there.
2007-10-10 11:17:11 -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
Stefan Metzmacher
e5a8553a57 r15732: samba3 now passes BASE-DENY1
metze
2007-10-10 11:17:09 -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
b79ceece95 r15691: - samba3 also pass RAW-CHKPATH, RAW-SEEK, RAW-SFILEINFO-BUG
- samba3 pass the limited version of RAW-LOCK
  (the lock cancel and error checking tests are skipped)

metze
2007-10-10 11:17:07 -05:00
Stefan Metzmacher
fc343051af r15686: - start testing the RAW-* tests in make test
- RAW-READ now passes samba3
- skip the rest for now

metze
2007-10-10 11:17:07 -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
1ac5351646 r14884: this doesn't work and causes processes to be left when using ctrl-c (SIGINT)
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
6f37658f92 r14820: sync test_posix_p3.sh with test_posix.sh from samba4
but only run the BASE-* tests and ignore some more than in samba4

metze
2007-10-10 11:15:49 -05:00
Stefan Metzmacher
20782719d9 r14809: - add my email address
- fix usage()
- remove unused var

metze
2007-10-10 11:15:49 -05:00
Stefan Metzmacher
b120c21669 r14744: allow ./timelimit 5 ./timelimit 20 ./ignore_all_signals
to work,

this is needed when we enable samba3's make test
in the build-farm

metze
2007-10-10 11:15:45 -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
Stefan Metzmacher
1b6a643785 r14628: sync timelimit.c with the version from the build-farm repository
metze
2007-10-10 11:15:40 -05:00
Stefan Metzmacher
d9df1853b9 r14624: - add timelimit.c
- add configure tests --with-selftest-prefix=/tmp/samba-test
  this is needed because the path name of unix socket can only be 108 chars long
- add configure test --with-smbtorture4-path=/home/foo/prefix/samba4/bin/smbtorture
  this will be used to run samba4's smbtorture inside samba3's make test later

metze
2007-10-10 11:15:39 -05:00
Lars Müller
71b2eb55ad r14325: Add pam_modules rule which builds the configure(d) pam modules. This is
called as part of the all rule (again only if pam modules are requested
by configure).

Add pam_winbind rule.

Ensure proto_exists before we build the pam modules.

Add test_pam_modules rule to test if the built pam modules have any
unresolved symbols.  For test_pam_modules we use script/tests/dlopen.sh
which was written by Nalin Dahyabhai <nalin@redhat.com>.  Thanks Nalin!
RedHat and SuSE use this script to test nss and pam modules since
several years.
2007-10-10 11:15:25 -05:00
Gerald Carter
19339a9510 r12990: BUG 3329: patch from David May <mayd@cygnus.uwa.edu.au> for Solaris shell script portability issues in 'make test' 2007-10-10 11:06:09 -05:00
Gerald Carter
939c3cb5d7 r10656: BIG merge from trunk. Features not copied over
* \PIPE\unixinfo
* winbindd's {group,alias}membership new functions
* winbindd's lookupsids() functionality
* swat (trunk changes to be reverted as per discussion with Deryck)
2007-10-10 11:04:48 -05:00
Gerald Carter
a94de276ae r9618: adding get/put tests from Don Watson 2007-10-10 11:03:23 -05:00
Gerald Carter
4e62a51bf6 r9615: trying a 3 second timeout on smbcontrol 2007-10-10 11:03:22 -05:00
Gerald Carter
0626bb6841 r9613: remove TMPDIR from 'make test' scripts (after comments by Don Watson) 2007-10-10 11:03:22 -05:00
Gerald Carter
7a150ffde5 r9585: update test #1 2007-10-10 11:03:22 -05:00
Gerald Carter
019155e748 r9583: ensure that Samba was with with --enable-socket-wrapper for running 'make test' 2007-10-10 11:01:13 -05:00
Gerald Carter
c64f5666b8 r9562: successfully get the samba 3 smbtorture working (as a test case for infrastructre) 2007-10-10 11:01:13 -05:00
Gerald Carter
dbaaf81cec r9548: more additions to make test; better checks for starting and stopping smbd 2007-10-10 11:01:12 -05:00
Gerald Carter
136fe3f15e r8992: More make test work. Adding a way to order tests (might change
my mind on this later).
2007-10-10 11:00:23 -05:00
Gerald Carter
11c8863949 r8990: First trivial example of 'make test' 2007-10-10 11:00:23 -05:00