Closed mzfr closed 4 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
tanner/session_manager.py | 0 | 1 | 0.0% | ||
<!-- | Total: | 0 | 1 | 0.0% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
tanner/session.py | 4 | 72.88% | ||
tanner/session_manager.py | 6 | 71.05% | ||
<!-- | Total: | 10 | --> |
Totals | |
---|---|
Change from base Build 1152: | -0.6% |
Covered Lines: | 1360 |
Relevant Lines: | 1760 |
please read my comment https://github.com/mushorg/tanner/issues/353#issuecomment-591877587
I close this pull request because this break tanner functionality (removing function). If you want to continue working on this problem, please create the new one :)
@afeena Since the solution is to rewrite the sessions reading from redis then I think it's better to leave this for GSoC process because one of the GSoC agendas is to shift from redis to something else.
I have edited the
delete_old_sessions
function and now the connection between snare and tanner shouldn't break like that.