Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving man page and error message for ldclt #1346

Closed
389-ds-bot opened this issue Sep 12, 2020 · 2 comments
Closed

Improving man page and error message for ldclt #1346

389-ds-bot opened this issue Sep 12, 2020 · 2 comments
Labels
closed: not a bug Migration flag - Issue
Milestone

Comments

@389-ds-bot
Copy link

Cloned from Pagure issue: https://pagure.io/389-ds-base/issue/48015


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
@389-ds-bot 389-ds-bot added the closed: not a bug Migration flag - Issue label Sep 12, 2020
@389-ds-bot 389-ds-bot added this to the 1.3.5 backlog milestone Sep 12, 2020
@389-ds-bot
Copy link
Author

Comment from nhosoi (@nhosoi) at 2015-12-17 06:04:51

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

@389-ds-bot
Copy link
Author

Comment from nhosoi (@nhosoi) at 2017-02-11 23:08:12

Metadata Update from @nhosoi:

  • Issue set to the milestone: 1.3.5 backlog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed: not a bug Migration flag - Issue
Projects
None yet
Development

No branches or pull requests

1 participant