gregoil / rotest

Resource oriented testing framework
MIT License
24 stars 5 forks source link

Make logger cachedproperty #140

Closed osherdp closed 5 years ago

osherdp commented 5 years ago

It fixes an error that occures when having a flow with too many blocks (more than max num of file descriptors)

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 1239


Files with Coverage Reduction New Missed Lines %
.tox/py35/lib/python3.5/site-packages/rotest/core/abstract_test.py 2 91.11%
.tox/py36/lib/python3.6/site-packages/rotest/core/abstract_test.py 2 91.11%
.tox/py27/lib/python2.7/site-packages/rotest/core/abstract_test.py 2 91.67%
.tox/py37/lib/python3.7/site-packages/rotest/core/abstract_test.py 2 91.11%
.tox/py27/lib/python2.7/site-packages/rotest/core/runners/multiprocess/manager/message_handler.py 3 83.54%
.tox/py35/lib/python3.5/site-packages/rotest/core/runners/multiprocess/manager/message_handler.py 3 83.54%
.tox/py37/lib/python3.7/site-packages/rotest/core/runners/multiprocess/manager/message_handler.py 3 83.54%
.tox/py36/lib/python3.6/site-packages/rotest/core/runners/multiprocess/manager/message_handler.py 3 83.54%
.tox/py27/lib/python2.7/site-packages/rotest/core/flow_component.py 5 91.36%
.tox/py36/lib/python3.6/site-packages/rotest/core/flow_component.py 5 91.36%
<!-- Total: 96 -->
Totals Coverage Status
Change from base Build 1232: 0.6%
Covered Lines: 12292
Relevant Lines: 14470

💛 - Coveralls