Commit Graph

959 Commits

Author SHA1 Message Date
HAMANO Tsukasa
583db6209d fix timing issue for test086-delta-consumer 2021-08-07 19:27:43 +00:00
HAMANO Tsukasa
4c5a5a7588 fix test025-limits: wait for slapd shutdown 2021-08-07 19:27:43 +00:00
HAMANO Tsukasa
c3a5b2c72d fix test001-slapadd: Wait for slapd shutdown before remove DB 2021-08-07 19:27:43 +00:00
HAMANO Tsukasa
2aaaf98315 ITS#9463 cumulative fix for back-wt
- LDAP MODRDN handling
- support paged response
- add wt_extended
- add config emit
- wt_key_read() return WT_NOTFOUND if not found key.
- add ext_candidates()
- fix idlcache session name
- fix warning
- don't reuse idlcache cursor
- set correct pid when modrdn with newsuperior
- fix condition bug
- fix send_search_entry() error handling
- fix for referral handling
- fix for readonly mode
- fix sizelimit response
- support modrdn
- improve modify handling
- clear ancestor idlcache
- fix for multi-DIT
- IMPORTANT CHANGES: Compatibility is broken with previous database table, please restore database from LDIF.
- checking for scope=children
- sort dn2idl result
- fix cursor leak
- support db_open with readonly mode
- add wt_tool_entry_delete
- initialize comp variable
- support referrals
- implement wt_tool_dn2id_get() and wt_tool_entry_modify() for slapadd -w
- skip redundant scan, and more debug message
- fix OID conflict with back-passwd
- no need to close session, It may cause SEGV.
- fixed wt_dn2entry for empty DN
- support multiple database
- Construct wiredtiger's config parameter. It allow multi line wtconfig settings
- add idlcache
- fix concurrent modification to a entry with multi values
- prevent to add duplicate dn entry
- suppress error message "search_near failed: WT_NOTFOUND"
- update Debug statements
- back-wt does not support subtree rename
- fix for @ondra review
- update slapd-wt.5 and warning for mode option
- add back-wt test into test target
- add scope checking
2021-08-07 19:27:43 +00:00
Howard Chu
8311c71f3d ITS#6138 fix test timing issue 2021-08-03 15:19:49 +00:00
Quanah Gibson-Mount
dc5d7f3b88 ITS#9617 - Use valid exit values when an error occurs 2021-07-29 16:13:53 +00:00
Howard Chu
79d33fe40e ITS#9584 avoid busy-loop while refresh is serialized 2021-07-29 13:28:34 +01:00
Ondřej Kuzník
f9b5163670 ITS#6207 Log timings for lloadd tests 2021-05-10 18:49:13 +00:00
Howard Chu
6cb792fe93 ITS#9535 avoid non-portable wc format
Use awk to count lines instead
2021-04-24 17:40:51 +01:00
Ondřej Kuzník
defa618405 ITS#9532 Check homedir overlay is enabled before testing it 2021-04-23 08:07:20 +01:00
Quanah Gibson-Mount
093d966fbb ITS#8736 - Add test script using delta-syncrepl for cn=config replication 2021-04-14 02:56:48 +00:00
Ondřej Kuzník
afa19de2cb ITS#9295 Handle add+delete on a single-value attr 2021-04-12 15:15:02 +00:00
Quanah Gibson-Mount
0ad73f8717 ITS#9437 - Fix slapo-otp overlay name 2021-03-31 23:12:00 +00:00
Howard Chu
85883224ba ITS#9513 Fixup test020
Remove dependency on number of fields in debug output
2021-03-31 18:53:50 +00:00
Ondřej Kuzník
87f3bad8bb ITS#9437 Add otp_2fa overlay 2021-03-31 14:57:56 +00:00
Ondřej Kuzník
0b1ad3fcce Allow libtool path to be hinted 2021-03-26 16:36:26 +00:00
Ondřej Kuzník
8382d3c380 ITS#9470 Add homedir overlay 2021-03-26 01:27:09 +00:00
Howard Chu
9621d0c3d5 Fix typos in schema replication check 2021-03-21 20:38:16 +00:00
Ondřej Kuzník
1d5e16fa54 ITS#9438 Do not regenerate config on startup 2021-03-18 21:07:43 +00:00
Ondřej Kuzník
eafcc405e2 ITS#6830 Enable NO-USER-MODIFICATION on ppolicy attributes 2021-03-18 17:32:30 +00:00
Quanah Gibson-Mount
641ecb4108 ITS#8773 - Add test for slapo-deref overlay 2021-03-15 16:31:55 +00:00
Quanah Gibson-Mount
c7763538de ITS#9453 - Make pw argon2 official 2021-03-10 23:21:08 +00:00
Ondřej Kuzník
539e810530 Export $TESTDIR so that children know where they can write 2021-03-09 17:16:24 +00:00
Quanah Gibson-Mount
00313d614e Fix typo in e051eb28fb 2021-02-26 18:30:13 +00:00
Ondřej Kuzník
e051eb28fb Allow wrapping of slapd invocations 2021-02-26 16:04:40 +00:00
Howard Chu
dc3ad2338b ITS#9197 fix info msg for slapd check 2021-02-26 14:47:18 +00:00
Ondřej Kuzník
1290251a6f ITS#9197 Fix test script 2021-02-26 09:16:20 +00:00
Quanah Gibson-Mount
a8255f9282 ITS#9438 - fix typo in prev commit 2021-02-26 00:22:06 +00:00
Ondřej Kuzník
34b95c520e ITS#9438 Add remoteauth overlay 2021-02-25 22:11:39 +00:00
Ondřej Kuzník
0c2ba04173 ITS#9438 Allow TLS implementation differences in config 2021-02-25 22:11:39 +00:00
Quanah Gibson-Mount
496f9ced21 ITS#9197 - fix typo in prev commit 2021-02-25 17:05:39 +00:00
Tero Saarni
3db2e4a073 ITS#9197 Increase timeouts in test case due to sporadic failures 2021-02-25 16:56:55 +02:00
Tero Saarni
0eacc4a793 ITS#9197 back-ldap: added task that prunes expired connections 2021-02-24 22:07:48 +00:00
Quanah Gibson-Mount
464f1c5cca ITS#9464 - Drop unused AC variables 2021-02-15 18:37:31 +00:00
Ondřej Kuzník
f44c037a9d Do not try to run lloadd/test006 if sasl support unavailable 2021-02-04 18:06:52 +00:00
Quanah Gibson-Mount
efaf9a4a17 Happy New Year! 2021-01-11 19:25:53 +00:00
Ondřej Kuzník
c087244265 SASL and proxyauthz tests 2020-11-17 17:58:15 +00:00
Ondřej Kuzník
bd3da7322a Add TLS tests 2020-11-17 17:58:15 +00:00
Ondřej Kuzník
34ddaa5fc7 Tests for monitoring support 2020-11-17 17:58:15 +00:00
Nadezhda Ivanova
ef0028e586 Initial implementation of cn=config testing script 2020-11-17 17:58:15 +00:00
Ondřej Kuzník
9baa56adc2 Update tests to support lloadd as a module 2020-11-17 17:58:14 +00:00
Ondřej Kuzník
c7e3437e1d Update test suite 2020-11-17 17:58:14 +00:00
Ondřej Kuzník
96f493930b Add a load test 2020-11-17 17:55:46 +00:00
Ondřej Kuzník
887c266120 Update tests to match latest configuration layout 2020-11-17 17:55:46 +00:00
Ondřej Kuzník
0a075905a1 Second test 2020-11-17 17:55:46 +00:00
Ondřej Kuzník
015f8934fb First test for load balancer 2020-11-17 17:55:46 +00:00
Quanah Gibson-Mount
66af4cfd5d ITS#8618 - Remove deprecated -h and -p options to client tools 2020-10-01 21:27:59 +00:00
Ondřej Kuzník
81361ed3f2 ITS#9359 Adjust test to trigger issue 2020-09-30 19:25:26 +01:00
Quanah Gibson-Mount
a3f186880c ITS#9351 - Always build back-monitor as a static backend 2020-09-21 16:52:33 +00:00
Quanah Gibson-Mount
1b6a223a68 ITS#9344 - Fix TLS_PEERKEY_HASH_FAIL evaluation 2020-09-13 08:37:41 +00:00