1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-18 00:23:50 +03:00
Commit Graph

19 Commits

Author SHA1 Message Date
Andrew Bartlett
77f1c15d92 r18829: Print a nice welcome message when we enter the test environment.
Andrew Bartlett
2007-10-10 14:19:15 -05:00
Andrew Bartlett
5215b834bd r18828: Export some more useful environment varibles, particularly for use in
'make testenv'

Andrew Bartlett
2007-10-10 14:19:15 -05:00
Andrew Bartlett
72858f8594 r18781: Move the usnCreated and usnChanged handling around again.
This moves these attributes from objectguid into an optional backend
(objectguid), used by ltdb.  For OpenLDAP, the entryUUID module
converts entryCSN into usnChanged.

This also changes the sequence number API, and uses 'time based'
sequence numbers, when an LDAP or similar backend is detected.

To assist this, we also store the last modified time in the TDB,
whenever we change a value.

Andrew Bartlett
2007-10-10 14:19:11 -05:00
Andrew Tridgell
ce2baf7385 r18582: disable synchronous ldb in the build farm. Some hosts have very slow
filesystems and the tests are taking more than 1.5 hours. We will
still be testing the sync code paths, as the ldb tests still run
synchronous, but doing all of our other tests synchronously just costs
too much time.
2007-10-10 14:18:51 -05:00
Steve French
64062d16a2 r18570: Fix up function names in cifs unix/posix extensions backend. Enable tiny quick test for torture for them 2007-10-10 14:18:48 -05:00
Andrew Tridgell
262bee07dc r18569: add really simple testing of the 'simple' ntvfs backend, so we know
when it breaks. It isn't much good as a template for developers to use
unless it works :-)
2007-10-10 14:18:48 -05:00
Steve French
57f5695717 r18564: update for cifs unix/posix extensions stub version to build and beginnings of smbtorture test for it 2007-10-10 14:18:47 -05:00
Andrew Bartlett
1daf4e7bd4 r18459: Set access to test LDAP server as system to anonymous, but also note
the correct authz-regexp for future use.

Fail to test if slapd fails and TEST_LDAP=yes
2007-10-10 14:18:33 -05:00
Andrew Tridgell
d1ceb79d9d r18377: disable native iconv with valgrind 2007-10-10 14:18:21 -05:00
Andrew Tridgell
066e3b51b1 r18372: don't use the system inotify until in the build farm until we work out
how to work around a problem with it giving unpredictable orderings in
renames (sometimes target is first event, sometimes source)
2007-10-10 14:18:20 -05:00
Andrew Tridgell
9fb91702fd r18290: finally worked out why we were failing tests on solaris. It has
kerberos on port 750 in /etc/services! Work around this by using
127.0.0.1:88 in the krb5.conf
2007-10-10 14:18:02 -05:00
Andrew Tridgell
d9ddfdf9e8 r18247: more shell portability fixes 2007-10-10 14:17:55 -05:00
Andrew Bartlett
73d87cce7c r18246: Let our openldap slapd.conf include the magic to have DIGEST-MD5 on
the server-side work.
2007-10-10 14:17:54 -05:00
Andrew Bartlett
999d989131 r18023: Add support infrusructure for testing against an OpenLDAP server.
This will give a bit more noise on platforms without OpenLDAP (when we
run the slaptest check), but it shouldn't be too bad.

We don't start the LDAP server or re-provision unless LDAP_TEST is set.

Andrew Bartlett
2007-10-10 14:17:04 -05:00
Andrew Bartlett
59f86d8084 r17527: Don't duplicate the entire test setup just to allow testing of the new
ldb-backed shares configuration.

Andrew Bartlett
2007-10-10 14:15:33 -05:00
Andrew Bartlett
c366c90662 r17394: Pregenerate all the files for TLS. Make the 'make test' startup *much* faster.
Andrew Bartlett
2007-10-10 14:15:21 -05:00
Andrew Bartlett
23314c3953 r17379: Pre-generate DH parameters, to avoid doing this at runtime in our testsuite.
Andrew Bartlett
2007-10-10 14:15:20 -05:00
Jelmer Vernooij
e659d77248 r16525: Move selftest-specific code back to selftest. 2007-10-10 14:09:32 -05:00
Jelmer Vernooij
2c601df23f r16522: Move code to create the test data out of selftest.sh. 2007-10-10 14:09:32 -05:00