Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test failures during builds #41

Open
ahousing opened this issue Oct 8, 2015 · 4 comments
Open

test failures during builds #41

ahousing opened this issue Oct 8, 2015 · 4 comments
Assignees
Labels

Comments

@ahousing
Copy link
Contributor

ahousing commented Oct 8, 2015

"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
Copy link

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

@ahousing
Copy link
Contributor Author

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
Copy link
Contributor Author

@ahousing
Copy link
Contributor Author

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants