Deprecate duplicate functions #9467
Annotations
12 errors
Archive Binary
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Start Daemon
Process completed with exit code 1.
|
Unit Tests:
packages/imperative/src/imperative/__tests__/plugins/PluginManagementFacility.unit.test.ts#L274
expect(jest.fn()).toHaveBeenCalledWith(...expected)
Expected: "/sample-cli/home/plugins/"
Number of calls: 0
at Object.<anonymous> (packages/imperative/src/imperative/__tests__/plugins/PluginManagementFacility.unit.test.ts:274:34)
|
Unit Tests:
packages/imperative/src/io/__tests__/IO.unit.test.ts#L129
expect(jest.fn()).toHaveBeenCalled()
Expected number of calls: >= 1
Received number of calls: 0
at Object.<anonymous> (packages/imperative/src/io/__tests__/IO.unit.test.ts:129:31)
|
Unit Tests:
packages/imperative/src/io/__tests__/IO.unit.test.ts#L175
expect(jest.fn()).not.toHaveBeenCalled()
Expected number of calls: 0
Received number of calls: 3
1: "pretend/", {"recursive": true}
2: "pretend/to/", {"recursive": true}
3: "pretend/to/create/", {"recursive": true}
at Object.<anonymous> (packages/imperative/src/io/__tests__/IO.unit.test.ts:175:26)
|
Unit Tests:
packages/imperative/src/io/__tests__/IO.unit.test.ts#L196
expect(jest.fn()).toHaveBeenCalledTimes(expected)
Expected number of calls: 2
Received number of calls: 3
at Object.<anonymous> (packages/imperative/src/io/__tests__/IO.unit.test.ts:196:22)
|
Unit Tests:
packages/imperative/src/io/__tests__/IO.unit.test.ts#L218
expect(jest.fn()).toHaveBeenCalledTimes(expected)
Expected number of calls: 3
Received number of calls: 1
at Object.<anonymous> (packages/imperative/src/io/__tests__/IO.unit.test.ts:218:22)
|
Unit Tests:
packages/imperative/src/io/__tests__/IO.unit.test.ts#L240
expect(jest.fn()).not.toHaveBeenCalled()
Expected number of calls: 0
Received number of calls: 1
1: "pretend/to/create", {"recursive": true}
at Object.<anonymous> (packages/imperative/src/io/__tests__/IO.unit.test.ts:240:26)
|
Unit Tests:
packages/imperative/src/io/__tests__/IO.unit.test.ts#L266
expect(jest.fn()).toHaveBeenCalledTimes(expected)
Expected number of calls: 2
Received number of calls: 1
at Object.<anonymous> (packages/imperative/src/io/__tests__/IO.unit.test.ts:266:22)
|
Unit Tests:
packages/zosjobs/__tests__/__unit__/DeleteJobs.unit.test.ts#L62
expect(received).toBeUndefined()
Received: [TypeError: Cannot read properties of undefined (reading 'status')]
at packages/zosjobs/__tests__/__unit__/DeleteJobs.unit.test.ts:62:33
at Generator.throw (<anonymous>)
at rejected (packages/zosjobs/__tests__/__unit__/DeleteJobs.unit.test.ts:16:65)
|
Unit Tests:
packages/zosjobs/__tests__/__unit__/DeleteJobs.unit.test.ts#L75
expect(received).toBeUndefined()
Received: [TypeError: Cannot read properties of undefined (reading 'status')]
at packages/zosjobs/__tests__/__unit__/DeleteJobs.unit.test.ts:75:33
at Generator.throw (<anonymous>)
at rejected (packages/zosjobs/__tests__/__unit__/DeleteJobs.unit.test.ts:16:65)
|
Unit Tests:
packages/zosjobs/__tests__/__unit__/DeleteJobs.unit.test.ts#L115
expect(received).toBeUndefined()
Received: [TypeError: Cannot read properties of undefined (reading 'status')]
at packages/zosjobs/__tests__/__unit__/DeleteJobs.unit.test.ts:115:33
at Generator.throw (<anonymous>)
at rejected (packages/zosjobs/__tests__/__unit__/DeleteJobs.unit.test.ts:16:65)
|
Loading