[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: RE24 testing call (2.4.45) LMDB RE0.9 testing call (0.9.20)
- To: openldap-technical@openldap.org
- Subject: Re: RE24 testing call (2.4.45) LMDB RE0.9 testing call (0.9.20)
- From: "A. Schulze" <sca@andreasschulze.de>
- Date: Tue, 31 Jan 2017 22:49:46 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=andreasschulze.de; s=ybz; t=1485899458; bh=4FTQ5aG4z4/OANdSmJfPcFwEJ0HLbunlB4qGSz02PC4=; h=Subject:To:References:From:Date:In-Reply-To; b=uVS99tcWpM6I1/25lX0/TU24DayXV3J6W+EHwcguzukm2phKEmLqsd2OAwxjQw/gd ZKaFdtTuoChqFGklVJkTn0O5XXJVsMfU5kvAjWdZk+Ga/Bi5+bJWUn+DimtWhWa2WG zl8HB4jDJmC4LxmRNk1EVr0ObHwUUb9BtPCZ+36+L4wnAGP6nWJUCg7wv+cnEZrHVE 4M/8HwVQifBT8b9ygaemW9xzAuRlajdCtnyNHmXSYNdWNT9Shj6M13mPButrLFjUtp AsrzIN7u/TGk4hsPs6u9rCIpapaB+N/VaeqgXIbssYI6pdouTDYTCZiqV3bcaLDTNp h3HxT81o0Cyrg==
- In-reply-to: <ED38F9D4DE1C79C42B095763@[192.168.1.30]>
- References: <ED38F9D4DE1C79C42B095763@[192.168.1.30]>
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0
Am 30.01.2017 um 21:49 schrieb Quanah Gibson-Mount:
> Optionally, cd tests && make its run through the regression suite.
this set of tests pass, but I noticed one line:
./data/regressions/its8521/its8521: 268: test: 1: unexpected operator
here is the complete log:
>>>>> Starting its8521 ...
running defines.sh
This test tracks a case where a consumer fails to replicate from the provider
when the provider is dynamically configured for replication.
See http://www.openldap.org/its/index.cgi/?findid=8521 and
See http://www.openldap.org/its/index.cgi/?findid=8281 for more information.
Starting provider slapd on TCP/IP port 9011...
Using ldapsearch to check that provider slapd is running...
Starting consumer slapd on TCP/IP port 9012...
Using ldapsearch to check that consumer slapd is running...
Setting serverID on provider...
Populating database on provider...
Configuring replication on the provider...
Configuring replication on the consumer...
Sleeping 10 seconds to allow replication to initiate...
Using ldapsearch to read all the entries from the provider...
Using ldapsearch to read all the entries from the consumer...
Filtering provider results...
Filtering consumer results...
Comparing retrieved entries from provider and consumer...
./data/regressions/its8521/its8521: 268: test: 1: unexpected operator
Modifying provider to force generation of a contextCSN
Sleeping 30 seconds to allow consumer to reconnect and replicate...
Using ldapsearch to read all the entries from the provider...
Using ldapsearch to read all the entries from the consumer...
Filtering provider results...
Filtering consumer results...
Comparing retrieved entries from provider and consumer...
>>>>> Test succeeded
>>>>> ./data/regressions/its8521/its8521 completed OK.
Andreas