[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: test006-acl fails in HEAD



The system is a Fedora Core 2 box (actually just upgraded from Redhat 9 yesterday), on dual cpu amd.

The only option I passed in with configure was an install location, otherwise everything else was left at the default.  I'm using 4.2.52 of BerkleyDB (unpatched - by the way - because at the time I built it the patches didn't look relevant.. But recent conversation on the mailing list shows that are relevant, especially for doing many multithreaded writes... Its on my todo list to fix that - but I'm nervous that I will have to reload all my databases if I rebuild Berkeley to have everything consistent, and I don't have time to do it right now)

However, I have never had the make tests fail on older versions of openldap, and they were using the same unpatched Berkeley.

I ran "make test -d 128" (is this the correct way to change the debug level for the test?)
And here is the relevant output:

starting test006-acls ...
running defines.sh
Running slapadd to build slapd database...
./testrun/slapd.1.conf: line 55: warning: cannot assess the validity of the ACL scope within backend naming context
./testrun/slapd.1.conf: line 60: warning: cannot assess the validity of the ACL scope within backend naming context
./testrun/slapd.1.conf: line 71: warning: cannot assess the validity of the ACL scope within backend naming context
./testrun/slapd.1.conf: line 75: warning: cannot assess the validity of the ACL scope within backend naming context
./testrun/slapd.1.conf: line 81: warning: cannot assess the validity of the ACL scope within backend naming context
./testrun/slapd.1.conf: line 93: warning: cannot assess the validity of the ACL scope within backend naming context
Starting slapd on TCP/IP port 9011...
Testing slapd access control...
Waiting 5 seconds for slapd to start...
Using ldapsearch to retrieve all the entries...
Filtering ldapsearch results...
Filtering original ldif used to create database...
Comparing filter output...
comparison failed - modify operations did not complete correctly
>>>>> ./scripts/test006-acls failed (exit 1)
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x08712cd0 PID 31098
make[2]: *** [bdb-yes] Error 1
Removing child 0x08712cd0 PID 31098 from chain.
make[2]: Leaving directory `/home/armbrust/openldap/ldap/tests'
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x09967760 PID 31092
make[1]: *** [test] Error 2
Removing child 0x09967760 PID 31092 from chain.
make[1]: Leaving directory `/home/armbrust/openldap/ldap/tests'
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x0831b7e0 PID 31090
make: *** [test] Error 2
Removing child 0x0831b7e0 PID 31090 from chain.


It certainly doesn't sound very friendly... All that talk about reaping the losing child....   :)

Dan