Skip to content

feat(docker): integration tests in github pipeline #3

feat(docker): integration tests in github pipeline

feat(docker): integration tests in github pipeline #3

Triggered via pull request January 2, 2025 08:35
Status Failure
Total duration 2m 26s
Artifacts

test.yml

on: pull_request
Integration Test
2m 16s
Integration Test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
src/trace/trace.test.ts > trace module > include parameters > should return the trace with mlflow object: src/trace/trace.test.ts#L104
AssertionError: expected 'START_TRACE' to be 'CLOSE_TRACE' // Object.is equality Expected: "CLOSE_TRACE" Received: "START_TRACE" ❯ src/trace/trace.test.ts:104:34
src/trace/trace.test.ts > trace module > include parameters > should return the trace with both trace and mlflow object: src/trace/trace.test.ts#L120
AssertionError: expected 'START_TRACE' to be 'CLOSE_TRACE' // Object.is equality Expected: "CLOSE_TRACE" Received: "START_TRACE" ❯ src/trace/trace.test.ts:120:34
Integration Test
Process completed with exit code 1.
Integration Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636