Conversation
|
@krawthekrow, it looks like the zephyr-go tests broke at some point. :-( I'm reproducing it locally too in the My current guess is the mess of mock servers and stuff I wrote way back is buggy. |
|
Yeah, the tests didn't work when I ran them. They do work occasionally though, and the problem appears in multiple tests (but only among the connection tests), so I do believe that it has something to do with the mock servers. I wouldn't be debugging it this week, but I could look into it next time. |
|
Aha, I think I've found the bug. The mock timeouts business doesn't actually work right. |
|
I think 2013 me was a bit overeager in playing with goroutines and channels. I'll ponder how to fix this over the weekend. |
Let's see if this works...