Skip to content

unify components

a956b61
Select commit
Loading
Failed to load commit list.
Closed

feat: customizeSchemaTyping #23084

unify components
a956b61
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Build - client packages failed Nov 5, 2025 in 49m 28s

Build #363201 had test failures

Details

Tests

  • Failed: 8 (0.02%)
  • Passed: 37,540 (92.78%)
  • Other: 2,913 (7.20%)
  • Total: 40,461
Code coverage

  • 257459 of 320850 line covered (80.24%)

Annotations

Check failure on line 93 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Build - client packages

Build log #L93

Error: Npm failed with return code: 1

Check failure on line 8437 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Build - client packages

Build log #L8437

Error: Npm failed with return code: 1

Check failure on line 38992 in Build log

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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)