1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

903 Commits

Author SHA1 Message Date
Andrew Tridgell
08e23b36cb r7671: added ldap testing to the set of standard tests
(This used to be commit dcdf44024aa93e7eca54247d9058904c6950fae7)
2007-10-10 13:18:20 -05:00
Andrew Tridgell
2be36bb85d r7513: don't try to write to the smbd log file between tests. zeroing a file
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-10 13:18:02 -05:00
Andrew Tridgell
72ac776782 r7506: handle the case where cron does not setup $USER
(This used to be commit d4c1a1be0acbb11df4cfef5e454787b3f86f4181)
2007-10-10 13:18:01 -05:00
Andrew Tridgell
db4fd5c434 r7504: missed one
(This used to be commit 93eb9afb4deb77d1176dd021d007743c13487830)
2007-10-10 13:18:01 -05:00
Andrew Tridgell
4a5ab77098 r7503: turn off the sleep test here too
(This used to be commit 3b9f4b61ade583e7bfd62b0be8b0724b30a07438)
2007-10-10 13:18:01 -05:00
Andrew Tridgell
de160af1c7 r7502: the sleep test in echo is already run on the main rpc test, so no 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-10 13:18:01 -05:00
Andrew Tridgell
47ab0ed8ed r7499: ensure that the account we run tests as ("Administrator") maps to the
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-10 13:18:00 -05:00
Andrew Tridgell
3a3947cd86 r7495: used --maximum-runtime=300 for each smbtorture call, to prevent it
running too long
(This used to be commit 3d70755abfb7764379d648e9bc1697ae9289d02b)
2007-10-10 13:18:00 -05:00
Stefan Metzmacher
39172de4dc r7492: give better output
metze
(This used to be commit 134f5defa0f1eb240207f593866ab75f20943938)
2007-10-10 13:17:59 -05:00
Stefan Metzmacher
a4b58b091b r7489: just a cosmetic change
metze
(This used to be commit 2dcbf07d0cc105a49c7b086f340c7ec9b5c97b6a)
2007-10-10 13:17:59 -05:00
Andrew Tridgell
612babc4af r7485: - allow test_xxx.sh to run outside of 'make test' by ensuring $PREFIX 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-10 13:17:58 -05:00
Andrew Tridgell
2514f8925e r7475: removed RPC-SAMLOGON test until we get a lighter version of it. It is
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-10 13:17:57 -05:00
Stefan Metzmacher
06ebab9e91 r7469: fix typo
metze
(This used to be commit 98acab72c9bf810a96c6529510ee12eb5a4c74c3)
2007-10-10 13:17:56 -05:00
Stefan Metzmacher
13dcf319dc r7468: create better output
metze
(This used to be commit 99152ce6f084acb13dc38b407c569aca89b12ed5)
2007-10-10 13:17:56 -05:00
Stefan Metzmacher
714a089552 r7467: a little fix for the build-farm
metze
(This used to be commit 6e8c8f0f8730a755cfbef9d1900f348031ba9b7f)
2007-10-10 13:17:56 -05:00
Stefan Metzmacher
57f859a11a r7466: add RPC-SPOOLSS to the supported tests
metze
(This used to be commit 3c1d2364450a4f157e5f19c01295a8575adebaff)
2007-10-10 13:17:56 -05:00
Stefan Metzmacher
67c606b863 r7463: - move some more stuff into functions
- try to kill all jobs return by jobs -p

metze
(This used to be commit e4f5e52a8454fc2e6d5536e2cc9eb918c6c0e174)
2007-10-10 13:17:55 -05:00
Stefan Metzmacher
4140ccd0dd r7442: skip tests that require smbd, but smbd is down
metze
(This used to be commit dad79155624808aa85c34921f05d2e0cded6ad12)
2007-10-10 13:17:54 -05:00
Stefan Metzmacher
1d0117c519 r7434: - do local tests step by step for better build-farm output
- fix typo ADDARGS -> ADDARG

metze
(This used to be commit 38e5198b1121725b4f1c9b27ac2f97bee43607fe)
2007-10-10 13:17:53 -05:00
Stefan Metzmacher
035faf4405 r7432: export SMBD_TEST_FIFO
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-10 13:17:52 -05:00
Stefan Metzmacher
70c3a8a2a8 r7429: make the shell happy and don't use [bla]
metze
(This used to be commit 4ff50d12aedb03d8b93904655ce9941ff6290b29)
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
bc2a1f87d6 r7428: try to get some nicer output from the build farm
metze
(This used to be commit 49e9cf070900874cb4b97ed46f70a43196deae8d)
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
333be3164d r7427: disable torture progress outout from the build farm
metze
(This used to be commit 288fcf18fec871abc74f4330c880fcf20772dbb1)
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
1b3471ed0c r7425: configure check to see if a compiler can handle negative enum values
if the compiler doesn't support it we pass --uint-enums to pidl

metze
(This used to be commit c52703c0a8adb4f64ec52e4bf602e9c17ef2c748)
2007-10-10 13:17:51 -05:00
Stefan Metzmacher
7931aed30d r7421: - move test* functions to a seperate file
- print build farm style output when RUN_FROM_BUILD_FARM=yes

metze
(This used to be commit 7e567a6b69d05fa180bb4384b503969f79f18068)
2007-10-10 13:17:51 -05:00
Stefan Metzmacher
40c2e3e6a1 r7403: minimize the sharedelay
tridge: is that a good value?

metze
(This used to be commit a7f7ec6cfe1ed7fbfe98e462eea004d0eb678e9b)
2007-10-10 13:17:50 -05:00
Stefan Metzmacher
a94d89d2d4 r7402: - don't stop after a failed test
- some more fixes

metze
(This used to be commit e90b83d03887ed713745280267caa6f2fd549e0f)
2007-10-10 13:17:50 -05:00
Stefan Metzmacher
729c7528e6 r7397: - don't exit when one test fails
- some other cleanups

metze
(This used to be commit d8490399d91007dfcbada15f917ce56ab88370fc)
2007-10-10 13:17:50 -05:00
Stefan Metzmacher
21468d061e r7388: - fix calling of test_posix.sh
- move smbd_fifo into the prefix dir

metze
(This used to be commit 1f0168e18026268671c9745a193a0002da3dda30)
2007-10-10 13:17:49 -05:00
Stefan Metzmacher
16de998bc6 r7387: enable extra smbtorture args to test_posix.sh
metze
(This used to be commit ee8407c9165323feadc19d20c45f5b834b1a8379)
2007-10-10 13:17:49 -05:00
Stefan Metzmacher
a7e6b41873 r7112: add RPC-SPOOLSS test to the w2k3 tests, only with ncacn_np for now
(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-10 13:17:18 -05:00
Stefan Metzmacher
9a4c00db07 r7103: fix make installswat again:-)
metze
(This used to be commit 46e3f57f0eebe500ecc5b7b39e05d9ea335e5c7a)
2007-10-10 13:17:16 -05:00
Stefan Metzmacher
e3789dcee6 r7100: install lately added files too
metze
(This used to be commit 067f3a4da2b1ac2f0bfd6edf26001436106c8f69)
2007-10-10 13:17:16 -05:00
Jelmer Vernooij
1deb402445 r7059: Use namespaces for pidl and the build system, so we can later on
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-10 13:17:10 -05:00
Andrew Tridgell
b28e017e00 r7001: make sure we install the esp files
(This used to be commit a18b069f0634079d6b8acaab1cf540184ad28801)
2007-10-10 13:17:04 -05:00
Andrew Tridgell
74dda39226 r6989: - added support for esp style includes (which include a esp file, instead of a ejs file)
- added a test of esp style includes to the esptest html
(This used to be commit af3de9468ee5ba490c991901b7a4aa260c839876)
2007-10-10 13:17:03 -05:00
Andrew Tridgell
e8e8eab400 r6986: added support for <% include("somefile.ejs") %> for including common scripts
(This used to be commit e54b31904c69b1aaad748e5be6dce1c882d02c67)
2007-10-10 13:17:02 -05:00
Andrew Tridgell
7e58231952 r6982: install the swat pages with 'make installswat'
(This used to be commit 31543e1eae03d22343ea8c970494af36eb07b41f)
2007-10-10 13:17:02 -05:00
Jelmer Vernooij
fb52ab1446 r6961: Add RPC-WINREG to list of win2k3 tests
Fix bug in test for QueryMultipleValues
Ignore errors from CreateKey() and GetKeySecurity() for now
(This used to be commit 7b6b8d6b34de01d2585b23ddb994d8e7403a21f6)
2007-10-10 13:17:00 -05:00
Stefan Metzmacher
b4d9ff4842 r6922: remove bad file...
metze
(This used to be commit 76c930ceee39e9c11b4b0b8eaaf5d1d23795f574)
2007-10-10 13:16:56 -05:00
Stefan Metzmacher
4541341a1e r6921: preparing for cherry picking merging
(This used to be commit a7c915be3e427a6d05a4c85a5bab17217e704125)
2007-10-10 13:16:56 -05:00
Stefan Metzmacher
928d749143 r6920: display the SVN revision in svk build of tree's directly mirrored from samba.org
metze
(This used to be commit 7feddfb5d28784ff4f7dd13075c53923d4df6330)
2007-10-10 13:16:56 -05:00
Tim Potter
df1bac4442 r6919: Jelmer, here is my script for filtering individual binaries/subsystems/etc
out of the samba4-deps.dot file.  Use like:

script/depfilter.py regpatch < samba4-deps.dot | dotty -

and then scratch your head and wonder why regpatch has to link with 3/4
of what it does.
(This used to be commit 90b07c6860ceeb65aaeedd69b12895466dfd64a3)
2007-10-10 13:16:56 -05:00
Andrew Tridgell
e87dd1091a r6877: added CLDAP testing to test_ldap.sh
(This used to be commit b64936b9a9123da0335a67865fb356dde9753714)
2007-10-10 13:16:53 -05:00
Jelmer Vernooij
6e3b2448eb r6862: Add some more tests
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-10 13:16:52 -05:00
Jelmer Vernooij
1751007e64 r6860: Add some allocation and alignment tests, remove uint64 from list of scalars
(it doesn't have any push/pull functions anymore either)
(This used to be commit 7d36e27e228ce83a5ce159eb424c4b5194c0e2fb)
2007-10-10 13:16:51 -05:00
Jelmer Vernooij
9d56a6d8f8 r6859: Add ndr_align tests, use environment variables ($CC, $CFLAGS, $LDFLAGS)
where possible.
(This used to be commit 077f4105aceba99a7ac4de21a20bb758fcc01203)
2007-10-10 13:16:51 -05:00
Jelmer Vernooij
fe597fd1e2 r6857: - Support [public] on functions
- 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-10 13:16:51 -05:00
Jelmer Vernooij
764d199ca1 r6854: Add --quiet option to pidl
Some work on a testsuite for pidl, including one simple test.
(This used to be commit a5aa61f54ea20f0b400359f9b3119f0ff0720431)
2007-10-10 13:16:51 -05:00
Andrew Tridgell
aff28fa227 r6852: implement an idea from kinkie to make the 'make test' target 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-10 13:16:51 -05:00