kinow commented on PR #2055: URL: https://github.com/apache/jena/pull/2055#issuecomment-1790706399
Once fixing that, the test seemed to be running in some loop. And I could only see many `200` HTTP requests to `/`. I executed the two commands executed by `test:e2e` separately, and opened it on my browser, then I could see similar behavior. Looking at the Firefox developer tools, in the Network tab, I noticed the connection upgrades, indicating it was changing from HTTP to another protocol (WebSockets normally). Looked at the test server, and indeed it had `wss: true`. Can't recall why/if I enabled it, but disabling it fixed the problem. Ready to be tested again. @afs how are you testing this, on Jenkins? If so maybe I can trigger a build there to see if this builds OK now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
