Skip to content

Schema for ad-click attribution pixels #2800

Schema for ad-click attribution pixels

Schema for ad-click attribution pixels #2800

Triggered via pull request January 15, 2025 15:48
Status Failure
Total duration 3m 22s
Artifacts

checks.yml

on: pull_request
Matrix: build
Matrix: playwright-tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 19 warnings, and 8 notices
[chromium] › gpc.spec.js:17:5 › Ensure GPC is injected into frames: integration-test/gpc.spec.js#L38
1) [chromium] › gpc.spec.js:17:5 › Ensure GPC is injected into frames ──────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: true Received: undefined 36 | const gpc2 = await getGPCValueOfContext(iframeInstance); 37 | > 38 | expect(gpc).toEqual(true); | ^ 39 | expect(gpc).toEqual(gpc2); 40 | } 41 | at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/gpc.spec.js:38:21
[chromium] › gpc.spec.js:17:5 › Ensure GPC is injected into frames: integration-test/gpc.spec.js#L38
1) [chromium] › gpc.spec.js:17:5 › Ensure GPC is injected into frames ──────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: true Received: undefined 36 | const gpc2 = await getGPCValueOfContext(iframeInstance); 37 | > 38 | expect(gpc).toEqual(true); | ^ 39 | expect(gpc).toEqual(gpc2); 40 | } 41 | at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/gpc.spec.js:38:21
[chromium] › gpc.spec.js:17:5 › Ensure GPC is injected into frames: integration-test/gpc.spec.js#L38
1) [chromium] › gpc.spec.js:17:5 › Ensure GPC is injected into frames ──────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: true Received: undefined 36 | const gpc2 = await getGPCValueOfContext(iframeInstance); 37 | > 38 | expect(gpc).toEqual(true); | ^ 39 | expect(gpc).toEqual(gpc2); 40 | } 41 | at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/gpc.spec.js:38:21
[chromium] › fire-button.spec.js:213:13 › Fire Button › burn › clears tabs and storage: integration-test/fire-button.spec.js#L222
2) [chromium] › fire-button.spec.js:213:13 › Fire Button › burn › clears tabs and storage ──────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 182 - Array [] + Array [ + Object { + "domain": "good.third-party.site", + "expires": 1737561029.103096, + "httpOnly": false, + "name": "tptdata", + "path": "/privacy-protections/storage-blocking", + "sameSite": "Lax", + "secure": false, + "value": "179", + }, + Object { + "domain": "good.third-party.site", + "expires": 1737561029.114205, + "httpOnly": false, + "name": "tpsdata", + "path": "/privacy-protections/storage-blocking", + "sameSite": "Lax", + "secure": false, + "value": "179", + }, + Object { + "domain": "privacy-test-pages.site", + "expires": 1737561029.223054, + "httpOnly": false, + "name": "jsdata", + "path": "/privacy-protections/storage-blocking", + "sameSite": "Lax", + "secure": true, + "value": "450", + }, + Object { + "domain": "privacy-test-pages.site", + "expires": 1737561029.225087, + "httpOnly": false, + "name": "tptdata", + "path": "/privacy-protections/storage-blocking", + "sameSite": "Lax", + "secure": false, + "value": "450", + }, + Object { + "domain": "privacy-test-pages.site", + "expires": 1737561029.230607, + "httpOnly": false, + "name": "tpsdata", + "path": "/privacy-protections/storage-blocking", + "sameSite": "Lax", + "secure": false, + "value": "450", + }, + Object { + "domain": "broken.third-party.site", + "expires": 1737561029.969159, + "httpOnly": false, + "name": "jsdata", + "path": "/privacy-protections/storage-blocking", + "sameSite": "None", + "secure": true, + "value": "179", + }, + Object { + "domain": "good.third-party.site", + "expires": 1737561030.003838, + "httpOnly": false, + "name": "jsdata", + "path": "/privacy-protections/storage-blocking", + "sameSite": "None", + "secure": true, + "value": "450", + }, + Object { + "domain": "good.third-party.site", + "expires": 1771516229.634447, + "httpOnly": false, + "name": "cookiestoredata", + "path": "/", + "sameSite": "Strict", + "secure": true, + "value": "179", + }, + Object { + "domain": "privacy-test-pages.site", + "expires": 1771516229.210499, + "httpOnly": false, + "name": "cookiestoredata", + "path": "/", + "sameSite": "Strict", + "secure": true, + "value": "450", + }, + Object { + "domain": "good.third-party.site", + "expires": 1737820229.420001, + "httpOnly": true, + "name": "top_firstparty_headerdata", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "179", + }, + Object { + "domain": "privacy-test-pages.site", + "expires": 1737820229.48807, + "httpOnly": true, + "name": "top_firstparty_headerdata", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "450", + }, + Object { + "domain": "good.third-party.site", + "expires": 1737820229.488177, + "httpOnly": true, + "name": "top_thirdparty_headerdata", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "450", + }, + Object { + "domain": "broken.third-party.site", + "expires": 1737820229.691519, + "httpOnly": true, + "name": "top_tracker_headerdata", + "path": "/", + "sameS
playwright-tests (playwright-mv2, 3/4)
Process completed with exit code 1.
build (22, ubuntu-latest, release-chrome)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (22, ubuntu-latest, release-firefox)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright-mv2, 1/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright-mv2, 1/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
playwright-tests (playwright-mv2, 4/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright-mv2, 4/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
playwright-tests (playwright-mv2, 2/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright-mv2, 2/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
playwright-tests (playwright, 4/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright, 4/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
playwright-tests (playwright, 3/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright, 3/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
playwright-tests (playwright, 1/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright, 1/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
playwright-tests (playwright-mv2, 3/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright-mv2, 3/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
playwright-tests (playwright, 2/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright, 2/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
🎭 Playwright Run Summary
2 skipped 15 passed (43.1s)
🎭 Playwright Run Summary
16 passed (49.2s)
🎭 Playwright Run Summary
3 skipped 14 passed (39.0s)
🎭 Playwright Run Summary
15 passed (50.3s)
🎭 Playwright Run Summary
15 passed (47.0s)
🎭 Playwright Run Summary
2 skipped 14 passed (42.5s)
🎭 Playwright Run Summary
1 failed [chromium] › gpc.spec.js:17:5 › Ensure GPC is injected into frames ───────────────────────────── 1 flaky [chromium] › fire-button.spec.js:213:13 › Fire Button › burn › clears tabs and storage ───────── 14 passed (1.0m)
🎭 Playwright Run Summary
3 skipped 12 passed (34.9s)