kytos-ng / of_core

Kytos Main OpenFlow Network Application (NApp)
MIT License
0 stars 5 forks source link

unit test getting stuck during exec #128

Closed viniarck closed 7 months ago

viniarck commented 7 months ago

Although the last PR #127 passed on CI, there seems to be a regression that @italovalcy has brought to the attention. I've just reinstalled locally this NApp tried to run the unit test, and indeed it's getting stuck, and on the CI is now also getting stuck too https://scrutinizer-ci.com/g/kytos-ng/of_core/inspections/ec3229d1-02bf-43aa-9ec2-516b4defde59

Maybe it's the kytos.core.helpers.run_on_thread patches that aren't patching correctly. I'm not sure, needs further investigation. @gretelliz can you look into it and fix it?