<?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>241438</bug_id>
          
          <creation_ts>2022-06-08 14:53:34 -0700</creation_ts>
          <short_desc>[iOS] Four TestWebKitAPI.PrivateClickMeasurement tests are flaky failures/timeouts</short_desc>
          <delta_ts>2022-06-08 14:54:44 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryan Haddad">ryanhaddad</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>achristensen</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>wilander</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1874820</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2022-06-08 14:53:34 -0700</bug_when>
    <thetext>The following API tests are flaky on iOS bots

TestWebKitAPI.PrivateClickMeasurement.InvalidBlindedSecret
TestWebKitAPI.PrivateClickMeasurement.ValidBlindedSecret
TestWebKitAPI.PrivateClickMeasurement.DestinationClickFraudPrevention
TestWebKitAPI.PrivateClickMeasurement.SourceClickFraudPrevention



These two are flaky failures with the following output:

TestWebKitAPI.PrivateClickMeasurement.InvalidBlindedSecret
        
        /Volumes/Data/worker/Apple-iOS-15-Simulator-Release-Build/build/Tools/TestWebKitAPI/Tests/WebCore/PrivateClickMeasurement.cpp:326
        Value of: errorMessage
          Actual: true
        Expected: false
        
        
        /Volumes/Data/worker/Apple-iOS-15-Simulator-Release-Build/build/Tools/TestWebKitAPI/Tests/WebCore/PrivateClickMeasurement.cpp:328
        Expected equality of these values:
          sourceUnlinkableToken-&gt;asObject()-&gt;size()
            Which is: 0
          4ul
            Which is: 4
        
    TestWebKitAPI.PrivateClickMeasurement.ValidBlindedSecret
        
        /Volumes/Data/worker/Apple-iOS-15-Simulator-Release-Build/build/Tools/TestWebKitAPI/Tests/WebCore/cocoa/PrivateClickMeasurementCocoa.mm:79
        Value of: errorMessage
          Actual: true
        Expected: false
        
        
        /Volumes/Data/worker/Apple-iOS-15-Simulator-Release-Build/build/Tools/TestWebKitAPI/Tests/WebCore/cocoa/PrivateClickMeasurementCocoa.mm:82
        Expected equality of these values:
          sourceUnlinkableToken-&gt;asObject()-&gt;size()
            Which is: 0
          4ul
            Which is: 4
        
        
        /Volumes/Data/worker/Apple-iOS-15-Simulator-Release-Build/build/Tools/TestWebKitAPI/Tests/WebCore/cocoa/PrivateClickMeasurementCocoa.mm:83
        Expected equality of these values:
          sourceUnlinkableToken-&gt;getString(&quot;source_engagement_type&quot;_s).utf8().data()
            Which is: &quot;&quot;
          &quot;click&quot;
        
        
        /Volumes/Data/worker/Apple-iOS-15-Simulator-Release-Build/build/Tools/TestWebKitAPI/Tests/WebCore/cocoa/PrivateClickMeasurementCocoa.mm:84
        Expected equality of these values:
          sourceUnlinkableToken-&gt;getString(&quot;source_nonce&quot;_s).utf8().data()
            Which is: &quot;&quot;
          &quot;ABCDEFabcdef0123456789&quot;
        
        
        /Volumes/Data/worker/Apple-iOS-15-Simulator-Release-Build/build/Tools/TestWebKitAPI/Tests/WebCore/cocoa/PrivateClickMeasurementCocoa.mm:85
        Value of: sourceUnlinkableToken-&gt;getString(&quot;source_unlinkable_token&quot;_s).isEmpty()
          Actual: true
        Expected: false
        
        
        /Volumes/Data/worker/Apple-iOS-15-Simulator-Release-Build/build/Tools/TestWebKitAPI/Tests/WebCore/cocoa/PrivateClickMeasurementCocoa.mm:86
        Expected equality of these values:
          sourceUnlinkableToken-&gt;getInteger(&quot;version&quot;_s)
            Which is: (nullopt)
          3
        
        
        /Volumes/Data/worker/Apple-iOS-15-Simulator-Release-Build/build/Tools/TestWebKitAPI/Tests/WebCore/cocoa/PrivateClickMeasurementCocoa.mm:96
        Value of: errorMessage
          Actual: true
        Expected: false
        
        
        /Volumes/Data/worker/Apple-iOS-15-Simulator-Release-Build/build/Tools/TestWebKitAPI/Tests/WebCore/cocoa/PrivateClickMeasurementCocoa.mm:98
        Value of: persistentToken
          Actual: false
        Expected: true
        
        
        /Volumes/Data/worker/Apple-iOS-15-Simulator-Release-Build/build/Tools/TestWebKitAPI/Tests/WebCore/cocoa/PrivateClickMeasurementCocoa.mm:99
        Value of: persistentToken-&gt;tokenBase64URL.isEmpty()
          Actual: true
        Expected: false
        
        
        /Volumes/Data/worker/Apple-iOS-15-Simulator-Release-Build/build/Tools/TestWebKitAPI/Tests/WebCore/cocoa/PrivateClickMeasurementCocoa.mm:101
        Value of: persistentToken-&gt;signatureBase64URL.isEmpty()
          Actual: true
        Expected: false

These two are flaky timeouts:
TestWebKitAPI.PrivateClickMeasurement.DestinationClickFraudPrevention
TestWebKitAPI.PrivateClickMeasurement.SourceClickFraudPrevention


https://results.webkit.org/?suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;test=TestWebKitAPI.PrivateClickMeasurement.InvalidBlindedSecret&amp;test=TestWebKitAPI.PrivateClickMeasurement.ValidBlindedSecret&amp;test=TestWebKitAPI.PrivateClickMeasurement.DestinationClickFraudPrevention&amp;test=TestWebKitAPI.PrivateClickMeasurement.SourceClickFraudPrevention</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1874821</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-06-08 14:54:44 -0700</bug_when>
    <thetext>&lt;rdar://problem/94667905&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>