You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/08/23 18:03:20 UTC

[Bug 53768] New: Counter increments if is under If controler with condition set to false

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

          Priority: P2
            Bug ID: 53768
          Assignee: issues@jmeter.apache.org
           Summary: Counter increments if is under If controler with
                    condition set to false
          Severity: normal
    Classification: Unclassified
                OS: Windows XP
          Reporter: g.szczutkowski@gmail.com
          Hardware: PC
            Status: NEW
           Version: 2.7
         Component: Main
           Product: JMeter

Created attachment 29269
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29269&action=edit
Jmeter script

version: 2.7 r1342410

Counter increments in situation described below:

var = 0

if (false)
   {
   if (true)
      {
      Counter(var)
      }
   }

after that var has a value set to 1

if we change this to:
var = 0
if (false)
   {
   BeanShell Sampler
   if (true)
      {
      Counter(var)
      }
   }

then it works correctly

I have attached jmeter script showing this bug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53768] Counter increments if is under If controler with condition set to false

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

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---


*** This bug has been marked as a duplicate of bug 56160 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53768] Counter increments if is under If controler with condition set to false

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

Grzegorz <g....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53768] Counter increments if is under If controler with condition set to false

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

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---


*** This bug has been marked as a duplicate of bug 56811 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53768] Counter increments if is under If controler with condition set to false

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
         Resolution|---                         |DUPLICATE

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---


*** This bug has been marked as a duplicate of bug 52496 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.