Tests #18281
ci-amd-arm.yml
on: schedule
Matrix: Build CI images / build-ci-images
Matrix: Airflow CTL tests / distributions-tests
Basic tests
/
Breeze unit tests
1m 6s
Basic tests
/
Breeze integration tests
1m 21s
Basic tests
/
React UI tests
1m 24s
Basic tests
/
Check translation completeness
30s
Basic tests
/
Static checks: basic checks only
0s
Basic tests
/
Test git clone on Windows
20s
Basic tests
/
Upgrade checks
59s
Basic tests
/
Test Airflow release commands
6m 27s
Basic tests
/
Test Airflow standalone commands
28s
Go SDK tests
45s
Platform: ARM
3s
Platform: AMD
0s
Pin actions
0s
Verify release calendar
16s
Matrix: Generate constraints / generate-constraints-matrix
Matrix: MySQL tests: core / tests
Waiting for pending jobs
Matrix: MySQL tests: providers / tests
Waiting for pending jobs
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
Matrix: Additional CI image checks / Push Early Image Cache / push-prod-image-cache
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
Matrix: Special tests / Latest SQLAlchemy test: core / tests
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
6m 11s
CI image checks
/
Static checks
17m 47s
CI image checks
/
Test Python API client
5m 27s
Helm tests
/
Release Helm
2m 20s
Integration and System Tests
/
System Tests
5m 9s
Build PROD images
/
Build Airflow and provider distributions
4m 14s
CI image checks
/
Publish documentation and validate versions
19m 32s
Summarize warnings
0s
Matrix: Build PROD images / build-prod-images
Additional PROD image tests
/
...
/
Build Airflow and provider distributions
38s
Additional PROD image tests
/
...
/
Build Airflow and provider distributions
Additional PROD image tests
/
Test examples of PROD image building
3m 15s
Additional PROD image tests
/
Docker Compose quick start with PROD image verifying
4m 38s
Additional PROD image tests
/
Task SDK integration tests with PROD image
4m 45s
Additional PROD image tests
/
...
/
Regular e2e test
10m 32s
Additional PROD image tests
/
...
/
Remote logging e2e test
5m 19s
Additional PROD image tests
/
...
/
Chromium UI e2e tests
20m 43s
Additional PROD image tests
/
...
/
Firefox UI e2e tests
23m 2s
Additional PROD image tests
/
...
/
WebKit UI e2e tests
25m 18s
Additional PROD image tests
/
Airflow CTL integration tests with PROD image
5m 49s
Matrix: Kubernetes tests / tests-kubernetes
Matrix: Additional PROD image tests / PROD image extra checks (main) / pip-image / build-prod-images
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
3s
Annotations
31 errors and 3 notices
|
Low dep tests: providers / All-prov:LowestDeps:14:3.10:fab...mongo
Process completed with exit code 1.
|
|
Additional PROD image tests / Chromium UI e2e tests with PROD image / Chromium UI e2e tests
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
3) [chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:150:3 › DAG Calendar Tab › cells reflect failed view mode attribute
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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: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
3) [chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:150:3 › DAG Calendar Tab › cells reflect failed view mode attribute
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: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
3) [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
2) [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
2) [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
2) [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
1) [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
1) [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
1) [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
|
|
Additional PROD image tests / Firefox UI e2e tests with PROD image / Firefox UI e2e tests
Process completed with exit code 1.
|
|
[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
3) [firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:150:3 › DAG Calendar Tab › cells reflect failed view mode attribute
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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: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
3) [firefox] › tests/e2e/specs/dag-calendar-tab.spec.ts:150:3 › DAG Calendar Tab › cells reflect failed view mode attribute
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: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
3) [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
2) [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
2) [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
2) [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", "running"]
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
1) [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
1) [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
1) [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
|
|
[webkit] › tests/e2e/specs/dag-tasks.spec.ts:72:3 › Dag Tasks Tab › verify filter tasks by operator dropdown:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-tasks.spec.ts#L91
4) [webkit] › tests/e2e/specs/dag-tasks.spec.ts:72:3 › Dag Tasks Tab › verify filter tasks by operator dropdown
TimeoutError: locator.textContent: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[data-testid="table-list"] > tbody > tr').nth(1)
89 | if (count === 0) return false;
90 | for (let i = 0; i < count; i++) {
> 91 | const text = await dagPage.taskRows.nth(i).textContent();
| ^
92 |
93 | if (!text?.includes(operator)) return false;
94 | }
at Object.expect.poll.timeout (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-tasks.spec.ts:91:58)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-tasks.spec.ts:84:7
|
|
[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
3) [webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:150:3 › DAG Calendar Tab › cells reflect failed view mode attribute
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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: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
3) [webkit] › tests/e2e/specs/dag-calendar-tab.spec.ts:150:3 › DAG Calendar Tab › cells reflect failed view mode attribute
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: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
3) [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
2) [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
2) [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
2) [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
1) [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
1) [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
1) [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
|
|
🎭 Playwright Run Summary
3 failed
[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
1 skipped
117 passed (15.8m)
|
|
🎭 Playwright Run Summary
3 failed
[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
1 skipped
117 passed (17.0m)
|
|
🎭 Playwright Run Summary
3 failed
[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
1 flaky
[webkit] › tests/e2e/specs/dag-tasks.spec.ts:72:3 › Dag Tasks Tab › verify filter tasks by operator dropdown
1 skipped
116 passed (20.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Helm artifacts
|
470 KB |
sha256:dbd4718096624c2edb3ed73fe8554d9022663d8762f6351fd7cc4242521e4c9a
|
|
|
airflow-docs
|
302 MB |
sha256:ad66ae31fe6b61a7b0fd204c06e42826db57d169ca54bad921929db64717e564
|
|
|
cache-docs-inventory-v1-720831f0191e5c684385b40c63bc82a5f094adc70253ea2d47f621ae61480dc5-main
|
1.6 MB |
sha256:9cad48f985997fe1287dede715fb1b1b56c8387d0ddbf781f348746331050b83
|
|
|
cache-prek-v9-linux_arm64-python3.10.19-uv0.10.7-4a4a93b6ba6f99f05531baff198054d24334ae1ba083cff33f1acfc38357a240-main
|
284 MB |
sha256:4ac932ed32ff35a6b5dfbc070068c095c259a1d6e27d519d9b5bdfa90181d196
|
|
|
cache-simple-am-ui-node-modules-v1-_Linux-_-main
|
18.5 MB |
sha256:3fe3972dc2a585adb1383245ab6aa2d040da3f0fb26092b27224a425c0547b0f
|
|
|
cache-ui-node-modules-v1-Linux--main
|
49.3 MB |
sha256:e6b0113fdf22c3e3e9aaaa604e1316283b4e398bc0bddb51fe7c147c1f25ea60
|
|
|
ci-cache-mount-save-v3-linux_arm64-3.10-main
|
497 MB |
sha256:81b296691c306825983d3838fc7e543eea3a890ec911b86f040d91e18bd7e4a2
|
|
|
ci-cache-mount-save-v3-linux_arm64-3.11-main
|
496 MB |
sha256:b358147b3af958fa370c3c8907c5b65dfa46cb68840873a14c1f9bb43c7d79a7
|
|
|
ci-cache-mount-save-v3-linux_arm64-3.12-main
|
496 MB |
sha256:eef8cdf41788152d6dc488ae297de66e33ccb0680a2cd5a57688009bc6e03868
|
|
|
ci-cache-mount-save-v3-linux_arm64-3.13-main
|
496 MB |
sha256:0b39f86485bfb18ba03485513064c766c130f59d6537c53a60e881a27cae73b1
|
|
|
ci-image-save-v3-linux_arm64-3.10-main
|
1.84 GB |
sha256:3463aa81dd5aba0295deec356931b5188fae66f2b39df3b49b5199ddbb741f9a
|
|
|
ci-image-save-v3-linux_arm64-3.11-main
|
1.84 GB |
sha256:fb3e03f739961c2dcf5d327dcf590b12d7bca88e079aefa66759155485e4652e
|
|
|
ci-image-save-v3-linux_arm64-3.12-main
|
1.84 GB |
sha256:9ad4b5a437492190ed92e7d428a27e208b37ec1cfa919e9f9d65ea668a6acc7b
|
|
|
ci-image-save-v3-linux_arm64-3.13-main
|
1.82 GB |
sha256:91d45a8531d63f651380c310afe7e002d8c36e589e0bacbb207f34e9c895d448
|
|
|
constraints-3.10
|
14.4 KB |
sha256:a215540c01d3caf0d4abaecff62fca6e463449e073e7abf3e25b1fdd73649df0
|
|
|
constraints-3.11
|
14.4 KB |
sha256:8c8291be63d76a26cbf392a40fa76209eca0694068e642f2aa197c681d014e3c
|
|
|
constraints-3.12
|
14.4 KB |
sha256:a435ac90cb2548f6fe49c315cc81c9372e4ab0019bdcf4d108c4f30c5ac405b5
|
|
|
constraints-3.13
|
14.1 KB |
sha256:9a4a36f25d186cae7264a00540c6e1c775d5c8bd0e686e5fcb3203949293f16b
|
|
|
e2e-test-logs-basic
|
239 KB |
sha256:3b4784e1d0432ce813e5a5b458726b6f060d1942965c9d93a15a9447fdfde205
|
|
|
e2e-test-logs-remote_log
|
18.2 KB |
sha256:28fb132e4447bd597961ee23af047c8cba5a8848ddce52376098255dea5a179e
|
|
|
playwright-report-chromium
|
46.2 MB |
sha256:1eeb1f567f0a481e24521eb379921a0599171892ef44277439e7f5f2be31bcf0
|
|
|
playwright-report-firefox
|
144 MB |
sha256:be62b57b7bd598042a18d4e76d216af85e691d90c2bab5f408d723cba68f2741
|
|
|
playwright-report-webkit
|
49.8 MB |
sha256:740f9f123333d1c547cab03793202920ac17b13c21baa14c20cbc90da1a1c744
|
|
|
prod-image-save-v3-linux_arm64-3.10-main
|
609 MB |
sha256:b75fee28b3bad4ca91b39e2374daa97bebb2636158f196bf1eab4a843973af2e
|
|
|
prod-image-save-v3-linux_arm64-3.11-main
|
613 MB |
sha256:733b0c41ac4d03f21bd905e6964f7be8acf4834eeb31187e5256051d35012690
|
|
|
prod-image-save-v3-linux_arm64-3.12-main
|
608 MB |
sha256:2a1c724b39c52078c0e982a39fceb122f934f43b1c5f88bb989aae86fac57596
|
|
|
prod-image-save-v3-linux_arm64-3.13-main
|
600 MB |
sha256:b656c88782046dde829e4e0516251539ebeb5ac23dab96fd773a90d68757c5d4
|
|
|
prod-packages
|
8.19 MB |
sha256:c107ad97851af77d87cdfbf8981e8c8a2bf7de78767b956c13569f6384e6a04d
|
|
|
test-warnings-core-API...Serialization-All-LatestBoto-Postgres-postgres-14-3.10
|
86.7 KB |
sha256:68e32d58ce0d09dd6fa1be5ffd84713cdbeb0de677518e6754c45b0d24e873c0
|
|
|
test-warnings-core-API...Serialization-All-LowestDeps-sqlite-14-3.10
|
66.1 KB |
sha256:62cdd62fcf9c4344201233998f800d1752fb0e987bbdacd9d1304cbf50a39748
|
|
|
test-warnings-core-API...Serialization-All-LowestDeps-sqlite-14-3.11
|
66.1 KB |
sha256:95909ca49fbb6b77aa1426a622cee7358966b24372bb26303403216e4bb30474
|
|
|
test-warnings-core-API...Serialization-All-LowestDeps-sqlite-14-3.12
|
95.2 KB |
sha256:28d02535baeaf697746f3a4c13041115617207f689bf8a417b82b88ee26eee16
|
|
|
test-warnings-core-API...Serialization-All-LowestDeps-sqlite-14-3.13
|
55.1 KB |
sha256:5c02300978faa629e70dc741354f7649c1f519c9d9bf00bfcd4bb0721327faa0
|
|
|
test-warnings-core-API...Serialization-All-Pendulum2-Postgres-postgres-14-3.10
|
93.2 KB |
sha256:723829e89f699301bef13ee309143764527be2c486fef2975089feffc7ce82d3
|
|
|
test-warnings-core-API...Serialization-DB-LatestSQLAlchemy-Postgres-postgres-14-3.13
|
77.6 KB |
sha256:b222aa7c6e44c66ad0bdb166ff23a14373eb28934b498f7ebc84151e10cbcb6e
|
|
|
test-warnings-core-API...Serialization-DB-MinSQLAlchemy-Postgres-postgres-14-3.10
|
89.6 KB |
sha256:6dcc959a9b270b46a2a247e4b5459463993f6248720592b9b52a7d7f699bbe4c
|
|
|
test-warnings-core-API...Serialization-DB-Postgres-postgres-14-3.10
|
89.5 KB |
sha256:aad114cf79250c0f7af31a07c51d572352a1c130a40945c4433380d8ac6c900c
|
|
|
test-warnings-core-API...Serialization-DB-Postgres-postgres-15-3.11
|
89.5 KB |
sha256:9d332fa180518a4a985279f5dc86d57c3a8e44b8f301168d77f06c658ae3c0b3
|
|
|
test-warnings-core-API...Serialization-DB-Postgres-postgres-16-3.12
|
114 KB |
sha256:82eb0142c001ec3976983d6b5b1f08e69928b2af31971a28f8462d59c37955d6
|
|
|
test-warnings-core-API...Serialization-DB-Postgres-postgres-17-3.13
|
73.3 KB |
sha256:60062938e2f3565a8c15d90b4c2246f852a28bab716da7602945927e82c53a7d
|
|
|
test-warnings-core-API...Serialization-DB-Postgres-postgres-18-3.10
|
89.6 KB |
sha256:a32ce816b7c275a001746a3fbb307382c9c08149349a9f5982b3d18187fc2e9b
|
|
|
test-warnings-core-API...Serialization-DB-Sqlite-sqlite--3.10
|
89.8 KB |
sha256:215a2c1666a761fbd7548fcd3edc85ec3aa43f60d9edac6cfad9cdb3260ba760
|
|
|
test-warnings-core-API...Serialization-DB-Sqlite-sqlite--3.11
|
89.8 KB |
sha256:5236abad2aea7d676cb1acf5894c66281d94739ec1b0ae48f878de2935a9186e
|
|
|
test-warnings-core-API...Serialization-DB-Sqlite-sqlite--3.12
|
115 KB |
sha256:b3eee85c4ad4723b0de9251c49729ebd6a212d08fcc5994eb1eb5f0e864802f1
|
|
|
test-warnings-core-API...Serialization-DB-Sqlite-sqlite--3.13
|
73.5 KB |
sha256:5f0605c02e13a38a01fa5db9298a8e86406ec5009bc2f0dafb3addf5cb4b6c6c
|
|
|
test-warnings-core-API...Serialization-Non-DB--sqlite--3.10
|
6.95 KB |
sha256:b0036e5b0c1b3a1f90384bc5cb9d97c6eff0245a36907a91bf0b61b8731f39c8
|
|
|
test-warnings-core-API...Serialization-Non-DB--sqlite--3.11
|
6.95 KB |
sha256:6131928196dc628915271874efa76f776ee465bbeacd19b51d0512bf6cbd17b6
|
|
|
test-warnings-core-API...Serialization-Non-DB--sqlite--3.12
|
5.18 KB |
sha256:d3470296958065154211cd5647155e03b6d8e8f4cb425410f814264d27103ea8
|
|
|
test-warnings-core-API...Serialization-Non-DB--sqlite--3.13
|
4.74 KB |
sha256:1682b3063c9219cdb8d430b03f0233520b618dae84a418e11fb89481e4f8420f
|
|
|
test-warnings-core-API...Serialization-Quarantined-Postgres-postgres-14-3.10
|
1.39 KB |
sha256:f2cc6a296e27c01ec7000f9c89d7817258388f8993680b55028f2bab49800134
|
|
|
test-warnings-core-API...Serialization-System-SystemTest-postgres-14-3.10
|
436 Bytes |
sha256:e7b644cb79f2ad82cc718750ae830dc33bb6154158646a4fd8f542417a2f1e50
|
|
|
test-warnings-integration-core-redis
|
1.46 KB |
sha256:ceb29d03772c0978083cf108916528785402de0cb3efee10243b534d20fb9dd0
|
|
|
test-warnings-integration-providers-cassandra
|
1.92 KB |
sha256:c00d43ca5c395d4700c98aa42b7287f9fc1ddd9aac615e120661a60092149dc9
|
|
|
test-warnings-integration-providers-celery
|
1.37 KB |
sha256:cfcb97ca2caebec8ead23b99c7262e8bdb68f9f30f92059962e57f130ec06f9f
|
|
|
test-warnings-integration-providers-kafka
|
1.47 KB |
sha256:89ad9d3f0f09600a6a6a6abffb79bf7a2a265e25c794bdf3da2655d9e2420e52
|
|
|
test-warnings-integration-providers-mongo
|
1.45 KB |
sha256:989663b503ad38ce079d3433242559f1ad455c72996db283a5f16b67f08e61e5
|
|
|
test-warnings-integration-providers-qdrant
|
1.72 KB |
sha256:ab48b93d838805f0fbfc9ef057f4edfc3e248ed3bfcea6eda129e2e81ad9d83b
|
|
|
test-warnings-integration-providers-redis
|
1.45 KB |
sha256:6f93bb9a868eb49b945ac624da39fe8f4bf01745086b79f94131f6f268b96c84
|
|
|
test-warnings-providers--amazon,celer...standard-All-LatestBoto-Postgres-postgres-14-3.10
|
57 KB |
sha256:2a0f3e181a5341e5ba4f13ad30da5f02cc9259172dd8a203cd6f04062f0336db
|
|
|
test-warnings-providers--amazon,celer...standard-All-Pendulum2-Postgres-postgres-14-3.10
|
57.3 KB |
sha256:4a9d7c5eb840b845c1c308e8187c6a40029bc6cbd86abf693913a2cfa1d1ac2e
|
|
|
test-warnings-providers--amazon,celer...standard-DB-LatestSQLAlchemy-Postgres-postgres-14-3.13
|
20.9 KB |
sha256:973c2bdbdb3f9ea100ccc7ddd62c1c671429fda346af3c4e289dfbb4378207b6
|
|
|
test-warnings-providers--amazon,celer...standard-DB-MinSQLAlchemy-Postgres-postgres-14-3.10
|
30.4 KB |
sha256:7754df5d0712cc26cde6ea83a16ffab2e7ebc30f90b161772fcff3b4ec45392e
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Postgres-postgres-14-3.10
|
30.4 KB |
sha256:1a225a653fab5ab0cdf2aeb4079fe38f3d5df3c8d92539495e405c51d8738d8a
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Postgres-postgres-15-3.11
|
30.4 KB |
sha256:53b4774ec794031152ec10dadb2781e4cd47d3d10bdf840b58972283d0e1594d
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Postgres-postgres-16-3.12
|
39 KB |
sha256:941347803d8d176b02dc2f7b033717963544f72768d327b933244cf9daa38d6e
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Postgres-postgres-17-3.13
|
20.9 KB |
sha256:4931b686b517e2b71beb218ad2663d3190273aad90b4de1d722db55a857ca670
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Postgres-postgres-18-3.10
|
30.4 KB |
sha256:02966d746ec01f065d7d50f9670db55d547d549d51fb82fce98e6e14978210ff
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Sqlite-sqlite--3.10
|
30.2 KB |
sha256:68b46d659b245fce430db4e26b7fe4bfcf08d83ef6c1d9a009b8a3dbb6cbab11
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Sqlite-sqlite--3.11
|
30.2 KB |
sha256:da3d4aec644b7c23e8374d580f8a51118ada694ce4da9259044f7daf239db492
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Sqlite-sqlite--3.12
|
38.6 KB |
sha256:cedc3f99ece4d2c08b9d249a3529881e04b7cdd7f92be61afe55c95642b0cbab
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Sqlite-sqlite--3.13
|
20.6 KB |
sha256:1d24e8c725d674050f90e443f6c1baf6c2823b8b2f294904f0ec8d8dea38a8b8
|
|
|
test-warnings-providers--amazon,celer...standard-Non-DB--sqlite--3.10
|
27.9 KB |
sha256:2b13527aebedaf2bec6b1bda9afced630ca126bd36882305fe0bc22fcce15693
|
|
|
test-warnings-providers--amazon,celer...standard-Non-DB--sqlite--3.11
|
27.5 KB |
sha256:c23e1855ed6784c439128cb840a76380ce9ead27ec40418ca5d32cdec56505bc
|
|
|
test-warnings-providers--amazon,celer...standard-Non-DB--sqlite--3.12
|
29.6 KB |
sha256:032bfe08e7e370cdffc4cedcfbd59abaa71aa8843d617215e156528413124306
|
|
|
test-warnings-providers--amazon,celer...standard-Non-DB--sqlite--3.13
|
29.9 KB |
sha256:1695d6989921ae53919d0e354fb3f0fc7ab54805f8b9094e395b060f74e94ef8
|
|
|
test-warnings-providers--amazon,celer...standard-Quarantined-Postgres-postgres-14-3.10
|
1.48 KB |
sha256:f9d11858bd940fe74c5b383fc71d558691267519dbd174ec2ed6d65bebf9deb1
|
|
|
test-warnings-providers-airbyte...arangodb-All-LowestDeps-sqlite-14-3.10
|
43.6 KB |
sha256:5941cc79679af5968a1a07a4fe993fadbc4ef4d15f8638a3042d34b61a830194
|
|
|
test-warnings-providers-airbyte...arangodb-All-LowestDeps-sqlite-14-3.11
|
43.5 KB |
sha256:80559e745b0862da85ecce88b5a58707e075f81e1ff9c954ec1621d4dd70a774
|
|
|
test-warnings-providers-airbyte...arangodb-All-LowestDeps-sqlite-14-3.12
|
42.6 KB |
sha256:9f59fa6d1cb3a9e96a4bc00d18c5e8798c38493f881046f40300d2793c251f3b
|
|
|
test-warnings-providers-airbyte...arangodb-All-LowestDeps-sqlite-14-3.13
|
43 KB |
sha256:cf8a8130f3489b39d833b5e232372a720d36fe67111ffcc4957cf61d3bcaf30c
|
|
|
test-warnings-providers-asana...exasol-All-LowestDeps-sqlite-14-3.10
|
39.5 KB |
sha256:7304259a9741d81cce1a256950886b97cae65e9561ed773c8a86bd04bc54ff12
|
|
|
test-warnings-providers-asana...exasol-All-LowestDeps-sqlite-14-3.11
|
39.4 KB |
sha256:6213de756aabf16b6ae7d3a1d16cef86c67bfea31e040a458b30fd7bbed003d5
|
|
|
test-warnings-providers-asana...exasol-All-LowestDeps-sqlite-14-3.12
|
40.2 KB |
sha256:8f3bcb3590ae7b92da9dba12c33b0a53620eac5d59acff3a404b38a1379eec6c
|
|
|
test-warnings-providers-asana...exasol-All-LowestDeps-sqlite-14-3.13
|
40.1 KB |
sha256:be06dc80ce593c67666f0312edbe6a5757e1c0a03ff2639c5368d793b99e5eb9
|
|
|
test-warnings-providers-fab...mongo-All-LowestDeps-sqlite-14-3.11
|
46.2 KB |
sha256:dc50ff5fcde1da1836aaa5c21aaa7ea4827670deda602c6209abd8d8c630ca23
|
|
|
test-warnings-providers-fab...mongo-All-LowestDeps-sqlite-14-3.12
|
53.9 KB |
sha256:d958eeac6dfb50e40771ca2aecbfa809740deb26fa9bcccf4616db3419e5f183
|
|
|
test-warnings-providers-fab...mongo-All-LowestDeps-sqlite-14-3.13
|
33.9 KB |
sha256:5916c57f1d7efd95e9bd6ffd12475d088132d3a6249d99bb656081d31187226c
|
|
|
test-warnings-providers-mysql...samba-All-LowestDeps-sqlite-14-3.10
|
28.5 KB |
sha256:00e7d2c01d551586de48663747d32c106b3119175aa1fa75a98d5c7025e6eeae
|
|
|
test-warnings-providers-mysql...samba-All-LowestDeps-sqlite-14-3.11
|
28.5 KB |
sha256:6ae4b0a3a8d258cbe65ddae86fb23704286bdfb3206b577808ca75d1ff47f73f
|
|
|
test-warnings-providers-mysql...samba-All-LowestDeps-sqlite-14-3.12
|
27 KB |
sha256:58f11e519b5b97ded117656e5288fbde5e890ec03f1739a24f97b4fb776a6659
|
|
|
test-warnings-providers-mysql...samba-All-LowestDeps-sqlite-14-3.13
|
27.5 KB |
sha256:0432eb7d99e7958f29a19cb698232c93d1d69d98c85c09671c91bf1d877be971
|
|
|
test-warnings-providers-segment...zendesk-All-LowestDeps-sqlite-14-3.10
|
37.5 KB |
sha256:d1b296073e0f05d8c80065f8f18a1c3b259eeeae8dd0be4c30bcc8ac87c7058d
|
|
|
test-warnings-providers-segment...zendesk-All-LowestDeps-sqlite-14-3.11
|
37.4 KB |
sha256:7e72de7cb3ec33a86e5ea091829011490cd82b7dd1bd1729c6e62385223370e8
|
|
|
test-warnings-providers-segment...zendesk-All-LowestDeps-sqlite-14-3.12
|
36.3 KB |
sha256:cc45a8dcab6ebd0ca1d6448633710cf73d2413cfbf27f4b9cb9f80ffa2aa01c6
|
|
|
test-warnings-providers-segment...zendesk-All-LowestDeps-sqlite-14-3.13
|
36.8 KB |
sha256:f6cb7f5e87e4783164576655a958bdb2f0cdbb43d31c6d018e3e9511f3b77b9d
|
|
|
test-warnings-system
|
436 Bytes |
sha256:dd7969296d0e380d4ffcf21212e582d263e155739dc0953614fa9549c9d63c26
|
|