Bug 56033 - Add Connection timeout and Read timeout to SMTP Sampler
Summary: Add Connection timeout and Read timeout to SMTP Sampler
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: Nightly (Please specify date)
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-19 19:06 UTC by Milamber
Modified: 2014-01-19 19:10 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milamber 2014-01-19 19:06:02 UTC
SMTP Sampler can fail if the smtp server is hangs (connection established but no response).

A solution is to implement Connection timeout and read timeout

https://javamail.java.net/nonav/docs/api/com/sun/mail/smtp/package-summary.html
Comment 1 Milamber 2014-01-19 19:10:28 UTC
URL: http://svn.apache.org/r1559557
Log:
Add Connection timeout and Read timeout to SMTP Sampler 
Bugzilla Id: 56033

Modified:
    jmeter/trunk/docs/images/screenshots/smtp_sampler.png
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/smtp/sampler/SmtpSampler.java
    jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/smtp/sampler/gui/SmtpPanel.java
    jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/smtp/sampler/gui/SmtpSamplerGui.java
    jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/smtp/sampler/protocol/SendMailCommand.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/images/screenshots/smtp_sampler.png
    jmeter/trunk/xdocs/usermanual/component_reference.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:56 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3301