quacktors icon indicating copy to clipboard operation
quacktors copied to clipboard

Fix feature/control-channel

Open Azer0s opened this issue 4 years ago • 2 comments

All tests should pass. The arch change to control channel is important so that there is no weird raisyness in the quit behaviour. This is testable via

for run in {1..50}; do go test -run TestGenServerCallWithTimeout; done

Azer0s avatar Sep 22 '21 19:09 Azer0s

Something is wrong with the monitor code here. Go through the monitor code and look into the abortable. They might need rework

Azer0s avatar Sep 22 '21 19:09 Azer0s

Okay, definitely the monitor code. It's always the same 6 tests that fail. Always because of a demonitor thing.

Azer0s avatar Sep 22 '21 20:09 Azer0s