kaazing / gateway

Kaazing Gateway
Apache License 2.0
141 stars 84 forks source link

Travis Gateway build failed in HttpProxyServiceTest #846

Open cmebarrow opened 7 years ago

cmebarrow commented 7 years ago

This failure just occurred in Build #2436. Full build output is: Travis.HttpProxyServiceTest.fail.txt

Extract:

Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.346 sec <<< FAILURE! - in org.kaazing.gateway.service.http.proxy.HttpProxyServiceTest
shouldFailGatewayStartupWhenEarlyAccessFeaturePropertyNotSet(org.kaazing.gateway.service.http.proxy.HttpProxyServiceTest)  Time elapsed: 0.136 sec  <<< ERROR!
java.lang.IllegalArgumentException: The path /a of accept URI http://localhost:8080/a for service Proxy Service needs to end with /
    at org.kaazing.gateway.service.http.proxy.HttpProxyServiceTest.shouldFailGatewayStartupWhenEarlyAccessFeaturePropertyNotSet(HttpProxyServiceTest.java:199)