You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had to comment out the test for state connections testStaleConnection() in SimpleHttpFetcherTest when upgrading to Jetty 11 (pull request #31). It was disabled because the method ServerConnector::setSoLingerTime() is no longer supported in Jetty 11+. So it is unclear if the test is doing what it is supposed to do. It is also not clear if there is an alternative way to test this.
The text was updated successfully, but these errors were encountered:
We had to comment out the test for state connections
testStaleConnection()
inSimpleHttpFetcherTest
when upgrading to Jetty 11 (pull request #31). It was disabled because the methodServerConnector::setSoLingerTime()
is no longer supported in Jetty 11+. So it is unclear if the test is doing what it is supposed to do. It is also not clear if there is an alternative way to test this.The text was updated successfully, but these errors were encountered: