Menu

#290 "execute" cannot evaluate string variables

v1.1.x
fixed
None
v1.1.1
Bug Fix
2018-04-25
2018-03-12
Erik Hänel
No

The command execute will not evaluate a string argument.

Analysis:
The reason for this issue is a missing string parser in BI_executeCommand(). Add this parser for the command expression.

Implementation:
The fix was implemented as proposed by the analysis. Implementation tests were passed successfully.

Documentation:
Not needed - Bug fix.

Tests:
The command execute was tested with string variables. No deviations detected. Bug fix implemented successfully.

Discussion

  • Erik Hänel

    Erik Hänel - 2018-03-12
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2018-03-14
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     The command `execute` will not evaluate a string argument.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2018-03-14
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     The command `execute` will not evaluate a string argument.
    
     **Analysis:**
    +The reason for this issue is a missing string parser in `BI_executeCommand()`. Add this parser for the command expression.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2018-03-14
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,7 +4,9 @@
     The reason for this issue is a missing string parser in `BI_executeCommand()`. Add this parser for the command expression.
    
     **Implementation:**
    +The fix was implemented as proposed by the analysis. Implementation tests were passed successfully.
    
     **Documentation:**
    +Not needed - Bug fix.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2018-04-25
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,3 +10,4 @@
     Not needed - Bug fix.
    
     **Tests:**
    +The command `execute` was tested with string variables. No deviations detected. Bug fix implemented successfully.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB