simpleframework
simpleframework copied to clipboard
Tests hang during maven task `mvn package`
Tests hang indefinitely after lots of activity like this:
$ mvn package [...many lines omitted...] Worker-57 Channel is closed after time [10] and read [101599] Worker-52 read [-1] of payload sized [1016] took [11] Worker-52 Channel is closed after time [11] and read [101599] Worker-56 read [-1] of payload sized [1016] took [11] Worker-59 read [-1] of payload sized [1016] took [11] Worker-56 Channel is closed after time [11] and read [101599] Worker-51 read [-1] of payload sized [1016] took [12] Worker-59 Channel is closed after time [11] and read [101599] Worker-51 Channel is closed after time [12] and read [101599]
Ill take a look at this, I did notice something like this but I would not worry about it. Here is is certainly the test and not the server that is at fault. If you think you can find the issue let me know. I am going to be releasing 6.1 shortly to remove the SingletonRouter and RegistryRouter and replace them with better alternatives.
Great, thank you, and keep up the good work. I am very excited to see websockets support; it appears not a moment too soon for my project.
MB
On Sat, Oct 11, 2014 at 10:23 PM, ngallagher [email protected] wrote:
Ill take a look at this, I did notice something like this but I would not worry about it. Here is is certainly the test and not the server that is at fault. If you think you can find the issue let me know. I am going to be releasing 6.1 shortly to remove the SingletonRouter and RegistryRouter and replace them with better alternatives.
— Reply to this email directly or view it on GitHub https://github.com/ngallagher/simpleframework/issues/2#issuecomment-58774036 .