Bug 45887 - TCPSampler: timeout property incorrectly set
Summary: TCPSampler: timeout property incorrectly set
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: 2008-09-25 03:34 UTC by fct.java
Modified: 2008-09-25 04:52 UTC (History)
0 users



Attachments
Patch to fix setTimeout() method. (553 bytes, patch)
2008-09-25 03:34 UTC, fct.java
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fct.java 2008-09-25 03:34:40 UTC
Created attachment 22634 [details]
Patch to fix setTimeout() method.

Today (25/09/2008) in the source repository we have the following method in the TCPSampler class:

    public void setTimeout(String newTimeout) {
        this.setProperty(FILENAME, newTimeout);
    }
Comment 1 Sebb 2008-09-25 04:52:42 UTC
Oops! Good catch.

Fixed in SVN trunk (will be in next release and nightlies after 698931):

URL: http://svn.apache.org/viewvc?rev=698931&view=rev
Log:
Bug 45887 - TCPSampler: timeout property incorrectly set
Comment 2 The ASF infrastructure team 2022-09-24 20:37:42 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2155