[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: (ITS#7100) slapo-dds: entryTTL not decreasing
ondra@mistotebe.net wrote:
> On Tue, Jul 22, 2014 at 07:38:26PM +0000, michael@stroeder.com wrote:
>> Would be nice if this gets ever fixed to match the RFC.
>
> Hi, can you test the changes in branch ITS7100 at
> https://github.com/mistotebe/openldap?
Sorry for following up so late.
I've tested your branch.
1. make test fails (maybe unrelated):
>>>> Starting test007-slapmodify for hdb...
running defines.sh
Running slapadd to build slapd database...
Testing modify, add, and delete using slapmodify...
slapmodify failed (1)!
>>>>> test007-slapmodify failed for hdb
(exit 1)
Makefile:302: recipe for target 'hdb-mod' failed
make[2]: *** [hdb-mod] Error 1
make[2]: Leaving directory '/home/michael/src/openldap-git/mistotebe/openldap/tests'
Makefile:280: recipe for target 'test' failed
make[1]: *** [test] Error 2
make[1]: Leaving directory '/home/michael/src/openldap-git/mistotebe/openldap/tests'
Makefile:292: recipe for target 'test' failed
make: *** [test] Error 2
2. entryTTL seems now to be decreased
It seems that when re-reading an entry the entryTTL is not always computed on
the fly. Rather the value is decreased every ~6 seconds (not matching dds-interval).
Ciao, Michael.