feat: customizeSchemaTyping #23084
feat: customizeSchemaTyping #23084
Build #363201 had test failures
Details
- Failed: 8 (0.02%)
- Passed: 37,540 (92.78%)
- Other: 2,913 (7.20%)
- Total: 40,461
- 257459 of 320850 line covered (80.24%)
Annotations
Check failure on line 93 in Build log
azure-pipelines / Build - client packages
Build log #L93
Error: Npm failed with return code: 1
Check failure on line 8437 in Build log
azure-pipelines / Build - client packages
Build log #L8437
Error: Npm failed with return code: 1
Check failure on line 38992 in Build log
azure-pipelines / Build - client packages
Build log #L38992
Error: Npm failed with return code: 1
Check failure on line 1 in safer editing API with customizeSchemaTyping
azure-pipelines / Build - client packages
safer editing API with customizeSchemaTyping
Test failed
Raw output
Cannot add property 0, object is not extensible
TypeError: Cannot add property 0, object is not extensible
at Array.push (<anonymous>)
at Context.<anonymous> (file:///mnt/vss/_work/1/s/packages/dds/tree/src/test/openPolymorphism.integration.ts:552:13)
at processImmediate (node:internal/timers:483:21)
Check failure on line 1 in Object schema
azure-pipelines / Build - client packages
Object schema
Test failed
Raw output
Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
{
definitions: Map(3) {
...
},
kind: 2,
+ metadata: {
+ custom: undefined,
+ description: undefined
+ },
- metadata: {},
persistedMetadata: undefined
...
}
}
}
+ expected - actual
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
{
definitions: Map(3) {
...
},
kind: 2,
+ metadata: {
+ custom: undefined,
+ description: undefined
+ },
- metadata: {},
persistedMetadata: undefined
...
}
}
}
at Context.<anonymous> (file:///mnt/vss/_work/1/s/packages/dds/tree/src/test/simple-tree/api/getSimpleSchema.spec.ts:260:10)
at processImmediate (node:internal/timers:483:21)
Check failure on line 1 in Object schema including an identifier field
azure-pipelines / Build - client packages
Object schema including an identifier field
Test failed
Raw output
Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
{
definitions: Map(2) {
...
},
kind: 2,
+ metadata: {
+ custom: undefined,
+ description: undefined
+ },
- metadata: {},
persistedMetadata: undefined
...
}
}
}
+ expected - actual
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
{
definitions: Map(2) {
...
},
kind: 2,
+ metadata: {
+ custom: undefined,
+ description: undefined
+ },
- metadata: {},
persistedMetadata: undefined
...
}
}
}
at Context.<anonymous> (file:///mnt/vss/_work/1/s/packages/dds/tree/src/test/simple-tree/api/getSimpleSchema.spec.ts:304:10)
at processImmediate (node:internal/timers:483:21)
Check failure on line 1 in Object schema including a union field
azure-pipelines / Build - client packages
Object schema including a union field
Test failed
Raw output
Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
{
definitions: Map(3) {
...
},
kind: 2,
+ metadata: {
+ custom: undefined,
+ description: undefined
+ },
- metadata: {},
persistedMetadata: undefined
...
}
}
}
+ expected - actual
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
{
definitions: Map(3) {
...
},
kind: 2,
+ metadata: {
+ custom: undefined,
+ description: undefined
+ },
- metadata: {},
persistedMetadata: undefined
...
}
}
}
at Context.<anonymous> (file:///mnt/vss/_work/1/s/packages/dds/tree/src/test/simple-tree/api/getSimpleSchema.spec.ts:351:10)
at processImmediate (node:internal/timers:483:21)