summaryrefslogtreecommitdiffstats
path: root/source4/selftest
Commit message (Collapse)AuthorAgeFilesLines
...
* s4:selftest: skip SMB2-ACLS for nowStefan Metzmacher2009-12-081-0/+1
| | | | metze
* s4:selftest: run RAW-STREAMS againStefan Metzmacher2009-12-081-1/+0
| | | | metze
* s4:selftest: use ${selftest_prefix} instead of hardcoded st/Stefan Metzmacher2009-12-081-1/+1
| | | | metze
* s4-selftest: show the test summary at the end of 'make test' in the build farmAndrew Tridgell2009-12-081-0/+1
| | | | | This should make it easier to see what tests are failing with what parameters
* s4 torture: Cleanup RAW-ACLS a bitTim Prouty2009-12-071-1/+0
| | | | | | Don't check SEC_DESC_DACL_AUTO_INHERITED right now Disable RAW-ACLS-INHERITFLAGS for the short term Update samba4's knownfail accordingly
* s4-selftest: don't consider spoolss failures to be an error in s4Andrew Tridgell2009-12-081-1/+1
|
* s4 quicktest: exclude raw-streams from quicktest until bug is fixedTim Prouty2009-12-072-1/+11
|
* s4/torture: add test for zero byte read contention with byte range locksSteven Danneman2009-12-071-0/+2
|
* s4 selftest/quicktest: Update known failures for the sfileinfo and oplock ↵Tim Prouty2009-12-032-1/+2
| | | | | | | | | changes Two new samba4 bugs have been filed for the two corresponding known failures. For the short term raw.sfileinfo had to be removed from quicktest. It is no longer an individual test, but a test-suite and quicktest can only run top level tests.
* s4/selftest: knownfail some locking tests until bugs are fixedSteven Danneman2009-12-021-0/+2
|
* s4:upgrade_from_s3 - Move it back to "setup"Matthias Dieter Wallnöfer2009-11-281-1/+1
| | | | Suggested by Jelmer
* s4:tests.sh - Make also here the change from "upgrade" to "upgrade_from_s3"Matthias Dieter Wallnöfer2009-11-271-1/+1
|
* s4-selftest: s4 passes all the SMB2-LOCK tests nowAndrew Tridgell2009-11-271-2/+0
|
* s4-selftest: s4 passes this test nowAndrew Tridgell2009-11-271-1/+0
|
* s4-torture: fixed expected error codes for s4 in SMB2-LOCKAndrew Tridgell2009-11-271-0/+2
| | | | | | | | I think the error/success codes returned by windows for these tests are quite bogus. The ones s4 gives are much more reasonable. The locking ones returning NT_STATUS_SUCCESS could lead to data loss, as an application thinks it has a file locked correctly when it fact it doesn't, so it could do an unsafe modify.
* s4:selftest Add tests for upgradeprovisionAndrew Bartlett2009-11-271-0/+1
|
* librpc: rerun "make idl"Stefan Metzmacher2009-11-261-1/+1
| | | | metze
* s4 torture: Split up the torture suite setup for RAW-SFILEINFOTim Prouty2009-11-252-2/+2
| | | | | | | A side effect of this change is that RAW-SFILEINFO now runs the whole suite instead of just the first test. I changed the name of the first test to RAW-SFILEINFO-BASE and changed all of the selftest scripts that call it.
* s4:selftest: mark samba4.smb2.lock.*.VALID-REQUEST as known failureStefan Metzmacher2009-11-181-0/+1
| | | | metze
* s4:selftest: fix logic for --option=torture:progress=noStefan Metzmacher2009-11-181-1/+1
| | | | metze
* s4:selftest: for now skip the BASE-DELAY-WRITE test completelyStefan Metzmacher2009-11-181-0/+1
| | | | | | | | | This test randomly fails depending on the timing (the tests are too strict with the values introduced in commit 0fca2b078ceb314e429e24e3318b50451ccf423b) and local filesystem features (timestamp resolution). metze
* s4:selftest: avoid running the slow BASE-DELAY-WRITE test on the cifs proxy ↵Stefan Metzmacher2009-11-181-0/+1
| | | | | | | | share It's enough to run it on the posix share. metze
* s4:selftest: add "rpc.netlogon.*.GetDomainInfo"Stefan Metzmacher2009-11-181-0/+1
| | | | | | We need to expand the test to work against w2k8 and w2k8r2... metze
* s4:selftest: use "dc:local" instead of a hardcoded config fileStefan Metzmacher2009-11-171-3/+3
| | | | | | | | | | If a tests needs access to the dc's config, it should run as "dc:local", then it can also access unix named pipes... If we pass a hardcoded config file the test fails if you use a selftest_prefix. metze
* s4:selftest: allways start with $(ST_RM)Stefan Metzmacher2009-11-171-2/+2
| | | | metze
* s4:selftest: place summary file into selftest-prefixStefan Metzmacher2009-11-171-1/+2
| | | | metze
* s4:dsdb With these workarounds, we now pass the RPC-DSSYNC testAndrew Bartlett2009-11-171-1/+0
|
* Fixed some major bugs in inheritance and access checks.Nadezhda Ivanova2009-11-152-2/+0
| | | | | | | | Fixed sd creation not working on LDAP modify. Fixed incorrect replacement of CO and CG. Fixed incorrect access check on modify for SD modification. Fixed failing sec_descriptor test and enabled it. Fixed failing sd add test in ldap.python
* s4:selftest Mark the RPC-DSSYNC test as knownfail for nowAndrew Bartlett2009-11-121-0/+1
| | | | | | | | We need to work on the provision or LDB modules to avoid DN attributes without GUIDs (caused because the target does not exist at creation time). Andrew Bartlett
* s4:torture Remove _drs_util_verify_attids() from RPC-DSSYNCAndrew Bartlett2009-11-121-1/+0
| | | | | | | | | | | | I'm satisfied that the task this test does is already done by the time we map the incoming schema, and process the objects. If we have the OID mapping wrong or incomplete, we will get any errors this test found errors there. (And this dramaticly reduces the test time, so we can now add RPC-DSSYNC to 'make test'). Andrew Bartlett
* s4: DRS-RPC tests added to RPC group of testsKamen Mazdrashki2009-11-061-1/+4
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4: Add DRS-UNIT test suite to LOCAL group of tests to be executedKamen Mazdrashki2009-11-061-0/+2
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Python tests for the acl module.Zahari Zahariev2009-11-051-0/+1
| | | | | | Signed-off-by: Nadezhda Ivanova <nadezhda.ivanova@postpath.com> Author: Zahari Zahariev <zahari.zahariev@postpath.com>
* s4-selftest: lower some of the timeouts during make testAndrew Tridgell2009-10-231-2/+2
| | | | | This speeds up some of the delay based tests by a lot. There is no need to have long delays during testing.
* s4-selftest: removed raw.unlink from quicktestAndrew Tridgell2009-10-221-1/+0
| | | | | This test takes 40s, and quicktest already covers delete operations in base.delete
* s4-selftest: the secleak test is not designed for automated runningAndrew Tridgell2009-10-201-0/+1
|
* s4-selftest: skip two more scannersAndrew Tridgell2009-10-201-0/+2
| | | | Protocol scanners are not any use in the build farm
* s4-selftest: skip the trans2.scan testAndrew Tridgell2009-10-201-0/+1
| | | | | This test consumes a huge number of file descriptors on the server (random binds to the WKSSVC pipe)
* s4-selftest: move secdesc.python test to skip listAndrew Tridgell2009-10-192-1/+1
| | | | | | | This test produces a python backtrace due to LDAP_INSUFFICIENT_ACCESS_RIGHTS errors, which are expected until the new acl code is finished. The python backtrace overrides the 'knownfail' listing, so we need to skip this test for now.
* s4-test: removed duplicate knownfail entryAndrew Tridgell2009-10-191-1/+0
|
* s4-test: the ldap secdesc test is expected to fail for nowAndrew Tridgell2009-10-181-0/+1
| | | | | | | Nadya, if this is not correct and you think this should be passing already the please let me know. When I looked over it, it doesn't look like it has a chance of passing until your acl module is in place and enabled by default.
* s4-test: SMB2 oplocks in s4 are a messAndrew Tridgell2009-10-181-0/+1
| | | | | | I don't have time to fix these right now, and as we don't advertise SMB2 by default I'll mark it as a known failure till we start enabling SMB2 by default.
* s4-torture: the BASE-CREATEX_ACCESS test is broken for non-administratorsAndrew Tridgell2009-10-171-0/+1
| | | | See my msg to samba-technical about this test and privilege testing.
* s4-selftest: mark some CIFS backend tests as known failAndrew Tridgell2009-10-151-0/+4
| | | | The CIFS passthru NTVFS doesn't handle some options yet (eg. root_fid)
* s4-selftest: don't run benchmarks on the build farm hostsAndrew Tridgell2009-10-121-0/+1
|
* s4-seftest: skip hold.oplock for SMB2 as wellAndrew Tridgell2009-10-061-1/+1
| | | | | This test is not designed to be run automatically. It deliberately blocks forever.
* s4-test: skip python gensec test until its finishedAndrew Tridgell2009-10-021-0/+1
|
* selftest: Prefer system tap2subunit if available.Jelmer Vernooij2009-09-271-1/+5
|
* pygensec: Add initial work on a gensec Python module.Jelmer Vernooij2009-09-261-0/+1
|
* Revert "s4:python fixed subunit tests of dcerpc"Jelmer Vernooij2009-09-241-6/+6
| | | | This reverts commit ffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2.