Skip to content

feat(docker): integration tests in github pipeline (#21) #6

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

feat(docker): integration tests in github pipeline (#21) #6

Triggered via push January 3, 2025 07:53
Status Failure
Total duration 2m 28s
Artifacts

test.yml

on: push
Integration Test
2m 19s
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#L109
AssertionError: expected 'START_TRACE' to be 'CLOSE_TRACE' // Object.is equality Expected: "CLOSE_TRACE" Received: "START_TRACE" ❯ src/trace/trace.test.ts:109: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#L125
AssertionError: expected 'START_TRACE' to be 'CLOSE_TRACE' // Object.is equality Expected: "CLOSE_TRACE" Received: "START_TRACE" ❯ src/trace/trace.test.ts:125: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