On Wed, August 31, 2005 15:39, Craig Palmer said:

> When Selenium has finished running and it is posting back the results to
> our servlet, we are getting a null pointer exception from tomcat (see
> stack dump below). It appears to be related to a size limit when the
> post content length goes > 2MB. It is technically a tomcat issue but you
> might consider implementing a solution to this that perhaps limits the
> data being passed (or have we missed something?).

Good point.  Craig, if you have a chance, could you log this as an issue on

  http://jira.public.thoughtworks.org/browse/SEL

... though if it's a web-container restriction, there may not be much we
can do about it.

Perhaps a different usage pattern would help: rather than a single large
suite, could you break your tests into a number of smaller suites, and
execute them separately?

Another option is to forgo the "TestRunner" in favour of the
externally-driven "SeleneseRunner".  That way, you can collect
test-results as you go, and there's no postResults step.

-- 
cheers, Mike


_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to