Hi,
On Tue, Oct 13, 2020 at 09:01:36AM -0700, Quanah Gibson-Mount wrote:
--On Tuesday, October 13, 2020 1:35 PM +0200 Ervin Hegedüs airween@gmail.com wrote:
> test018-syncreplication-persist failed for bdb
(exit 1) gmake[2]: *** [Makefile:293: bdb-yes] Error 1 gmake[2]: Leaving directory '/export/home/airween/openldap-OPENLDAP_REL_ENG_2_4/tests' gmake[1]: *** [Makefile:278: test] Error 2 gmake[1]: Leaving directory '/export/home/airween/openldap-OPENLDAP_REL_ENG_2_4/tests' gmake: *** [Makefile:290: test] Error 2
This test is timing sensitive, unfortunately, so you may need to adjust the sleep timeouts accordingly for the OS.
thanks, now I've tried:
$ export SLEEP1=10 $ make test ...
Starting test050-syncrepl-multiprovider for bdb...
running defines.sh Initializing server configurations... Starting server 1 on TCP/IP port 9011... Using ldapsearch to check that server 1 is running... Inserting syncprov overlay on server 1... Starting server 2 on TCP/IP port 9012... Using ldapsearch to check that server 2 is running... Configuring syncrepl on server 2... Starting server 3 on TCP/IP port 9013... Using ldapsearch to check that server 3 is running... Configuring syncrepl on server 3... Starting server 4 on TCP/IP port 9014... Using ldapsearch to check that server 4 is running... Configuring syncrepl on server 4... ... Waiting 10 seconds for servers to resync... Using ldapmodify to add/modify/delete entries from server 1... iteration 1 iteration 2 iteration 3 iteration 4 iteration 5 iteration 6 iteration 7 iteration 8 iteration 9 iteration 10 Waiting 10 seconds for servers to resync... Using ldapsearch to read all the entries from server 1... Using ldapsearch to read all the entries from server 2... Using ldapsearch to read all the entries from server 3... Using ldapsearch to read all the entries from server 4... Comparing retrieved entries from server 1 and server 2... test failed - server 1 and server 2 databases differ
test050-syncrepl-multiprovider failed for bdb
(exit 1)
is this sill a timing problem? Should I try with higher value?
regards,
a.