Hallvard Furuseth
0f86c2e8eb
For ITS#5810: Use progs/ldif-filter. Retire scripts/acfilter.sh.
2009-11-29 09:10:25 +00:00
Howard Chu
577619c36e
ITS#5883 ordering fix
2009-01-25 04:10:11 +00:00
Howard Chu
2421515c57
ITS#5883 from Aaron Richton, with minor tweaks
2009-01-22 00:44:16 +00:00
Kurt Zeilenga
4af9eb9715
Update copyright notices
2009-01-22 00:40:04 +00:00
Howard Chu
f3fd5c111a
Make sure consumer is in persist phase before doing modifies
2008-11-29 03:37:23 +00:00
Howard Chu
6629ca8655
Set sync intervals to 3 seconds, use SLEEP1 and SLEEP2 for sync delays
2008-11-22 23:48:17 +00:00
Kurt Zeilenga
c890c96d13
Happy New Year (belated)
2008-01-08 00:19:56 +00:00
Pierangelo Masarati
b0b098258f
test fix to ITS#4964
2007-05-19 14:17:34 +00:00
Pierangelo Masarati
5bf79a5686
fix modify opattrs sync replication (ITS#4820; test019 can't be fixed right now)
2007-01-27 16:38:20 +00:00
Kurt Zeilenga
da6d9eb046
happy new year
2007-01-02 20:00:42 +00:00
Howard Chu
604f7fb9db
Use shell "wait" instead of fixed 10 second wait-for-things-to-die
2006-01-11 05:25:09 +00:00
Kurt Zeilenga
acbb5cf689
Happy new year!
2006-01-03 23:11:52 +00:00
Pierangelo Masarati
a9baa69375
ldapmodify doesn't return an LDAP error code
2005-10-05 01:22:26 +00:00
Howard Chu
572ca2db94
Tweak slapd startup delays
2005-09-30 07:32:49 +00:00
Hallvard Furuseth
023d510766
Support POSIX 1003.1-2001 without XSI extensions (ITS #2667 ):
...
Do not use test -a/-o. Use shell features like &&, || or case...esac.
Use grep instead of egrep (but not the not-yet-portable Posix variant grep -E).
Based on a patch from Paul Eggert.
2005-09-17 22:22:15 +00:00
Pierangelo Masarati
7268c949de
fix messages/sleep times
2005-01-20 16:22:31 +00:00
Pierangelo Masarati
adb6222afb
kill provider as well; cleanup replication tests
2005-01-19 23:45:51 +00:00
Pierangelo Masarati
0d3d7e71b6
fix messages
2005-01-19 22:00:25 +00:00
Pierangelo Masarati
aff5133b89
persist looks like a better place to have updates as quickly as possible...
2005-01-19 20:40:30 +00:00
Pierangelo Masarati
cd6a5abf22
if enabled, test the chain overlay with global scope to propagate writes from shadow to master
2005-01-19 14:45:35 +00:00
Kurt Zeilenga
dc0eacd40b
Happy New Year!
2005-01-01 20:49:32 +00:00
Howard Chu
69ca6c9b59
Additional check for ITS#3425
2004-12-19 07:40:59 +00:00
Howard Chu
65a527eb9e
Detect regression of ITS#3425:
...
Stop consumer, then restart after more mods are done to master.
2004-12-12 07:09:04 +00:00
Howard Chu
3a5bde98ba
Disable back-bdb native syncrepl support, enable syncprov overlay,
...
remove syncrepl stuff from Operation struct
2004-11-25 21:16:54 +00:00
Kurt Zeilenga
53a45a04fe
Removing University of Michigan from installation test suite (ITS#3107)
...
from Paul Turgyan of University of Michigan.
2004-04-21 22:14:01 +00:00
Kurt Zeilenga
3c598e89fb
Happy new year
2004-01-01 19:15:16 +00:00
Howard Chu
da602ddbe4
Fix extra test option
2003-12-06 13:04:35 +00:00
Kurt Zeilenga
71a80f4227
fix last commit
2003-12-01 03:04:26 +00:00
Kurt Zeilenga
cf2a8a2cd1
Disable tests on LDBM.
2003-12-01 02:59:58 +00:00
Kurt Zeilenga
6680465d02
notices
2003-11-28 20:00:23 +00:00
Jong Hyuk Choi
cc5e417234
second level interval support, interval=dd:hh:mm:ss
...
changed the test scripts and test conf files accordingly
2003-11-05 16:10:43 +00:00
Jong Hyuk Choi
76a4567520
checking ldapmodify return code & replace member with uniquemember.
2003-10-22 21:48:56 +00:00
Kurt Zeilenga
e0df7582b8
Rework test scripts to use single 'testrun' directory.
...
Split glue test in two.
Remove (slurpd) subtree replication test.
Reorder syncrepl/proxy tests
2003-10-22 05:14:08 +00:00
Kurt Zeilenga
b8ff29abfd
Rework test suite to use run script.
...
A little rough around the edges still.
2003-10-21 03:08:08 +00:00
Howard Chu
d33e095799
Tweak startup, exiting
2003-10-19 05:46:56 +00:00
Jong Hyuk Choi
e6006f9057
fix ITS#2733
...
- if test back-ldbm then
- run the provider with back-bdb when back-bdb is configured
- run the provider with back-hdb when back-hdb is configured
- exit when neither is configured
2003-09-23 00:11:46 +00:00
Jong Hyuk Choi
b3eff8fceb
It's verified that back-hdb performs as a sync provider as well as a sync consumer.
2003-09-05 18:11:39 +00:00
Jong Hyuk Choi
79b04b12a2
Context CSN Patch (5)
...
- persistent search patch
- cascading search patch
2003-08-26 00:35:27 +00:00
Jong Hyuk Choi
660617ae66
Context CSN patch (1)
...
- currenty works for refreshOnly mode of LDAP Sync
- Context CSN for add / modify is implemented
- code for delete / modrdn / refreshAndPersist will be soon committed
2003-08-23 02:51:33 +00:00
Jong Hyuk Choi
c996265bc0
allow more time to replicate
2003-07-15 07:54:19 +00:00
Jong Hyuk Choi
9b5e2b0087
SyncRepl is working with both back-bdb and back-ldbm
2003-07-15 00:27:59 +00:00
Jong Hyuk Choi
420b15f713
Cascading replication misc cleanup
2003-06-26 07:18:50 +00:00
Jong Hyuk Choi
73f17befb7
Cascading replication test script
2003-06-26 06:12:55 +00:00
Howard Chu
86a90cd8d1
Add args to accomodate OS/390 shell bug
2003-06-04 12:06:46 +00:00
Jong Hyuk Choi
4f9f60d5d3
add the context prefix entry first in the test script 017/018
2003-05-30 21:43:03 +00:00
Howard Chu
d8476d75c9
There is no SLURPPID to kill
...
Test is also valid for back-hdb
2003-05-24 04:30:53 +00:00
Jong Hyuk Choi
88ae22b854
cleanup (one search to master, another to slave)
2003-05-23 17:45:44 +00:00
Jong Hyuk Choi
86b89752ba
test018-syncreplication-persist : added
...
test017-syncreplication : renamed to test017-syncreplication-refresh
2003-05-20 19:57:18 +00:00