https://bz.apache.org/bugzilla/show_bug.cgi?id=57489

--- Comment #22 from Barry Coughlan <b.coughl...@gmail.com> ---
You've probably got this far already, but it seems that the cause for all of
the test failures is this block in AbstractServletInputStream.java which
swallows the exception:

        try {
            ready = Boolean.valueOf(doIsReady());
        } catch (IOException e) {
            onError(e);
        }

Throwing the exception in the catch block causes the tests to pass (although
some awaitOnError() statements need to be modified).

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to