kaazing / netx

Network utility that extends java.net, including URL
Apache License 2.0
10 stars 6 forks source link

test failures during builds #41

Open ahousing opened 9 years ago

ahousing commented 9 years ago

"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
sanjay-saxena commented 9 years ago

@ahousing -- I am not seeing this issue when I execute mvn clean verify on my machine. Did you see these issues on Travis?

ahousing commented 9 years ago

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.

ahousing commented 9 years ago

org.kaazing.netx.ws.specification.BaseFramingIT.txt

ahousing commented 9 years ago

Uploading an xml file with a .txt extension, due to limitiations in github.

TEST-org.kaazing.netx.ws.specification.BaseFramingIT.xml.txt