Data dependency #3257
test.yml
on: pull_request
Matrix: build
comment-coverage
0s
Annotations
5 errors and 2 warnings
|
build (22.x)
Process completed with exit code 1.
|
|
__tests__/examples/model_structure/dep.spec.ts > @dbml/core - Dep model > normalize > normalize preserves note + custom on the dep record:
packages/dbml-core/__tests__/examples/model_structure/dep.spec.ts#L129
AssertionError: expected undefined to be defined
❯ __tests__/examples/model_structure/dep.spec.ts:129:29
|
|
__tests__/examples/model_structure/dep.spec.ts > @dbml/core - Dep model > Dep #2 — multi-edge with note + custom > note + custom carried correctly:
packages/dbml-core/__tests__/examples/model_structure/dep.spec.ts#L48
AssertionError: expected undefined to deeply equal { materialized: 'table', …(1) }
- Expected:
{
"materialized": "table",
"owner": "data-team",
}
+ Received:
undefined
❯ __tests__/examples/model_structure/dep.spec.ts:48:26
|
|
__tests__/examples/model_structure/dep.spec.ts > @dbml/core - Dep model > Dep #1 — bare-table endpoints > no note, no custom:
packages/dbml-core/__tests__/examples/model_structure/dep.spec.ts#L31
AssertionError: expected undefined to be null
- Expected:
null
+ Received:
undefined
❯ __tests__/examples/model_structure/dep.spec.ts:31:26
|
|
__tests__/examples/model_exporter/model_exporter.spec.ts > @dbml/core - model_exporter > dbml_exporter/dep:
packages/dbml-core/__tests__/examples/model_exporter/model_exporter.spec.ts#L81
AssertionError: expected 'Table "raw_orders" {\n "id" int [pk]…' to be 'Table "raw_orders" {\n "id" int [pk]…' // Object.is equality
- Expected
+ Received
@@ -16,9 +16,6 @@
Dep {
"stg_orders" -> "fct_orders"
"stg_orders"."id" -> "fct_orders"."amount"
note: 'Aggregate staging into facts'
- materialized: 'table'
- owner: 'data-team'
- priority: 1
}
❯ runTest __tests__/examples/model_exporter/model_exporter.spec.ts:81:28
❯ __tests__/examples/model_exporter/model_exporter.spec.ts:97:7
|
|
build (22.x)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (22.x)
No files were found with the provided path: ./coverage-report.md. No artifacts will be uploaded.
|