You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"mvn clean verify" returns the following failures/errors:
Failed tests:
BaseFramingIT.shouldEchoBinaryFrameWithPayloadLength65535:421 arrays first differed at element [65532]; expected:<67> but was:<0>
BaseFramingIT.shouldEchoBinaryFrameWithPayloadLength65535UsingMessageWriterAndMessageReader:459 arrays first differed at element [65532]; expected:<32> but was:<0>
BaseFramingIT.shouldEchoBinaryFrameWithPayloadLength65536:493 arrays first differed at element [65526]; expected:<-63> but was:<0>
BaseFramingIT.shouldEchoTextFrameWithPayloadLength65535:1041 expected:<...LNG`bV8nkGgOp>'Gw@FQ[f\b]> but was:<...LNG`bV8nkGgOp>'Gw@FQ[ ]>
BaseFramingIT.shouldEchoTextFrameWithPayloadLength65535UsingMessageWriterAndMessageReader:1076 expected:<...):zE*`e\Z+MiC%@HR@4%[2!I]> but was:<...):zE*`e\Z+MiC%@HR@4%[ ]>
Tests in error:
BaseFramingIT.shouldEchoBinaryFrameWithPayloadLength65536UsingMessageWriterAndMessageReader:516 » ArrayIndexOutOfBounds
The text was updated successfully, but these errors were encountered:
I'm running on a Win7 machine with JDK 1.7.0_45. (I see similar output with jdk 1.8.0_60, but slightly different.) I'll upload the files from running with 1.7.
"mvn clean verify" returns the following failures/errors:
The text was updated successfully, but these errors were encountered: