Skip to content

Introduce form to edit Relationship data and attributes #111

Introduce form to edit Relationship data and attributes

Introduce form to edit Relationship data and attributes #111

Triggered via push April 10, 2024 15:40
Status Failure
Total duration 10m 56s
Artifacts 1

cicd-feature.yml

on: push
Matrix: build-and-test / build-and-test
build-and-test  /  Publish Unit Test Report
13s
build-and-test / Publish Unit Test Report
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 9 warnings
CrossModel language Relationship › relationship with attributes: extensions/crossmodel-lang/test/language-server/cross-model-lang-relationship.test.ts#L50
expect(received).toHaveLength(expected) Expected length: 0 Received length: 5 Received array: [{"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "Relationship", "property": "parent", "refText": "Customer"}, "message": "An error occurred while resolving reference to 'Customer': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 20, "line": 2}, "start": {"character": 12, "line": 2}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "Relationship", "property": "child", "refText": "Order"}, "message": "An error occurred while resolving reference to 'Order': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 16, "line": 3}, "start": {"character": 11, "line": 3}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "RelationshipAttribute", "property": "parent", "refText": "Customer.Id"}, "message": "An error occurred while resolving reference to 'Customer.Id': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 29, "line": 6}, "start": {"character": 18, "line": 6}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "RelationshipAttribute", "property": "child", "refText": "Order.CustomerId"}, "message": "An error occurred while resolving reference to 'Order.CustomerId': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 33, "line": 7}, "start": {"character": 17, "line": 7}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": undefined, "message": "An error occurred during validation: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 33, "line": 7}, "start": {"character": 0, "line": 0}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}] at Object.<anonymous> (test/language-server/cross-model-lang-relationship.test.ts:50:50)
CrossModel language Relationship › relationship with wrong entity: extensions/crossmodel-lang/test/language-server/cross-model-lang-relationship.test.ts#L55
expect(received).toHaveLength(expected) Expected length: 1 Received length: 5 Received array: [{"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "Relationship", "property": "parent", "refText": "Customer"}, "message": "An error occurred while resolving reference to 'Customer': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 20, "line": 2}, "start": {"character": 12, "line": 2}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "Relationship", "property": "child", "refText": "Order"}, "message": "An error occurred while resolving reference to 'Order': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 16, "line": 3}, "start": {"character": 11, "line": 3}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "RelationshipAttribute", "property": "parent", "refText": "Customer.Id"}, "message": "An error occurred while resolving reference to 'Customer.Id': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 29, "line": 6}, "start": {"character": 18, "line": 6}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "RelationshipAttribute", "property": "child", "refText": "Order.Address"}, "message": "Could not resolve reference to Attribute named 'Order.Address'.", "range": {"end": {"character": 30, "line": 7}, "start": {"character": 17, "line": 7}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": undefined, "message": "An error occurred during validation: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 30, "line": 7}, "start": {"character": 0, "line": 0}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}] at Object.<anonymous> (test/language-server/cross-model-lang-relationship.test.ts:55:50)
CrossModel language Relationship › relationship with duplicates: extensions/crossmodel-lang/test/language-server/cross-model-lang-relationship.test.ts#L60
expect(received).toHaveLength(expected) Expected length: 2 Received length: 7 Received array: [{"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "Relationship", "property": "parent", "refText": "Customer"}, "message": "An error occurred while resolving reference to 'Customer': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 20, "line": 2}, "start": {"character": 12, "line": 2}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "Relationship", "property": "child", "refText": "Order"}, "message": "An error occurred while resolving reference to 'Order': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 16, "line": 3}, "start": {"character": 11, "line": 3}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "RelationshipAttribute", "property": "parent", "refText": "Customer.Id"}, "message": "An error occurred while resolving reference to 'Customer.Id': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 29, "line": 6}, "start": {"character": 18, "line": 6}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "RelationshipAttribute", "property": "child", "refText": "Order.CustomerId"}, "message": "An error occurred while resolving reference to 'Order.CustomerId': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 33, "line": 7}, "start": {"character": 17, "line": 7}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "RelationshipAttribute", "property": "parent", "refText": "Customer.Id"}, "message": "An error occurred while resolving reference to 'Customer.Id': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 29, "line": 8}, "start": {"character": 18, "line": 8}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "RelationshipAttribute", "property": "child", "refText": "Order.CustomerId"}, "message": "An error occurred while resolving reference to 'Order.CustomerId': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 33, "line": 9}, "start": {"character": 17, "line": 9}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": undefined, "message": "An error occurred during validation: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 33, "line": 9}, "start": {"character": 0, "line": 0}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}] at Object.<anonymous> (test/language-server/cross-model-lang-relationship.test.ts:60:50)
build-and-test / ubuntu-latest
Process completed with exit code 1.
build-and-test / macos-11
Process completed with exit code 1.
CrossModel language Relationship › relationship with attributes: extensions/crossmodel-lang/test/language-server/cross-model-lang-relationship.test.ts#L50
expect(received).toHaveLength(expected) Expected length: 0 Received length: 5 Received array: [{"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "Relationship", "property": "parent", "refText": "Customer"}, "message": "An error occurred while resolving reference to 'Customer': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 20, "line": 2}, "start": {"character": 12, "line": 2}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "Relationship", "property": "child", "refText": "Order"}, "message": "An error occurred while resolving reference to 'Order': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 16, "line": 3}, "start": {"character": 11, "line": 3}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "RelationshipAttribute", "property": "parent", "refText": "Customer.Id"}, "message": "An error occurred while resolving reference to 'Customer.Id': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 29, "line": 6}, "start": {"character": 18, "line": 6}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "RelationshipAttribute", "property": "child", "refText": "Order.CustomerId"}, "message": "An error occurred while resolving reference to 'Order.CustomerId': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 33, "line": 7}, "start": {"character": 17, "line": 7}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": undefined, "message": "An error occurred during validation: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 33, "line": 7}, "start": {"character": 0, "line": 0}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}] at Object.<anonymous> (test/language-server/cross-model-lang-relationship.test.ts:50:50)
CrossModel language Relationship › relationship with wrong entity: extensions/crossmodel-lang/test/language-server/cross-model-lang-relationship.test.ts#L55
expect(received).toHaveLength(expected) Expected length: 1 Received length: 5 Received array: [{"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "Relationship", "property": "parent", "refText": "Customer"}, "message": "An error occurred while resolving reference to 'Customer': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 20, "line": 2}, "start": {"character": 12, "line": 2}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "Relationship", "property": "child", "refText": "Order"}, "message": "An error occurred while resolving reference to 'Order': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 16, "line": 3}, "start": {"character": 11, "line": 3}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "RelationshipAttribute", "property": "parent", "refText": "Customer.Id"}, "message": "An error occurred while resolving reference to 'Customer.Id': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 29, "line": 6}, "start": {"character": 18, "line": 6}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "RelationshipAttribute", "property": "child", "refText": "Order.Address"}, "message": "Could not resolve reference to Attribute named 'Order.Address'.", "range": {"end": {"character": 30, "line": 7}, "start": {"character": 17, "line": 7}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": undefined, "message": "An error occurred during validation: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 30, "line": 7}, "start": {"character": 0, "line": 0}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}] at Object.<anonymous> (test/language-server/cross-model-lang-relationship.test.ts:55:50)
CrossModel language Relationship › relationship with duplicates: extensions/crossmodel-lang/test/language-server/cross-model-lang-relationship.test.ts#L60
expect(received).toHaveLength(expected) Expected length: 2 Received length: 7 Received array: [{"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "Relationship", "property": "parent", "refText": "Customer"}, "message": "An error occurred while resolving reference to 'Customer': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 20, "line": 2}, "start": {"character": 12, "line": 2}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "Relationship", "property": "child", "refText": "Order"}, "message": "An error occurred while resolving reference to 'Order': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 16, "line": 3}, "start": {"character": 11, "line": 3}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "RelationshipAttribute", "property": "parent", "refText": "Customer.Id"}, "message": "An error occurred while resolving reference to 'Customer.Id': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 29, "line": 6}, "start": {"character": 18, "line": 6}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "RelationshipAttribute", "property": "child", "refText": "Order.CustomerId"}, "message": "An error occurred while resolving reference to 'Order.CustomerId': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 33, "line": 7}, "start": {"character": 17, "line": 7}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "RelationshipAttribute", "property": "parent", "refText": "Customer.Id"}, "message": "An error occurred while resolving reference to 'Customer.Id': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 29, "line": 8}, "start": {"character": 18, "line": 8}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": {"code": "linking-error", "containerType": "RelationshipAttribute", "property": "child", "refText": "Order.CustomerId"}, "message": "An error occurred while resolving reference to 'Order.CustomerId': TypeError: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 33, "line": 9}, "start": {"character": 17, "line": 9}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}, {"code": undefined, "codeDescription": undefined, "data": undefined, "message": "An error occurred during validation: Cannot read properties of undefined (reading 'parseResult')", "range": {"end": {"character": 33, "line": 9}, "start": {"character": 0, "line": 0}}, "relatedInformation": undefined, "severity": 1, "source": "cross-model", "tags": undefined}] at Object.<anonymous> (test/language-server/cross-model-lang-relationship.test.ts:60:50)
build-and-test / windows-2019
Process completed with exit code 1.
build-and-test / ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-test / ubuntu-latest
No files were found with the provided path: e2e-tests/allure-results/. No artifacts will be uploaded.
build-and-test / macos-11
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-test / macos-11
No files were found with the provided path: unit-test-results. No artifacts will be uploaded.
build-and-test / windows-2019
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
All 2 runs failed: CrossModel language Relationship relationship with attributes (CrossModel language Relationship relationship with attributes): CrossModel language Relationship relationship with attributes#L0
unit-test-results/Linux-unit-test-results-479569d0-f751-11ee-8a5d-9f5a17d439d3.xml [took 0s] unit-test-results/Windows-unit-test-results-12411c60-f752-11ee-ab6b-7d83f07639cd.xml [took 0s]
All 2 runs failed: CrossModel language Relationship relationship with wrong entity (CrossModel language Relationship relationship with wrong entity): CrossModel language Relationship relationship with wrong entity#L0
unit-test-results/Linux-unit-test-results-479569d0-f751-11ee-8a5d-9f5a17d439d3.xml [took 0s] unit-test-results/Windows-unit-test-results-12411c60-f752-11ee-ab6b-7d83f07639cd.xml [took 0s]
All 2 runs failed: CrossModel language Relationship relationship with duplicates (CrossModel language Relationship relationship with duplicates): CrossModel language Relationship relationship with duplicates#L0
unit-test-results/Linux-unit-test-results-479569d0-f751-11ee-8a5d-9f5a17d439d3.xml [took 0s] unit-test-results/Windows-unit-test-results-12411c60-f752-11ee-ab6b-7d83f07639cd.xml [took 0s]
build-and-test / Publish Unit Test Report
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
unit-test-results Expired
60 KB