Hi,
I have an issue with every correct test i have never return anything (just wait until the end of the test time).
If a test is a failure, it will fail normally, any idea why ?
thanks in advance.
Hi,
I have an issue with every correct test i have never return anything (just wait until the end of the test time).
If a test is a failure, it will fail normally, any idea why ?
thanks in advance.
If you mean that the test will run forever and not show any output without -v, it probably means the test is passing but is waiting forever for your gossipers to exit.
I had the same problem, and it turned out the stopMsg thing did not work anymore on my computer. I don't know why, golang update maybe(?) but whenever I tried to send a message to a socket using itself it would quietly fail with error "sendto: invalid argument 127.0.0.1:0". Maybe you have the same issue?