mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 18:35:18 +00:00
Extend JMeter known exceptions
This commit is contained in:
parent
53660d859c
commit
a12bfa92ad
@ -190,6 +190,8 @@ class JMeterReader(AbstractReader):
|
||||
"java.io.EOFException" : 104,
|
||||
"org.apache.http.conn.ConnectTimeoutException": 110,
|
||||
"org.apache.commons.net.MalformedServerReplyException" : 71,
|
||||
"org.apache.http.NoHttpResponseException": 32,
|
||||
"java.io.InterruptedIOException": 32,
|
||||
}
|
||||
|
||||
def __init__(self, owner, jmeter):
|
||||
|
Loading…
Reference in New Issue
Block a user