https://bz.apache.org/bugzilla/show_bug.cgi?id=58299
--- Comment #6 from Sebb <[email protected]> --- I see what you mean now; the response does contain the stack trace. Yes, that is expected when the request is aborted. The same would happen when stopping the test. BTW OpenJDK reports "MEvent. CASE!" sometimes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679036 There is a minor problem with the implementation: if the timeout is set too short, it may fail to cancel the first HTTP sample. That is because the sampler can take a while to initialise itself. The timer can expire before the sample itself is started, so interrupt() does nothing. A work-round is to add a dummy HTTP request (without timeout) in a setUp group to do the init. Handling one-off init is probably best addressed in a separate issue, as it would be better if the first sample time were more accurate. -- You are receiving this mail because: You are the assignee for the bug.
