added progress bars #10625
Annotations
5 errors and 1 warning
The run was canceled by @pujal0909.
|
Unit Tests:
packages/cli/__tests__/zosfiles/__unit__/copy/ds/Ds.handler.unit.test.ts#L62
expect(jest.fn()).toHaveBeenLastCalledWith(...expected)
- Expected
+ Received
{},
{"dsn": "EFGH"},
Object {
"enq": "SHR",
"from-dataset": Object {
"dsn": "ABCD",
},
- "promptFn": Any<Function>,
- "promptForIdenticalNamedMembers": Any<Function>,
+ "progress": undefined,
+ "promptFn": [Function anonymous],
+ "promptForIdenticalNamedMembers": [Function anonymous],
"replace": true,
"responseTimeout": undefined,
"safeReplace": true,
+ "task": Object {
+ "percentComplete": 0,
+ "stageName": 0,
+ "statusMessage": "Copying data set",
+ },
},
Number of calls: 1
at packages/cli/__tests__/zosfiles/__unit__/copy/ds/Ds.handler.unit.test.ts:62:32
at fulfilled (packages/cli/__tests__/zosfiles/__unit__/copy/ds/Ds.handler.unit.test.ts:15:58)
|
Unit Tests:
packages/cli/__tests__/zosfiles/__unit__/copy/ds/Ds.handler.unit.test.ts#L111
expect(jest.fn()).toHaveBeenLastCalledWith(...expected)
- Expected
+ Received
{},
{"dsn": "EFGH", "member": "mem2"},
@@ -2,11 +2,17 @@
"enq": "SHR",
"from-dataset": Object {
"dsn": "ABCD",
"member": "mem1",
},
- "promptFn": Any<Function>,
- "promptForIdenticalNamedMembers": Any<Function>,
+ "progress": undefined,
+ "promptFn": [Function anonymous],
+ "promptForIdenticalNamedMembers": [Function anonymous],
"replace": true,
"responseTimeout": undefined,
"safeReplace": true,
+ "task": Object {
+ "percentComplete": 0,
+ "stageName": 0,
+ "statusMessage": "Copying data set",
+ },
},
Number of calls: 1
at packages/cli/__tests__/zosfiles/__unit__/copy/ds/Ds.handler.unit.test.ts:111:32
at fulfilled (packages/cli/__tests__/zosfiles/__unit__/copy/ds/Ds.handler.unit.test.ts:15:58)
|
Unit Tests:
packages/cli/__tests__/zosfiles/__unit__/copy/ds/Ds.handler.unit.test.ts#L158
expect(jest.fn()).toHaveBeenLastCalledWith(...expected)
- Expected
+ Received
{},
{"dsn": "EFGH"},
Object {
"enq": "SHR",
"from-dataset": Object {
"dsn": "ABCD",
},
- "promptFn": Any<Function>,
- "promptForIdenticalNamedMembers": Any<Function>,
+ "progress": undefined,
+ "promptFn": [Function anonymous],
+ "promptForIdenticalNamedMembers": [Function anonymous],
"replace": true,
"responseTimeout": undefined,
"safeReplace": true,
+ "task": Object {
+ "percentComplete": 0,
+ "stageName": 0,
+ "statusMessage": "Copying data set",
+ },
},
Number of calls: 1
at packages/cli/__tests__/zosfiles/__unit__/copy/ds/Ds.handler.unit.test.ts:158:32
at fulfilled (packages/cli/__tests__/zosfiles/__unit__/copy/ds/Ds.handler.unit.test.ts:15:58)
|
Unit Tests
Process completed with exit code 1.
|
|
Loading