Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change ElementProps acquisition to getInstance #6549

Open
wants to merge 70 commits into
base: master
Choose a base branch
from

Adjust iModel.test before and after cases

5659899
Select commit
Loading
Failed to load commit list.
Open

Change ElementProps acquisition to getInstance #6549

Adjust iModel.test before and after cases
5659899
Select commit
Loading
Failed to load commit list.
Azure Pipelines / iTwin.js Integration - GitHub failed Feb 19, 2025 in 18m 42s

Build #20250219.32 had test failures

Details

Tests

  • Failed: 3 (1.44%)
  • Passed: 206 (98.56%)
  • Other: 0 (0.00%)
  • Total: 209

Annotations

Check failure on line 228 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / iTwin.js Integration - GitHub

Build log #L228

Bash exited with code '1'.

Check failure on line 132 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / iTwin.js Integration - GitHub

Build log #L132

Bash exited with code '2'.

Check failure on line 1 in ViewStore access ViewStore

See this annotation in the file changed.

@azure-pipelines azure-pipelines / iTwin.js Integration - GitHub

ViewStore access ViewStore

expected { eye: { x: +0, y: +0, z: +0 }, …(2) } to deeply equal { lens: 90, focusDist: 1, …(1) }
Raw output
AssertionError: expected { eye: { x: +0, y: +0, z: +0 }, …(2) } to deeply equal { lens: 90, focusDist: 1, …(1) }
    at Context.<anonymous> (src/integration/ViewStore.test.ts:381:32)

Check failure on line 1 in Sheet views (#integration) draws tiles from view attachments if so specified

See this annotation in the file changed.

@azure-pipelines azure-pipelines / iTwin.js Integration - GitHub

Sheet views (#integration) draws tiles from view attachments if so specified

Timeout of 240000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
Raw output
Error: Timeout of 240000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.

Check failure on line 1 in Section Drawings (#integration) displays the 3d tiles in the 2d view if so specified

See this annotation in the file changed.

@azure-pipelines azure-pipelines / iTwin.js Integration - GitHub

Section Drawings (#integration) displays the 3d tiles in the 2d view if so specified

expected +0 to be at least 1
Raw output
AssertionError: expected +0 to be at least 1
    at home/vsts/work/1/s/full-stack-tests/core/src/frontend/hub/SectionDrawing.test.ts:188:26
    at home/vsts/work/1/s/full-stack-tests/core/src/frontend/hub/SectionDrawing.test.ts:180:9
    at testOnScreenViewport (home/vsts/work/1/s/full-stack-tests/core/src/frontend/TestViewport.ts:337:5)
    at test (home/vsts/work/1/s/full-stack-tests/core/src/frontend/hub/SectionDrawing.test.ts:178:7)
    at Context.<anonymous> (home/vsts/work/1/s/full-stack-tests/core/src/frontend/hub/SectionDrawing.test.ts:186:5)