<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>139518</bug_id>
          
          <creation_ts>2014-12-10 17:56:48 -0800</creation_ts>
          <short_desc>inspector-protocol/debugger/didSampleProbe-multiple-probes.html fails when repeated</short_desc>
          <delta_ts>2026-01-12 09:01:13 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Web Inspector</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>DoNotImportToRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Joseph Pecoraro">joepeck</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>graouts</cc>
    
    <cc>inspector-bugzilla-changes</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1054370</commentid>
    <comment_count>0</comment_count>
    <who name="Joseph Pecoraro">joepeck</who>
    <bug_when>2014-12-10 17:56:48 -0800</bug_when>
    <thetext>* SUMMARY
This test fails when run multiple times, the sample ids seem to increase (5-8) instead of (1-4).

* STEPS TO REPRODUCE
shell&gt; run-webkit-tests inspector-protocol/debugger/didSampleProbe-multiple-probes.html --repeat-each 2

* DIFF
 Received probe sample payload: {&quot;type&quot;:&quot;number&quot;,&quot;value&quot;:12,&quot;description&quot;:&quot;12&quot;}
 PASS: Samples from different probe actions should have unique action identifiers.
 PASS: Samples from probe actions on the same breakpoint should have the same batch identifiers.
-PASS: SampleIds from a any probe are sequential and start counting from one.
+FAIL: SampleIds from a any probe are sequential and start counting from one.
+Sample 1: {&quot;probeId&quot;:1,&quot;batchId&quot;:3,&quot;sampleId&quot;:5,&quot;payload&quot;:{&quot;type&quot;:&quot;number&quot;,&quot;value&quot;:12,&quot;description&quot;:&quot;12&quot;}}
+Sample 2: {&quot;probeId&quot;:2,&quot;batchId&quot;:3,&quot;sampleId&quot;:6,&quot;payload&quot;:{&quot;type&quot;:&quot;number&quot;,&quot;value&quot;:12,&quot;description&quot;:&quot;12&quot;}}
+Sample 3: {&quot;probeId&quot;:1,&quot;batchId&quot;:4,&quot;sampleId&quot;:7,&quot;payload&quot;:{&quot;type&quot;:&quot;number&quot;,&quot;value&quot;:12,&quot;description&quot;:&quot;12&quot;}}
+Sample 4: {&quot;probeId&quot;:2,&quot;batchId&quot;:4,&quot;sampleId&quot;:8,&quot;payload&quot;:{&quot;type&quot;:&quot;number&quot;,&quot;value&quot;:12,&quot;description&quot;:&quot;12&quot;}}</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>