Menu

#328 Cache headlines disappear after deleting part of the cache

v1.1.x
fixed
None
v1.1.0
Bug Fix
2018-05-17
2018-05-14
Erik Hänel
No

The headlines of some columns (i.e. the empty ones) in the cache disappear, after one deletes part of the cache.

Analysis:
The issue is that after deletion all columns are checked for emptyness and empty columns are resetted completely. Add checks, which are only reset a colum, if the first line is an explicit part of the deletion.

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

Documentation:
The fix was documented in the changes log. Further documentation not needed.

Tests:
This fix was tested in productive environment. No deviations detected. Bug fix implemented successfully.

Discussion

  • Erik Hänel

    Erik Hänel - 2018-05-14
    • status: open --> accepted
     
  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     The headlines of some columns (i.e. the empty ones) in the cache disappear, after one deletes part of the cache.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     The headlines of some columns (i.e. the empty ones) in the cache disappear, after one deletes part of the cache.
    
     **Analysis:**
    +The issue is that after deletion all columns are checked for emptyness and empty columns are resetted completely. Add checks, which are only reset a colum, if the first line is an explicit part of the deletion.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -4,7 +4,9 @@
     The issue is that after deletion all columns are checked for emptyness and empty columns are resetted completely. Add checks, which are only reset a colum, if the first line is an explicit part of the deletion.
    
     **Implementation:**
    +The fix was implemented as proposed by the analysis. Implementation tests were passed successfully.
    
     **Documentation:**
    +The fix was documented in the changes log. Further documentation not needed.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2018-05-17
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,3 +10,4 @@
     The fix was documented in the changes log. Further documentation not needed.
    
     **Tests:**
    +This fix was tested in productive environment. No deviations detected. Bug fix implemented successfully.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB