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

ArchitectureIT.originServerShouldSend505OnMajorVersionNotEqualToOne #894

Open
StCostea opened this issue Apr 10, 2017 · 0 comments
Open
Labels
sporadic triage Needs to be triaged

Comments

@StCostea
Copy link
Contributor

While running the build for transport/http in gateway in a loop, sometimes we get a failure with the following message:

ArchitectureIT.originServerShouldSend505OnMajorVersionNotEqualToOne FAILED with exception org.junit.ComparisonFailure: Specified behavior did not match expected:<...write "\r\n"

read "[HTTP/1.1 505]"

but was:<...write "\r\n"

read "[]"

(0.25 secs)
org.junit.ComparisonFailure: Specified behavior did not match expected:<...write "\r\n"

read "[HTTP/1.1 505]"

but was:<...write "\r\n"

read "[]"

In gateway log we see an exception HttpProtocolDecoderException.

The log for the error is here:
architectureit_failure.txt

@robinzimmermann robinzimmermann added the triage Needs to be triaged label Apr 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sporadic triage Needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants