#48015 Improving man page and error message for ldclt
Closed: wontfix None Opened 9 years ago by nhosoi.

Description of problem:
Improving man page and error message for ldclt

How reproducible:
Always

Steps to Reproduce:
1.This bug is from https://bugzilla.redhat.com/show_bug.cgi?id=1141735#c17
2.when executing
ldclt -v -h localhost -p 21943 ... -b "cn=Users,dc=mentry,dc=com" -e "object=/tet/testcases/DS/6.0/tet_tmp_dir//Posix Users.ldif,rdn=uid:mentry[A=INCRNNOLOOP(0;24999;5)]" -e "add,commoncounter" -n
100 -N 3600 -T 5000

error messages comes as cannot mutex_lock(field->cnt_mutex)

3. when we shuffle two options -e "object=/path/to/PosixUsers.ldif,rdn=uid:mentry[A=INCRNNOLOOP(0;24999;5)]" -e "add,commoncounter"
, it works

Actual results:
error messages comes as cannot mutex_lock(field->cnt_mutex)

Expected results:
Error should say "add,commoncounter" should come before -e "object" AND man
page should also contain this information

Could no reproduce the problem.
{{{
ldclt -h HOST -p PORT -D "cn=directory manager" -w PW -b "cn=Users,dc=mentry,dc=com" -e 'object=/path/to/PosixUsers.ldif,rdn=uid:mentry[A=INCRNNOLOOP(25000;49999;5)]' -e 'add,commoncounter' -n 100 -N 3600 -T 5000

ldclt version 4.23
ldclt[14561]: Starting at Wed Dec 16 15:57:58 2015

ldclt[14561]: Average rate: 32.97/thr ( 329.70/sec), total: 3297
......
ldclt[14561]: Average rate: 17.03/thr ( 170.30/sec), total: 1703
ldclt[14561]: Average rate: 0.00/thr ( 0.00/sec), total: 0
ldclt[14561]: All threads are dead - exit.
ldclt[14561]: Global average rate: 50.00/thr (166.67/sec), total: 5000
}}}

Metadata Update from @nhosoi:
- Issue set to the milestone: 1.3.5 backlog

7 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/1346

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Invalid)

3 years ago

Login to comment on this ticket.

Metadata