Validate update_mask fields in PATCH endpoints against Pydantic models #18319
Triggered via pull request
March 1, 2026 17:47
Status
Failure
Total duration
1h 12m 29s
Artifacts
57
ci-amd-arm.yml
on: pull_request
Matrix: Build CI images / build-ci-images
Matrix: Airflow CTL tests / distributions-tests
Basic tests
/
Breeze unit tests
1m 4s
Basic tests
/
Breeze integration tests
1m 12s
Basic tests
/
React UI tests
1m 31s
Basic tests
/
Check translation completeness
24s
Basic tests
/
Static checks: basic checks only
0s
Basic tests
/
Test git clone on Windows
19s
Basic tests
/
Upgrade checks
0s
Basic tests
/
Test Airflow release commands
0s
Basic tests
/
Test Airflow standalone commands
24s
Go SDK tests
15s
Platform: ARM
Platform: AMD
9s
Pin actions
1m 40s
Verify release calendar
Matrix: Generate constraints / generate-constraints-matrix
Matrix: MySQL tests: core / tests
Matrix: MySQL tests: providers / tests
Matrix: Non-DB tests: core / tests
Matrix: Non-DB tests: providers / tests
Matrix: Postgres tests: core / tests
Matrix: Postgres tests: providers / tests
Matrix: Sqlite tests: core / tests
Matrix: Sqlite tests: providers / tests
Matrix: Task SDK tests / distributions-tests
Matrix: Low dep tests:core / tests
Matrix: Low dep tests: providers / tests
Matrix: Additional CI image checks / Push Early Image Cache / push-ci-image-cache
Waiting for pending jobs
Matrix: Additional CI image checks / Push Early Image Cache / push-prod-image-cache
Waiting for pending jobs
Matrix: CI image checks / Build documentation
Matrix: CI image checks / MyPy checks
Matrix: provider distributions tests / prepare-install-verify-provider-distributions
Matrix: provider distributions tests / providers-compatibility-tests-matrix
Matrix: Helm tests / tests-helm
Matrix: Integration and System Tests / tests-core-integration
Matrix: Integration and System Tests / tests-providers-integration
Matrix: Special tests / Latest Boto test: core / tests
Matrix: Special tests / Latest Boto test: providers / tests
Matrix: Special tests / Latest SQLAlchemy test: providers / tests
Waiting for pending jobs
Matrix: Special tests / Latest SQLAlchemy test: core / tests
Waiting for pending jobs
Matrix: Special tests / Min SQLAlchemy test: providers / tests
Matrix: Special tests / Min SQLAlchemy test: core / tests
Matrix: Special tests / Pendulum2 test: core / tests
Matrix: Special tests / Pendulum2 test: providers / tests
Matrix: Special tests / Quarantined test: core / tests
Matrix: Special tests / Quarantined test: providers / tests
Matrix: tests-special / tests-system-core / tests
Additional CI image checks
/
Check that image builds quickly
5m 44s
CI image checks
/
Static checks
18m 2s
CI image checks
/
Test Python API client
5m 9s
Helm tests
/
Release Helm
2m 22s
Integration and System Tests
/
System Tests
4m 14s
Build PROD images
/
Build Airflow and provider distributions
3m 38s
CI image checks
/
Publish documentation and validate versions
5m 31s
Summarize warnings
0s
Matrix: Build PROD images / build-prod-images
Additional PROD image tests
/
...
/
Build Airflow and provider distributions
Additional PROD image tests
/
...
/
Build Airflow and provider distributions
Additional PROD image tests
/
Test examples of PROD image building
3m 4s
Additional PROD image tests
/
Docker Compose quick start with PROD image verifying
5m 4s
Additional PROD image tests
/
Task SDK integration tests with PROD image
4m 2s
Additional PROD image tests
/
...
/
Regular e2e test
10m 25s
Additional PROD image tests
/
...
/
Remote logging e2e test
5m 38s
Additional PROD image tests
/
...
/
Chromium UI e2e tests
26m 5s
Additional PROD image tests
/
...
/
Firefox UI e2e tests
30m 27s
Additional PROD image tests
/
...
/
WebKit UI e2e tests
32m 59s
Additional PROD image tests
/
Airflow CTL integration tests with PROD image
5m 58s
Matrix: Kubernetes tests / tests-kubernetes
Matrix: Additional PROD image tests / PROD image extra checks (main) / pip-image / build-prod-images
Waiting for pending jobs
Matrix: Additional PROD image tests / PROD image extra checks (release) / pip-image / build-prod-images
Waiting for pending jobs
Matrix: Finalize tests / dependency-upgrade-summary
Waiting for pending jobs
Matrix: finalize-tests / push-buildx-cache-to-github-registry / push-ci-image-cache
Waiting for pending jobs
Matrix: finalize-tests / push-buildx-cache-to-github-registry / push-prod-image-cache
Waiting for pending jobs
Notify Slack on Failure
0s
Annotations
39 errors, 2 warnings, and 3 notices
|
Helm tests / Unit tests Helm: airflow_core
Process completed with exit code 1.
|
|
Helm tests / Unit tests Helm: airflow_core
unable to access 'https://github.com/apache/airflow/': Failed to connect to github.com port 443 after 134662 ms: Connection timed out
|
|
Sqlite tests: core / DB-core:Sqlite:3.10:API...Serialization
Process completed with exit code 1.
|
|
Low dep tests:core / All-core:LowestDeps:14:3.10:API...Serialization
Process completed with exit code 1.
|
|
Special tests / Latest Boto test: core / All-core:LatestBoto-Postgres:14:3.10:API...Serialization
Process completed with exit code 1.
|
|
Special tests / Pendulum2 test: core / All-core:Pendulum2-Postgres:14:3.10:API...Serialization
Process completed with exit code 1.
|
|
Special tests / Min SQLAlchemy test: core / DB-core:MinSQLAlchemy-Postgres:14:3.10:API...Serialization
Process completed with exit code 1.
|
|
Postgres tests: core / DB-core:Postgres:14:3.10:API...Serialization
Process completed with exit code 1.
|
|
MySQL tests: core / DB-core:MySQL:8.0:3.10:API...Serialization
Process completed with exit code 1.
|
|
[chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:150:3 › DAG Calendar Tab › cells reflect failed view mode attribute:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L156
4) [chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:150:3 › DAG Calendar Tab › cells reflect failed view mode attribute
Error: expect(locator).toHaveAttribute(expected) failed
Locator: locator('[data-testid="calendar-cell"][data-has-data="true"]').first()
Expected: "failed"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for locator('[data-testid="calendar-cell"][data-has-data="true"]').first()
154 | const cell = calendar.activeCells.first();
155 |
> 156 | await expect(cell).toHaveAttribute("data-view-mode", "failed");
| ^
157 | });
158 | });
159 |
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:156:24
|
|
[chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L115
3) [chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
113 |
114 | expect(totalStates).toContain("success");
> 115 | expect(totalStates).toContain("failed");
| ^
116 |
117 | await calendar.switchToFailedView();
118 |
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:115:25
|
|
[chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L115
3) [chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
113 |
114 | expect(totalStates).toContain("success");
> 115 | expect(totalStates).toContain("failed");
| ^
116 |
117 | await calendar.switchToFailedView();
118 |
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:115:25
|
|
[chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L115
3) [chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
113 |
114 | expect(totalStates).toContain("success");
> 115 | expect(totalStates).toContain("failed");
| ^
116 |
117 | await calendar.switchToFailedView();
118 |
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:115:25
|
|
[chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L106
2) [chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
104 |
105 | expect(states).toContain("success");
> 106 | expect(states).toContain("failed");
| ^
107 | });
108 |
109 | test("failed filter shows only failed runs", async () => {
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:106:20
|
|
[chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L106
2) [chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
104 |
105 | expect(states).toContain("success");
> 106 | expect(states).toContain("failed");
| ^
107 | });
108 |
109 | test("failed filter shows only failed runs", async () => {
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:106:20
|
|
[chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L106
2) [chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
104 |
105 | expect(states).toContain("success");
> 106 | expect(states).toContain("failed");
| ^
107 | });
108 |
109 | test("failed filter shows only failed runs", async () => {
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:106:20
|
|
[chromium] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection:
airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts#L360
1) [chromium] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/connections" until "load"
============================================================
at ../pages/ConnectionsPage.ts:360
358 | // Wait for either redirect OR success message
359 | await Promise.race([
> 360 | this.page.waitForURL("**/connections", { timeout: 10_000 }),
| ^
361 | this.successAlert.waitFor({ state: "visible", timeout: 10_000 }),
362 | ]);
363 | }
at ConnectionsPage.saveConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:360:17)
at ConnectionsPage.editConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:203:5)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/connections.spec.ts:186:5
|
|
[chromium] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection:
airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts#L360
1) [chromium] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/connections" until "load"
============================================================
at ../pages/ConnectionsPage.ts:360
358 | // Wait for either redirect OR success message
359 | await Promise.race([
> 360 | this.page.waitForURL("**/connections", { timeout: 10_000 }),
| ^
361 | this.successAlert.waitFor({ state: "visible", timeout: 10_000 }),
362 | ]);
363 | }
at ConnectionsPage.saveConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:360:17)
at ConnectionsPage.editConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:203:5)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/connections.spec.ts:186:5
|
|
[chromium] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection:
airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts#L360
1) [chromium] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection
TimeoutError: page.waitForURL: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/connections" until "load"
============================================================
at ../pages/ConnectionsPage.ts:360
358 | // Wait for either redirect OR success message
359 | await Promise.race([
> 360 | this.page.waitForURL("**/connections", { timeout: 10_000 }),
| ^
361 | this.successAlert.waitFor({ state: "visible", timeout: 10_000 }),
362 | ]);
363 | }
at ConnectionsPage.saveConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:360:17)
at ConnectionsPage.editConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:203:5)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/connections.spec.ts:186:5
|
|
[firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:150:3 › DAG Calendar Tab › cells reflect failed view mode attribute:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L156
4) [firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:150:3 › DAG Calendar Tab › cells reflect failed view mode attribute
Error: expect(locator).toHaveAttribute(expected) failed
Locator: locator('[data-testid="calendar-cell"][data-has-data="true"]').first()
Expected: "failed"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for locator('[data-testid="calendar-cell"][data-has-data="true"]').first()
154 | const cell = calendar.activeCells.first();
155 |
> 156 | await expect(cell).toHaveAttribute("data-view-mode", "failed");
| ^
157 | });
158 | });
159 |
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:156:24
|
|
[firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L115
3) [firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
113 |
114 | expect(totalStates).toContain("success");
> 115 | expect(totalStates).toContain("failed");
| ^
116 |
117 | await calendar.switchToFailedView();
118 |
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:115:25
|
|
[firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L115
3) [firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
113 |
114 | expect(totalStates).toContain("success");
> 115 | expect(totalStates).toContain("failed");
| ^
116 |
117 | await calendar.switchToFailedView();
118 |
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:115:25
|
|
[firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L115
3) [firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
113 |
114 | expect(totalStates).toContain("success");
> 115 | expect(totalStates).toContain("failed");
| ^
116 |
117 | await calendar.switchToFailedView();
118 |
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:115:25
|
|
[firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L106
2) [firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
104 |
105 | expect(states).toContain("success");
> 106 | expect(states).toContain("failed");
| ^
107 | });
108 |
109 | test("failed filter shows only failed runs", async () => {
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:106:20
|
|
[firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L106
2) [firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
104 |
105 | expect(states).toContain("success");
> 106 | expect(states).toContain("failed");
| ^
107 | });
108 |
109 | test("failed filter shows only failed runs", async () => {
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:106:20
|
|
[firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L106
2) [firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
104 |
105 | expect(states).toContain("success");
> 106 | expect(states).toContain("failed");
| ^
107 | });
108 |
109 | test("failed filter shows only failed runs", async () => {
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:106:20
|
|
[firefox] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection:
airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts#L360
1) [firefox] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/connections" until "load"
============================================================
at ../pages/ConnectionsPage.ts:360
358 | // Wait for either redirect OR success message
359 | await Promise.race([
> 360 | this.page.waitForURL("**/connections", { timeout: 10_000 }),
| ^
361 | this.successAlert.waitFor({ state: "visible", timeout: 10_000 }),
362 | ]);
363 | }
at ConnectionsPage.saveConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:360:17)
at ConnectionsPage.editConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:203:5)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/connections.spec.ts:186:5
|
|
[firefox] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection:
airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts#L360
1) [firefox] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/connections" until "load"
============================================================
at ../pages/ConnectionsPage.ts:360
358 | // Wait for either redirect OR success message
359 | await Promise.race([
> 360 | this.page.waitForURL("**/connections", { timeout: 10_000 }),
| ^
361 | this.successAlert.waitFor({ state: "visible", timeout: 10_000 }),
362 | ]);
363 | }
at ConnectionsPage.saveConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:360:17)
at ConnectionsPage.editConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:203:5)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/connections.spec.ts:186:5
|
|
[firefox] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection:
airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts#L360
1) [firefox] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection
TimeoutError: page.waitForURL: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/connections" until "load"
============================================================
at ../pages/ConnectionsPage.ts:360
358 | // Wait for either redirect OR success message
359 | await Promise.race([
> 360 | this.page.waitForURL("**/connections", { timeout: 10_000 }),
| ^
361 | this.successAlert.waitFor({ state: "visible", timeout: 10_000 }),
362 | ]);
363 | }
at ConnectionsPage.saveConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:360:17)
at ConnectionsPage.editConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:203:5)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/connections.spec.ts:186:5
|
|
[webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:150:3 › DAG Calendar Tab › cells reflect failed view mode attribute:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L156
4) [webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:150:3 › DAG Calendar Tab › cells reflect failed view mode attribute
Error: expect(locator).toHaveAttribute(expected) failed
Locator: locator('[data-testid="calendar-cell"][data-has-data="true"]').first()
Expected: "failed"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for locator('[data-testid="calendar-cell"][data-has-data="true"]').first()
154 | const cell = calendar.activeCells.first();
155 |
> 156 | await expect(cell).toHaveAttribute("data-view-mode", "failed");
| ^
157 | });
158 | });
159 |
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:156:24
|
|
[webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L115
3) [webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
113 |
114 | expect(totalStates).toContain("success");
> 115 | expect(totalStates).toContain("failed");
| ^
116 |
117 | await calendar.switchToFailedView();
118 |
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:115:25
|
|
[webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L115
3) [webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
113 |
114 | expect(totalStates).toContain("success");
> 115 | expect(totalStates).toContain("failed");
| ^
116 |
117 | await calendar.switchToFailedView();
118 |
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:115:25
|
|
[webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L115
3) [webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
113 |
114 | expect(totalStates).toContain("success");
> 115 | expect(totalStates).toContain("failed");
| ^
116 |
117 | await calendar.switchToFailedView();
118 |
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:115:25
|
|
[webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L106
2) [webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
104 |
105 | expect(states).toContain("success");
> 106 | expect(states).toContain("failed");
| ^
107 | });
108 |
109 | test("failed filter shows only failed runs", async () => {
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:106:20
|
|
[webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L106
2) [webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
104 |
105 | expect(states).toContain("success");
> 106 | expect(states).toContain("failed");
| ^
107 | });
108 |
109 | test("failed filter shows only failed runs", async () => {
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:106:20
|
|
[webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L106
2) [webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states
Error: expect(received).toContain(expected) // indexOf
Expected value: "failed"
Received array: ["success", "success"]
104 |
105 | expect(states).toContain("success");
> 106 | expect(states).toContain("failed");
| ^
107 | });
108 |
109 | test("failed filter shows only failed runs", async () => {
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:106:20
|
|
[webkit] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection:
airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts#L360
1) [webkit] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/connections" until "load"
============================================================
at ../pages/ConnectionsPage.ts:360
358 | // Wait for either redirect OR success message
359 | await Promise.race([
> 360 | this.page.waitForURL("**/connections", { timeout: 10_000 }),
| ^
361 | this.successAlert.waitFor({ state: "visible", timeout: 10_000 }),
362 | ]);
363 | }
at ConnectionsPage.saveConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:360:17)
at ConnectionsPage.editConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:203:5)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/connections.spec.ts:186:5
|
|
[webkit] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection:
airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts#L360
1) [webkit] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/connections" until "load"
============================================================
at ../pages/ConnectionsPage.ts:360
358 | // Wait for either redirect OR success message
359 | await Promise.race([
> 360 | this.page.waitForURL("**/connections", { timeout: 10_000 }),
| ^
361 | this.successAlert.waitFor({ state: "visible", timeout: 10_000 }),
362 | ]);
363 | }
at ConnectionsPage.saveConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:360:17)
at ConnectionsPage.editConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:203:5)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/connections.spec.ts:186:5
|
|
[webkit] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection:
airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts#L360
1) [webkit] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection
TimeoutError: page.waitForURL: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/connections" until "load"
============================================================
at ../pages/ConnectionsPage.ts:360
358 | // Wait for either redirect OR success message
359 | await Promise.race([
> 360 | this.page.waitForURL("**/connections", { timeout: 10_000 }),
| ^
361 | this.successAlert.waitFor({ state: "visible", timeout: 10_000 }),
362 | ]);
363 | }
at ConnectionsPage.saveConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:360:17)
at ConnectionsPage.editConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:203:5)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/connections.spec.ts:186:5
|
|
Helm tests / Unit tests Helm: airflow_core
Back off 13.387 seconds before retry.
|
|
Helm tests / Unit tests Helm: airflow_core
Failed to download action 'https://api.github.com/repos/apache/infrastructure-actions/tarball/1c35b5ccf8fba5d4c3fdf25a045ca91aa0cbc468'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
|
🎭 Playwright Run Summary
5 failed
[chromium] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection
[chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states
[chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs
[chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:150:3 › DAG Calendar Tab › cells reflect failed view mode attribute
[chromium] › tests/e2e/specs/variable.spec.ts:104:3 › Variables Page › verify editing a variable
1 skipped
115 passed (21.7m)
|
|
🎭 Playwright Run Summary
5 failed
[firefox] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection
[firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states
[firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs
[firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:150:3 › DAG Calendar Tab › cells reflect failed view mode attribute
[firefox] › tests/e2e/specs/variable.spec.ts:104:3 › Variables Page › verify editing a variable
1 flaky
[firefox] › tests/e2e/specs/backfill.spec.ts:246:3 › Backfill pause, resume, and cancel controls › verify cancelled backfill cannot be resumed
1 skipped
114 passed (26.4m)
|
|
🎭 Playwright Run Summary
5 failed
[webkit] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection
[webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:100:3 › DAG Calendar Tab › verify hover shows correct run states
[webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:109:3 › DAG Calendar Tab › failed filter shows only failed runs
[webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:150:3 › DAG Calendar Tab › cells reflect failed view mode attribute
[webkit] › tests/e2e/specs/variable.spec.ts:104:3 › Variables Page › verify editing a variable ─
1 flaky
[webkit] › tests/e2e/specs/backfill.spec.ts:246:3 › Backfill pause, resume, and cancel controls › verify cancelled backfill cannot be resumed
1 skipped
114 passed (29.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Helm artifacts
|
471 KB |
sha256:80a3fd6125f28ab7d7c4c95d8930a4de53aff62ec4129f9d837e2e887f6eb5ef
|
|
|
airflow-docs
|
302 MB |
sha256:694bbad66da3c8f63d1a8855f40b10b113de71f8049a18fdf9564b7bbd411a6c
|
|
|
airflow-logs-core-API...Serialization-All-LatestBoto-Postgres-postgres-14-3.10
|
654 Bytes |
sha256:8daa8555c911a5e27125c2226f5cfdd333e4236c9cb83b2c06e8bfa05727835f
|
|
|
airflow-logs-core-API...Serialization-All-LowestDeps-sqlite-14-3.10
|
651 Bytes |
sha256:69cd648c1e124f9304c7b3f7958d114b1f87bc21846e8a29ae3f3619997927c2
|
|
|
airflow-logs-core-API...Serialization-All-Pendulum2-Postgres-postgres-14-3.10
|
638 Bytes |
sha256:0d9a346f2449bc77f231eb103b5599c49fe4433a066a0fc31e027175c357348c
|
|
|
airflow-logs-core-API...Serialization-DB-MinSQLAlchemy-Postgres-postgres-14-3.10
|
649 Bytes |
sha256:1a3192790c96dd2ca665ccf6b59f091341beb2b9d78a72433b26790bc6416c9d
|
|
|
airflow-logs-core-API...Serialization-DB-MySQL-mysql-8.0-3.10
|
650 Bytes |
sha256:fa21f3474958dc90105c17b73a07c77f63c602677e0f7284fc0579b5686fba87
|
|
|
airflow-logs-core-API...Serialization-DB-Postgres-postgres-14-3.10
|
654 Bytes |
sha256:2d82dee894b734b0b6245f41d5d39923c65098eaabd5e42d84c2c5911426f0c8
|
|
|
airflow-logs-core-API...Serialization-DB-Sqlite-sqlite--3.10
|
644 Bytes |
sha256:d8911a3832927b81c941243c03cc74ba65bb1b52c19a716d1aaa8b9f04dff2f6
|
|
|
cache-docs-inventory-v1-720831f0191e5c684385b40c63bc82a5f094adc70253ea2d47f621ae61480dc5-62657_merge
|
1.6 MB |
sha256:a98fab21d2456e7a540a586c1c911ffbfbafd08f57a8c2fcf9654f2134281549
|
|
|
cache-prek-v9-linux_amd64-python3.10.19-uv0.10.7-4a4a93b6ba6f99f05531baff198054d24334ae1ba083cff33f1acfc38357a240-62657_merge
|
293 MB |
sha256:43852eccec99d3618ff6e22236173fa96e06bc09808a9363c4b5a91df7bb9240
|
|
|
cache-prek-v9-linux_amd64-python3.11-uv0.10.7-4a4a93b6ba6f99f05531baff198054d24334ae1ba083cff33f1acfc38357a240-62657_merge
|
293 MB |
sha256:51f9ca93bf9223dd9b459e634d06c07f9a212e1a1049e6bf57a3e9df1ed03a69
|
|
|
cache-ui-node-modules-v1-Linux--62657_merge
|
49.3 MB |
sha256:399cfab3319fe863b05ea1ff3fe52ddd047065736d8ac9727a120bd6dad30006
|
|
|
ci-image-save-v3-linux_amd64-3.10-62657_merge
|
1.88 GB |
sha256:119e414bd0bee21ba14980fb31996d4a63538615de64b12d90fffcab1ac2545a
|
|
|
constraints-3.10
|
12.9 KB |
sha256:692902fb74fe910d1d7444944b1aa886f8509eabbc840ddecbf87216ca1468d8
|
|
|
container-logs-core-API...Serialization-All-LatestBoto-Postgres-postgres-14-3.10
|
1.46 KB |
sha256:0a96d7cea389b3cc77ed7cdcf8b4858149996b7ca5e0ed8ec59b0fa9cd4b6c8f
|
|
|
container-logs-core-API...Serialization-All-Pendulum2-Postgres-postgres-14-3.10
|
1.47 KB |
sha256:64f557f3b0a48d1cabf9bf401adb25f83d156069d3b78f30792da624c520ddf1
|
|
|
container-logs-core-API...Serialization-DB-MinSQLAlchemy-Postgres-postgres-14-3.10
|
1.47 KB |
sha256:63617e09d5ea05f59ff0d16b4a1b388257bbd07fd43416f1a6568dd581de9ee3
|
|
|
container-logs-core-API...Serialization-DB-MySQL-mysql-8.0-3.10
|
654 Bytes |
sha256:314bf82a1c49aec5413d0cf55b366946af55dc8d78b244cd1fb07259df41a054
|
|
|
container-logs-core-API...Serialization-DB-Postgres-postgres-14-3.10
|
1.46 KB |
sha256:7f3d6dc6ad92734dc78d3370ef4bfd76997b1fbcedc41eb2a55a6f1a0e28aacf
|
|
|
e2e-test-logs-basic
|
241 KB |
sha256:726f39cc03b42267526de3fe1fc99ed914593f790705b9945edabf0f4221a16f
|
|
|
e2e-test-logs-remote_log
|
19.3 KB |
sha256:2c4dd8cf917760fbf12a7223648f083d65d73592aa85c0e6f13d9706b6cbdc42
|
|
|
playwright-report-chromium
|
62.2 MB |
sha256:b3155013b312707cef5c8bb7fc6ddaba33ae208a1e85387d8aacd6cd130b1913
|
|
|
playwright-report-firefox
|
277 MB |
sha256:b9f7585ac3670eacaedc9afbc119b12834627333259356cf6e56a6c7317c11aa
|
|
|
playwright-report-webkit
|
105 MB |
sha256:abe64c427e27f97b72663720e1f624b30b50a6f0a3d1916f71dbf8538046eb48
|
|
|
prod-image-save-v3-linux_amd64-3.10-62657_merge
|
623 MB |
sha256:20d0aa5d97bc8ecfbd60e2d6ea9f2e16464691cadc5567c2a1a09f01f629ea0a
|
|
|
prod-packages
|
8.19 MB |
sha256:310dbb8d7300e75cf2c7eb43f90e4bca52da63c25a3ad06d787bea9097fd3428
|
|
|
test-warnings-core-API...Serialization-Non-DB--sqlite--3.10
|
6.95 KB |
sha256:4440897c67f34d8f09e381038f45f5d5882fd7347da1b5ac171bbab4ffe03e03
|
|
|
test-warnings-core-API...Serialization-Quarantined-Postgres-postgres-14-3.10
|
1.38 KB |
sha256:4b4eb176b54b8de720b101632e2b21d3b40b7cb74ae28a2819fb3688d67e0fdd
|
|
|
test-warnings-core-API...Serialization-System-SystemTest-postgres-14-3.10
|
436 Bytes |
sha256:4087824e37fbfb8250e7df0bbc65739d704c3d4c79db83643f8fe76086b71cd7
|
|
|
test-warnings-integration-core-kerberos
|
1.45 KB |
sha256:e08e5496f4cb0a416e0b0b69a6320471a9cf2b28aa5032e70660118405f49922
|
|
|
test-warnings-integration-core-redis
|
1.45 KB |
sha256:1797a290f2b178bd1a26e6d9c82a51f0da805d1fc64319b9315ea6d174a82c2d
|
|
|
test-warnings-integration-providers-cassandra
|
1.9 KB |
sha256:0cffe23c7045e27547d01c21a9de64ec116b8ffa105aa1e48bb4a8e0bcaccab7
|
|
|
test-warnings-integration-providers-celery
|
1.35 KB |
sha256:ddf1029f8de655e759ab58b9315455225ecde696e7b32d9a029eabd31f72b12b
|
|
|
test-warnings-integration-providers-drill
|
1.45 KB |
sha256:3a650ac91f1f9080b09afeb9cad7a89f1a7570db654129650d433ea8014505ff
|
|
|
test-warnings-integration-providers-kafka
|
1.46 KB |
sha256:ea2b319a7a05cefa6c10dfcf8646c666ec77972a927088c80c9a7dcd056e5e54
|
|
|
test-warnings-integration-providers-mongo
|
1.44 KB |
sha256:44ad8ea7b19ccdfe7e94c93e9fb5b4795d480030367fa78f4f53084c32e55d7b
|
|
|
test-warnings-integration-providers-pinot
|
1.47 KB |
sha256:395c18a651e579e5fc445cabdaf8728f9e7d3f2a8d2c8db0218cf5b7edd908f6
|
|
|
test-warnings-integration-providers-qdrant
|
1.71 KB |
sha256:77186b9c6d83d892593656cb07c3f3747ed4e6aa17013dbaaa9c56399d0ad16a
|
|
|
test-warnings-integration-providers-redis
|
1.44 KB |
sha256:d66074658410ab15a9a20098e2ecd99e9fe9c7a4c50462b2e8daffba57e52b4c
|
|
|
test-warnings-integration-providers-tinkerpop
|
1.46 KB |
sha256:6e0fbc9918722bab8de6d610f0175cb5bced98bf6ff4a2abc17040c6c540ab7f
|
|
|
test-warnings-integration-providers-trino
|
1.7 KB |
sha256:7782c0716075d2a601ccd58e7e32fc148eb0fdea20f18ad1bae1224cbe6eaab2
|
|
|
test-warnings-integration-providers-ydb
|
1.54 KB |
sha256:f3efb4d87dc37f6edeb31bb1df484f5cd2a3ecd9ec27f2e81ed09533a14eedc6
|
|
|
test-warnings-providers--amazon,celer...standard-All-LatestBoto-Postgres-postgres-14-3.10
|
56.9 KB |
sha256:ba92d05ca4c0e178e83f9a4340d63dca2791952d5177b39be173a8f3f1168d3a
|
|
|
test-warnings-providers--amazon,celer...standard-All-Pendulum2-Postgres-postgres-14-3.10
|
57.3 KB |
sha256:855c05bdefa770b506c12c73a7bacd6de564bc168ee07fad83fa9ff171fd07e8
|
|
|
test-warnings-providers--amazon,celer...standard-DB-MinSQLAlchemy-Postgres-postgres-14-3.10
|
30.4 KB |
sha256:bdbf20310350373e339a3be8c54f79540fbe19977a94fd56b397df6391ba6e35
|
|
|
test-warnings-providers--amazon,celer...standard-DB-MySQL-mysql-8.0-3.10
|
30.3 KB |
sha256:ffb9f2eab5cc14132e33ae1485ff3142086ded82390967a66a7d46acd2c0523a
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Postgres-postgres-14-3.10
|
30.4 KB |
sha256:45026f8c62f80ccaef6155fff0ac1b39dadeeb154b74e141bdbe6f1597bab94d
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Sqlite-sqlite--3.10
|
30.2 KB |
sha256:0120f64dd9ce5b90617b40d19a4f049230dad41cee7713b500c015acdba0c24b
|
|
|
test-warnings-providers--amazon,celer...standard-Non-DB--sqlite--3.10
|
28.1 KB |
sha256:4a3ce584f1124c75db04b1765f1809d259a9d291517bd605386a1ff79e5904c7
|
|
|
test-warnings-providers--amazon,celer...standard-Quarantined-Postgres-postgres-14-3.10
|
1.46 KB |
sha256:a8b9ae9aa947b41fc976866fcd7e9a275f2890618638f720e09c8c640d7c964b
|
|
|
test-warnings-providers-airbyte...arangodb-All-LowestDeps-sqlite-14-3.10
|
43.5 KB |
sha256:3b80a07dac3130b40155ed5fbf02688b67bfc72b7de287f41e292b55a91233f1
|
|
|
test-warnings-providers-asana...exasol-All-LowestDeps-sqlite-14-3.10
|
39.4 KB |
sha256:51844b18d04c0d2e0632954e1b9733a516302138a5321b02f16bbf44548834ef
|
|
|
test-warnings-providers-fab...mongo-All-LowestDeps-sqlite-14-3.10
|
46.2 KB |
sha256:934496d2286955b86e2cbea41df97f28b8b1bffea3179b0eec8c54625f8c1108
|
|
|
test-warnings-providers-mysql...samba-All-LowestDeps-sqlite-14-3.10
|
27.9 KB |
sha256:60dc55cb0766b88cd6ada924ccd072bdfba2e7b9a7dc92bfd3f405468db8f1b8
|
|
|
test-warnings-providers-segment...zendesk-All-LowestDeps-sqlite-14-3.10
|
37.4 KB |
sha256:7ae90a372c3df9a2099eced8f1ca4edeb2b821d0facd38b79382a194bacc7563
|
|
|
test-warnings-system
|
436 Bytes |
sha256:4eb75614519b5ca9cfb8bd40fdc6cb96138124153a364694210772108d25329f
|
|