opensistemas-hub / osbrain

osBrain - A general-purpose multi-agent system module written in Python
https://osbrain.readthedocs.io/en/stable/
Apache License 2.0
176 stars 43 forks source link

Add test to reproduce non-removed IPC socket file #293

Closed Peque closed 6 years ago

Peque commented 6 years ago

Fixes #287.

WIP: still only reproducing the error. No fix.

codecov[bot] commented 6 years ago

Codecov Report

Merging #293 into master will decrease coverage by 0.13%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #293      +/-   ##
==========================================
- Coverage    99.1%   98.96%   -0.14%     
==========================================
  Files          26       26              
  Lines        3556     3572      +16     
  Branches      258      258              
==========================================
+ Hits         3524     3535      +11     
- Misses         19       22       +3     
- Partials       13       15       +2
Impacted Files Coverage Δ
osbrain/agent.py 97.71% <100%> (ø) :arrow_up:
osbrain/tests/test_bugs.py 92.3% <100%> (+8.97%) :arrow_up:
osbrain/__init__.py 91.66% <0%> (-8.34%) :arrow_down:
osbrain/tests/test_agent_transport.py 93.97% <0%> (-2.41%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9fc27f2...cc235ad. Read the comment docs.

Peque commented 6 years ago

Closing in favor of #294.