Skip to content

fix(data-ingestion): log end user #10360

fix(data-ingestion): log end user

fix(data-ingestion): log end user #10360

Triggered via pull request November 29, 2024 15:10
Status Failure
Total duration 2m 19s
Artifacts

tests.yaml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors
packages/cli/lib/services/model.service.unit.test.ts > buildModelTs > should return empty (with sdk): packages/cli/lib/services/model.service.unit.test.ts#L13
Error: Snapshot `buildModelTs > should return empty (with sdk) 1` mismatched - Expected + Received @@ -288,10 +288,15 @@ dryRunService?: DryRunServiceInterface; syncConfig: SyncConfig; runnerFlags: RunnerFlags; debug: boolean; startedAt: Date; + endUser: { + id: number; + endUserId: string | null; + orgId: string | null; + } | null; axios?: { request?: AxiosInterceptorManager<AxiosRequestConfig>; response?: { onFulfilled: (value: AxiosResponse) => AxiosResponse | Promise<AxiosResponse>; }; ❯ packages/cli/lib/services/model.service.unit.test.ts:13:36
tests (ubuntu-latest, 20.x)
Process completed with exit code 1.
tests (ubuntu-latest, 18.x)
The job was canceled because "ubuntu-latest_20_x" failed.
packages/cli/lib/services/model.service.unit.test.ts > buildModelTs > should return empty (with sdk): packages/cli/lib/services/model.service.unit.test.ts#L13
Error: Snapshot `buildModelTs > should return empty (with sdk) 1` mismatched - Expected + Received @@ -288,10 +288,15 @@ dryRunService?: DryRunServiceInterface; syncConfig: SyncConfig; runnerFlags: RunnerFlags; debug: boolean; startedAt: Date; + endUser: { + id: number; + endUserId: string | null; + orgId: string | null; + } | null; axios?: { request?: AxiosInterceptorManager<AxiosRequestConfig>; response?: { onFulfilled: (value: AxiosResponse) => AxiosResponse | Promise<AxiosResponse>; }; ❯ packages/cli/lib/services/model.service.unit.test.ts:13:36
tests (ubuntu-latest, 18.x)
The operation was canceled.