You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by bu...@apache.org on 2011/01/13 12:50:39 UTC

DO NOT REPLY [Bug 50580] New: New Config element: TabularDataSet

https://issues.apache.org/bugzilla/show_bug.cgi?id=50580

           Summary: New Config element: TabularDataSet
           Product: JMeter
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: notifications@jakarta.apache.org
        ReportedBy: daniel.brolund@agical.com


Created an attachment (id=26485)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26485)
Patch for TabularDataSet element

Hi,

I made a simpler CSV (or any delimiter) config element, something I've been
lacking for a while.

It is a bit like a cross between the CSV Data Set element and User Defined
Variables. It is easy to use, you just put the data in a text area, then it
will loop that data in the tests. In addition, you don't need to put the files
on all nodes when doing distributed testing, which was a showstopper for me. 

I know you have a distributed file server in the pipe, but I think this element
has its own merits.

I hope you'll like it. I'll be happy to hear from you, with any feedback.

BTW: My current assignment employer (I'm a consultant) would be happy if their
name could appear somewhere. Is that possible? 

Cheers
Daniel

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 50580] New Config element: TabularDataSet

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50580

Daniel Brolund <da...@agical.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #26485|0                           |1
        is obsolete|                            |

--- Comment #1 from Daniel Brolund <da...@agical.com> 2011-01-13 07:58:43 EST ---
Created an attachment (id=26486)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26486)
Patch for TabularDataSet element NEW VERSION

I had a off-by-one error for the iteration counter that starts on 1 and not on
0.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 50580] New Config element: TabularDataSet

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50580

Milamber <mi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #2 from Milamber <mi...@apache.org> 2011-01-16 07:10:33 EST ---
Thanks for your submission. This config element bring a shortcut vs a CSV Data
Set.
I thinks that Tabular Data Set behaviors must be similar to CSV Data Set. In
particular when a bad value/parameter is in Data field, or when used a bad
delimiter.
I have make a test cases script to show some behaviors differ with CSV Data Set

If Tabular Data Set can implement this behaviors like CSV, this will be better:
- Allow quoted data?
- Recycle on EOF? (or End of table)
- Stop thread on EOF? (or End of table)
- Sharing mode

A patch for user manual is important too.

Please note: when a patch has a new file (or several files), provide a zip file
contains this file with directory tree.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 50580] New Config element: TabularDataSet

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50580

--- Comment #3 from Milamber <mi...@apache.org> 2011-01-16 07:12:19 EST ---
Created an attachment (id=26493)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26493)
Test cases

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 50580] New Config element: TabularDataSet

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50580

--- Comment #4 from Daniel Brolund <da...@agical.com> 2011-01-19 03:29:44 EST ---
If we are to support all features of CSV Data Set, we can add the Data text
area to the CSV presenter, and have the options;

* Write text directly, manually (like the tabular)
* Load text from CSV once, then edit manually (a combo)
* Always use the data from the text (like the CSV today)

Maybe that would present a more cohesive element for that type of data?

Cheers
Daniel

(In reply to comment #2)
> Thanks for your submission. This config element bring a shortcut vs a CSV Data
> Set.
> I thinks that Tabular Data Set behaviors must be similar to CSV Data Set. In
> particular when a bad value/parameter is in Data field, or when used a bad
> delimiter.
> I have make a test cases script to show some behaviors differ with CSV Data Set
> 
> If Tabular Data Set can implement this behaviors like CSV, this will be better:
> - Allow quoted data?
> - Recycle on EOF? (or End of table)
> - Stop thread on EOF? (or End of table)
> - Sharing mode
> 
> A patch for user manual is important too.
> 
> Please note: when a patch has a new file (or several files), provide a zip file
> contains this file with directory tree.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 50580] New Config element: TabularDataSet

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50580

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
           Platform|PC                          |All
         OS/Version|Windows XP                  |All
           Severity|normal                      |enhancement

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org