Bug 230317

Summary: REGRESSION(r282109-r282110): Tests http/tests/privateClickMeasurement/expired-attribution-report-gets-sent-on-session-start.html and http/tests/privateClickMeasurement/send-attribution-conversion-request.html fail
Product: WebKit Reporter: Carlos Alberto Lopez Perez <clopez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: achristensen, bugs-noreply, webkit-bug-importer, wilander
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=230014
https://bugs.webkit.org/show_bug.cgi?id=230015

Description Carlos Alberto Lopez Perez 2021-09-15 12:49:59 PDT
This two tests started failing after r282109-r282110 on GTK and WPE

  http/tests/privateClickMeasurement/expired-attribution-report-gets-sent-on-session-start.html [ Failure ]
  http/tests/privateClickMeasurement/send-attribution-conversion-request.html [ Failure ]

With this diffs:

--- /home/buildbot/worker/gtk-linux-64-release-skip-failing-tests/build/layout-test-results/http/tests/privateClickMeasurement/expired-attribution-report-gets-sent-on-session-start-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-skip-failing-tests/build/layout-test-results/http/tests/privateClickMeasurement/expired-attribution-report-gets-sent-on-session-start-actual.txt
@@ -5,13 +5,7 @@
 --------
 Frame: '<!--frame1-->'
 --------
-Attribution received.
-HTTP_HOST: 127.0.0.1:8000
-Content type: application/json
-REQUEST_URI: /privateClickMeasurement/resources/conversionReport.py
-No cookies in attribution request.
-Request body:
-{"source_engagement_type":"click","source_site":"127.0.0.1","source_id":3,"attributed_on_site":"localhost","trigger_data":12,"version":2}
+Attribution not received - timed out.
 
 
 No stored Private Click Measurement data.


--- /home/buildbot/worker/gtk-linux-64-release-skip-failing-tests/build/layout-test-results/http/tests/privateClickMeasurement/send-attribution-conversion-request-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-skip-failing-tests/build/layout-test-results/http/tests/privateClickMeasurement/send-attribution-conversion-request-actual.txt
@@ -10,25 +10,13 @@
 --------
 Frame: '<!--frame2-->'
 --------
-Attribution received.
-HTTP_HOST: 127.0.0.1:8000
-Content type: application/json
-REQUEST_URI: /privateClickMeasurement/resources/conversionReport.py?recipient=ClickSource
-No cookies in attribution request.
-Request body:
-{"source_engagement_type":"click","source_site":"127.0.0.1","source_id":3,"attributed_on_site":"localhost","trigger_data":12,"version":2}
+Attribution not received - timed out.
 
 
 --------
 Frame: '<!--frame3-->'
 --------
-Attribution received.
-HTTP_HOST: localhost:8000
-Content type: application/json
-REQUEST_URI: /privateClickMeasurement/resources/conversionReport.py?recipient=ClickDestination
-No cookies in attribution request.
-Request body:
-{"source_engagement_type":"click","source_site":"127.0.0.1","source_id":3,"attributed_on_site":"localhost","trigger_data":12,"version":2}
+Attribution not received - timed out.
 
 
 --------
Comment 1 Carlos Alberto Lopez Perez 2021-09-15 14:02:15 PDT
Test expectations updated in r282471