-
Notifications
You must be signed in to change notification settings - Fork 103
Issue 5487 - Fix various isses with logconv.pl #6085
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
Conversation
Bug description: Logconv.pl CSV file contains mismatched header and data columns Fix description: Add notesF to support invalid filters Relates: 389ds#5487 Reviewed by:
| $stats->{'etime'}), | ||
| "\n" ); | ||
| } else { | ||
| $stats->{'fh'}->print( | ||
| "Time,time_t,Results,Search,Add,Mod,Modrdn,Moddn,Compare,Delete,Abandon,". | ||
| "Connections,SSL Conns,Bind,Anon Bind,Unbind,Unindexed search,Unindexed component,ElapsedTime\n" | ||
| "Connections,SSL Conns,Bind,Anon Bind,Unbind,Unindexed search,Unindexed component,Invalid filter,ElapsedTime\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not think that "Invalid" is the right term .I would rather say "Inefficient"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This term is documented:
https://www.port389.org/docs/389ds/design/filter-syntax-verification.html
So I'd rather stick with it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love the last commit message :D
LGTM!
Bug description: Logconv.pl CSV file contains mismatched header and data columns Fix description: Add notesF to support invalid filters Relates: #5487 Reviewed by: @progier389, @vashirov (Thank you)
Bug description: Logconv.pl CSV file contains mismatched header and data columns Fix description: Add notesF to support invalid filters Relates: #5487 Reviewed by: @progier389, @vashirov (Thank you)
Bug description: Logconv.pl CSV file contains mismatched header and data columns Fix description: Add notesF to support invalid filters Relates: #5487 Reviewed by: @progier389, @vashirov (Thank you)
Bug description: Logconv.pl CSV file contains mismatched header and data columns Fix description: Add notesF to support invalid filters Relates: #5487 Reviewed by: @progier389, @vashirov (Thank you)
Bug description: Logconv.pl CSV file contains mismatched header and data columns Fix description: Add notesF to support invalid filters Relates: #5487 Reviewed by: @progier389, @vashirov (Thank you)
Bug description: Logconv.pl CSV file contains mismatched header and data columns Fix description: Add notesF to support invalid filters Relates: #5487 Reviewed by: @progier389, @vashirov (Thank you)
Bug description: Logconv.pl CSV file contains mismatched header and data columns Fix description: Add notesF to support invalid filters Relates: #5487 Reviewed by: @progier389, @vashirov (Thank you)
Bug description: Logconv.pl CSV file contains mismatched header and data columns
Fix description: Add notesF to support invalid filters
Relates: #5487
Reviewed by: