Menu

#2121 log: parsing command logtest with option -e is not correct

future
fixed
None
defect
log
tools
minor
False
2017-10-04
2016-10-17
Canh Truong
No

Parsing command logtest with option -e is wrong.
For example: Running command logtest -e 14 2
All test cases in test suite 14 will be executed while we just expect that test case 2 of test suite 14 is executed.

Related

Wiki: ChangeLog-5.17.11

Discussion

  • Anders Widell

    Anders Widell - 2017-04-03
    • Milestone: 5.0.2 --> future
     
  • Srinivas Siva Mangipudy

    • status: unassigned --> assigned
    • assigned_to: Srinivas Siva Mangipudy
    • Blocker: --> False
     
  • Srinivas Siva Mangipudy

    • status: assigned --> review
     
  • Srinivas Siva Mangipudy

    commit 8c725cd2d873aebd420e1857ece516ba8d0eab5b
    Author: Srinivas vijay.roy@oracle.com
    Date: Wed Oct 4 15:35:14 2017 +0530

    log: corrected parsing of command logtest with option -e [#2121]
    
    Instead of using strtok to parse the input args,
    reading the args using index.
    
     
  • Srinivas Siva Mangipudy

    • status: review --> fixed
     

Log in to post a comment.