Skip to content

Fix runInBand arg ignored on Windows + Node 22 #10006

Fix runInBand arg ignored on Windows + Node 22

Fix runInBand arg ignored on Windows + Node 22 #10006

Triggered via push December 26, 2024 15:14
Status Failure
Total duration 30m 11s
Artifacts 12

zowe-cli.yml

on: push
Matrix: test
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

78 errors and 3 warnings
zos-jobs submit data-set command › syntax errors › should occur if both --wait-for-active and --vasc is specified: packages/cli/__tests__/zosjobs/__integration__/submit/data-set/cli.zos-jobs.submit.data-set.integration.test.ts#L76
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at Object.<anonymous> (packages/cli/__tests__/zosjobs/__integration__/submit/data-set/cli.zos-jobs.submit.data-set.integration.test.ts:76:37)
Upload directory to PDS › should display the help: packages/cli/__tests__/zosfiles/__integration__/upload/dtp/cli.files.upload.dtp.integration.test.ts#L40
expect(received).toMatchSnapshot() Snapshot name: `Upload directory to PDS should display the help 1` - Snapshot - 180 + Received + 2 ================ Z/OS FILES UPLOAD DIRECTORY HELP =============== - - COMMAND NAME - ------------ - - dir-to-pds | dtp - - DESCRIPTION - ----------- - - Upload files from a local directory to a partitioned data set (PDS). - - USAGE - ----- - - zowe zos-files upload dir-to-pds <inputdir> <dataSetName> [options] - - POSITIONAL ARGUMENTS - -------------------- - - inputdir (string) - - The path for a local directory that you want to upload to a PDS - - dataSetName (string) - - The name of the partitioned data set to which you want to upload the files - - OPTIONS - ------- - - --binary | -b (boolean) - - Data content in binary mode, which means that no data conversion is performed. - The data transfer process returns each record as-is, without translation. No - delimiters are added between records. - - --encoding | --ec (string) - - Data content in encoding mode, which means that data conversion is performed - according to the encoding specified. - - --migrated-recall | --mr (string) - - The method by which migrated data set is handled. By default, a migrated data - set is recalled synchronously. You can specify the following values: wait, - nowait, error - - Default value: nowait - - --record | -r (boolean) - - Data content in record mode, which means that no data conversion is performed - and the record length is prepended to the data. The data transfer process - returns each line as-is, without translation. No delimiters are added between - records. Conflicts with binary. - - --volume-serial | --vs (string) - - The volume serial (VOLSER) where the data set resides. You can use this option - at any time. However, the VOLSER is required only when the data set is not - cataloged on the system. A VOLSER is analogous to a drive name on a PC. - - --response-timeout | --rto (number) - - The maximum amount of time in seconds the z/OSMF Files TSO servlet should run - before returning a response. Any request exceeding this amount of time will be - terminated and return an error. Allowed values: 5 - 600 - - ZOSMF CONNECTION OPTIONS - ------------------------ - - --host | -H (string) - - The z/OSMF server host name. - - --port | -P (number) - - The z/OSMF server port. - - Default value: 443 - - --user | -u (string) - - Mainframe (z/OSMF) user name, which can be the same as your TSO login. - - --password | --pass | --pw (string) - - Mainframe (z/OSMF) password, which can be the same as your TSO password. - - --reject-unauthorized | --ru (boolean) - - Reject self-signed certificates. - - Default value: true - - --base-path | --bp (string) - - The base path for your API mediation layer instance. Specify this option to - prepend the base path to all z/OSMF resources when making REST requests. Do not - specify this option if you are not using an API mediation layer. - - --protocol (string) - - The protocol used (HTTP or HTTPS) - - Default value: https - Allowed values: http, https - - --cert-file (local file path) - - The file path to a certificate file to use for authentication - - --cert-key-file (local file path) - - The file path to a certificate key file to use for authentication - - PROFILE OPTIONS - --------------- - - --zosmf-profile | --zosmf-p (string) - - The name of a (zosmf) profile to load for this command execution. - - --base-profile | --base-p (string) - - The name of a (base) profile to load for this command execution. - - BASE CONNECTION OPTIONS - ----------------------- - - --token-type | --tt (string) - - The type of token to get and use for the API. Omit this option to use the - default token type, which is provided by 'zowe auth login'. - - --token-v
Upload directory to PDS › Expected failures › should fail due to missing local directory name: packages/cli/__tests__/zosfiles/__integration__/upload/dtp/cli.files.upload.dtp.integration.test.ts#L47
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at packages/cli/__tests__/zosfiles/__integration__/upload/dtp/cli.files.upload.dtp.integration.test.ts:47:37 at packages/cli/__tests__/zosfiles/__integration__/upload/dtp/cli.files.upload.dtp.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/upload/dtp/cli.files.upload.dtp.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/upload/dtp/cli.files.upload.dtp.integration.test.ts:44:74)
Upload directory to PDS › Expected failures › should fail due to missing mf data set name: packages/cli/__tests__/zosfiles/__integration__/upload/dtp/cli.files.upload.dtp.integration.test.ts#L57
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at packages/cli/__tests__/zosfiles/__integration__/upload/dtp/cli.files.upload.dtp.integration.test.ts:57:37 at packages/cli/__tests__/zosfiles/__integration__/upload/dtp/cli.files.upload.dtp.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/upload/dtp/cli.files.upload.dtp.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/upload/dtp/cli.files.upload.dtp.integration.test.ts:53:70)
Upload local dir to uss dir › should display the help: packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts#L40
expect(received).toMatchSnapshot() Snapshot name: `Upload local dir to uss dir should display the help 1` - Snapshot - 257 + Received + 1 ================ Z/OS FILES UPLOAD LOCAL DIRECTORY TO USS DIRECTORY HELP=============== - - COMMAND NAME - ------------ - - dir-to-uss | dtu - - DESCRIPTION - ----------- - - Upload a local directory to a USS directory. - - An optional .zosattributes file in the source directory can be used to control - file conversion and tagging. - - An example .zosattributes file: - # pattern local-encoding remote-encoding - # Don't upload the node_modules directory - node_modules - - # Don't upload files that start with periods - .* - - # Upload jpg images in binary - *.jpg binary binary - # Convert CICS Node.js profiles to EBCDIC - *.profile ISO8859-1 EBCDIC - - Lines starting with the ‘#’ character are comments. Each line can specify up to - three positional attributes: - A pattern to match a set of files. Pattern-matching syntax follows - the same rules as those that apply in .gitignore files (note that negated - patterns that begin with ‘!’ are not supported). See - https://git-scm.com/docs/gitignore#_pattern_format. - A local-encoding to identify a file’s encoding on the local - workstation. If '-' is specified for local-encoding,files that match the pattern - are not transferred. - A remote-encoding to specify the file’s desired character set on USS. - This attribute must either match the local encoding or be set to EBCDIC. If set - to EBCDIC, files are transferred in text mode and converted, otherwise they are - transferred in binary mode. Remote files are tagged either with the remote - encoding or as binary. - - A .zosattributes file can either be placed in the top-level directory you want - to upload, or its location can be specified by using the --attributes parameter. - .zosattributes files that are placed in nested directories are ignored. - - - USAGE - ----- - - zowe zos-files upload dir-to-uss <inputDir> <USSDir> [options] - - POSITIONAL ARGUMENTS - -------------------- - - inputDir (string) - - The local directory path that you want to upload to a USS directory - - USSDir (string) - - The name of the USS directory to which you want to upload the local directory - - OPTIONS - ------- - - --binary | -b (boolean) - - Data content in binary mode, which means that no data conversion is performed. - The data transfer process returns each record as-is, without translation. No - delimiters are added between records. - - --recursive | -r (boolean) - - Upload all directories recursively. - - --binary-files | --bf (string) - - Comma separated list of file names to be uploaded in binary mode. Use this - option when you upload a directory in default ASCII mode, but you want to - specify certain files to be uploaded in binary mode. All files matching - specified file names will be uploaded in binary mode. If a .zosattributes file - (or equivalent file specified via --attributes) is present, --binary-files will - be ignored. - - --ascii-files | --af (string) - - Comma separated list of file names to be uploaded in ASCII mode. Use this option - when you upload a directory with --binary/-b flag, but you want to specify - certain files to be uploaded in ASCII mode. All files matching specified file - names will be uploaded in ASCII mode. If a .zosattributes file (or equivalent - file specified via --attributes) is present, --ascii-files will be ignored. - - --attributes | --attrs (string) - - Path of an attributes file to control how files are uploaded. - - --max-concurrent-requests | --mcr (number) - - Specifies the maximum number of concurrent z/OSMF REST API requests to upload - files. Increasing the value results in faster uploads. However, increasing the -
Upload local dir to uss dir › Expected failures › should fail due to missing input directory: packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts#L47
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:47:37 at packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:44:69)
Upload local dir to uss dir › Expected failures › should fail due to missing uss directory: packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts#L57
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:57:37 at packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:53:67)
Upload local dir to uss dir › Expected failures › should fail when local directory does not exist and no --inf flag: packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts#L65
expect(received).toContain(expected) // indexOf Expected substring: "no such file or directory" Received string: "" at packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:65:63 at packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:62:92)
Edit USS file › should display an error when command includes an undefined option: packages/cli/__tests__/zosfiles/__integration__/edit/uss/edit.uss.integration.test.ts#L50
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/edit/uss/edit.uss.integration.test.ts:50:33)
Edit USS file › should fail due to missing uss filename: packages/cli/__tests__/zosfiles/__integration__/edit/uss/edit.uss.integration.test.ts#L60
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at packages/cli/__tests__/zosfiles/__integration__/edit/uss/edit.uss.integration.test.ts:60:33 at packages/cli/__tests__/zosfiles/__integration__/edit/uss/edit.uss.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/edit/uss/edit.uss.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/edit/uss/edit.uss.integration.test.ts:57:62)
Search data sets › should fail if the maximum concurrent requests are out of range 2: packages/cli/__tests__/zosfiles/__integration__/search/ds/cli.files.search.ds.integration.test.ts#L69
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 110 at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/search/ds/cli.files.search.ds.integration.test.ts:69:33)
Create workflow cli system tests › Start workflow › Failure Scenarios › Should throw error if workflow step name is empty string.: packages/cli/__tests__/workflows/__integration__/start/workflowStep/cli.workflows.start.workflowStep.integration.test.ts#L34
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at packages/cli/__tests__/workflows/__integration__/start/workflowStep/cli.workflows.start.workflowStep.integration.test.ts:34:41 at packages/cli/__tests__/workflows/__integration__/start/workflowStep/cli.workflows.start.workflowStep.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/workflows/__integration__/start/workflowStep/cli.workflows.start.workflowStep.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/workflows/__integration__/start/workflowStep/cli.workflows.start.workflowStep.integration.test.ts:32:88)
Create workflow cli system tests › Start workflow › Failure Scenarios › Should throw error if workflow key is missing.: packages/cli/__tests__/workflows/__integration__/start/workflowStep/cli.workflows.start.workflowStep.integration.test.ts#L41
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at packages/cli/__tests__/workflows/__integration__/start/workflowStep/cli.workflows.start.workflowStep.integration.test.ts:41:41 at packages/cli/__tests__/workflows/__integration__/start/workflowStep/cli.workflows.start.workflowStep.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/workflows/__integration__/start/workflowStep/cli.workflows.start.workflowStep.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/workflows/__integration__/start/workflowStep/cli.workflows.start.workflowStep.integration.test.ts:39:77)
Upload local dir to uss dir › Expected failures › should fail when local directory does not exist and no --inf flag: packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts#L65
expect(received).toContain(expected) // indexOf Expected substring: "no such file or directory" Received string: "" at packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:65:63 at packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:62:92)
Upload file to data set › should display the help: packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts#L38
expect(received).toMatchSnapshot() Snapshot name: `Upload file to data set should display the help 1` - Snapshot - 176 + Received + 0 @@ -1,182 +1,6 @@ ================Z/OS FILES UPLOAD DATA SET HELP=============== - - COMMAND NAME - ------------ - - file-to-data-set | ftds - - DESCRIPTION - ----------- - - Upload the contents of a file to a z/OS data set. - - USAGE - ----- - - zowe zos-files upload file-to-data-set <inputfile> <dataSetName> [options] - - POSITIONAL ARGUMENTS - -------------------- - - inputfile (string) - - The local file that you want to upload to a data set - - dataSetName (string) - - The name of the data set to which you want to upload the file - - OPTIONS - ------- - - --binary | -b (boolean) - - Data content in binary mode, which means that no data conversion is performed. - The data transfer process returns each record as-is, without translation. No - delimiters are added between records. - - --encoding | --ec (string) - - Data content in encoding mode, which means that data conversion is performed - according to the encoding specified. - - --migrated-recall | --mr (string) - - The method by which migrated data set is handled. By default, a migrated data - set is recalled synchronously. You can specify the following values: wait, - nowait, error - - Default value: nowait - - --record | -r (boolean) - - Data content in record mode, which means that no data conversion is performed - and the record length is prepended to the data. The data transfer process - returns each line as-is, without translation. No delimiters are added between - records. Conflicts with binary. - - --volume-serial | --vs (string) - - The volume serial (VOLSER) where the data set resides. You can use this option - at any time. However, the VOLSER is required only when the data set is not - cataloged on the system. A VOLSER is analogous to a drive name on a PC. - - --response-timeout | --rto (number) - - The maximum amount of time in seconds the z/OSMF Files TSO servlet should run - before returning a response. Any request exceeding this amount of time will be - terminated and return an error. Allowed values: 5 - 600 - - ZOSMF CONNECTION OPTIONS - ------------------------ - - --host | -H (string) - - The z/OSMF server host name. - - --port | -P (number) - - The z/OSMF server port. - - Default value: 443 - - --user | -u (string) - - Mainframe (z/OSMF) user name, which can be the same as your TSO login. - - --password | --pass | --pw (string) - - Mainframe (z/OSMF) password, which can be the same as your TSO password. - - --reject-unauthorized | --ru (boolean) - - Reject self-signed certificates. - - Default value: true - - --base-path | --bp (string) - - The base path for your API mediation layer instance. Specify this option to - prepend the base path to all z/OSMF resources when making REST requests. Do not - specify this option if you are not using an API mediation layer. - - --protocol (string) - - The protocol used (HTTP or HTTPS) - - Default value: https - Allowed values: http, https - - --cert-file (local file path) - - The file path to a certificate file to use for authentication - - --cert-key-file (local file path) - - The file path to a certificate key file to use for authentication - - PROFILE OPTIONS - --------------- - - --zosmf-profile | --zosmf-p (string) - - The name of a (zosmf) profile to load for this command execution. - - --base-profile | --base-p (string) - - The name of a (base) profile to load for this command execution. - - BASE CONNECTION OPTIONS - ----------------------- - - --token-type | --tt (string) - - The type of token to get and use for the API. Omit this option to use the - default token type, which is provided by 'zowe auth login'. - - --token-value | --tv (
Download Dataset Matching › should display the help: packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts#L39
expect(received).toMatchSnapshot() Snapshot name: `Download Dataset Matching should display the help 1` - Snapshot - 8 + Received + 1 @@ -225,13 +225,6 @@ set low level qualifier to local file extension: $ zowe zos-files download data-sets-matching "ibmuser.public.project.*, ibmuser.project.private.*" --exclude-patterns "ibmuser.public.**.*lib" --directory project --extension-map cpgm=c,asmpgm=asm,java=java,chdr=c,jcl=jcl,cntl=jcl ================Z/OS FILES DOWNLOAD DATASET MATCHING HELP WITH RFJ=========== - { - "success": true, - "exitCode": 0, - "message": "The help was constructed for command: data-sets-matching.", - "stdout": "\n COMMAND NAME\n ------------\n\n data-sets-matching | dsm | data-set-matching\n\n DESCRIPTION\n -----------\n\n Download all data sets that match a DSLEVEL pattern (see help below). You can\n use several options to qualify which data sets will be skipped and how the\n downloaded files will be structured. Data sets that are neither physical\n sequential nor partitioned data sets (with members) will be excluded.\n\n USAGE\n -----\n\n zowe zos-files download data-sets-matching <pattern> [options]\n\n POSITIONAL ARGUMENTS\n --------------------\n\n pattern\t\t (string)\n\n The pattern or patterns to match data sets against. Also known as 'DSLEVEL'. The\n following special sequences can be used in the pattern:\n %: matches any single character\n *: matches any number of characters within a data set name qualifier (e.g.\n \"ibmuser.j*.old\" matches \"ibmuser.jcl.old\" but not \"ibmuser.jcl.very.old\")\n **: matches any number of characters within any number of data set name\n qualifiers (e.g. \"ibmuser.**.old\" matches both \"ibmuser.jcl.old\" and\n \"ibmuser.jcl.very.old\")\n However, the pattern cannot begin with any of these sequences. You can specify\n multiple patterns separated by commas, for example\n \"ibmuser.**.cntl,ibmuser.**.jcl\"\n\n OPTIONS\n -------\n\n --binary | -b (boolean)\n\n Download the file content in binary mode, which means that no data conversion is\n performed. The data transfer process returns each line as-is, without\n translation. No delimiters are added between records.\n\n --directory | -d (string)\n\n The directory to where you want to save the members. The command creates the\n directory for you when it does not already exist. By default, the command\n creates a folder structure based on the data set qualifiers. For example, the\n data set ibmuser.new.cntl's members are downloaded to ibmuser/new/cntl).\n\n --encoding | --ec (string)\n\n Download the file content with encoding mode, which means that data conversion\n is performed using the file encoding specified.\n\n --exclude-patterns | --ep (string)\n\n Exclude data sets that match these DSLEVEL patterns. Any data sets that match\n this pattern will not be downloaded.\n\n --extension | -e (string)\n\n Save the local files with a specified file extension. For example, .txt. Or \"\"\n for no extension. When no extension is specified, .txt is used as the default\n file extension.\n\n --extension-map | --em (string)\n\n Use this option to map data set names that match your pattern to the desired\n extension. A comma delimited key value pairing (e.g. \"cntl=.jcl,cpgm=.c\" to map\n the last segment of each data set (also known as the \"low level qualifier\" to\n the desired local file extension).\n\n --fail-fast | --ff (boolean)\n\n Set this option to false to continue downloading data set members if one or more\n fail.\n\n Default value: true\n\n --max-concurrent-requests | --mcr (number)\n\n Specifies the maximum number of concurrent z/OSMF REST API requests to download\n members. Increasing the value results in faster downloads. However, increasing\n the value increases resource consumption on z/OS and can be prone to errors\n caused by making too many concurrent requests. If the
Download Dataset Matching › should fail due to missing pattern: packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts#L45
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts:45:33 at packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts:42:57)
Download Dataset Matching › should fail due to specifying both extension and extensionMap: packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts#L62
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts:62:33 at packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts:59:84)
Edit USS file › should display the help: packages/cli/__tests__/zosfiles/__integration__/edit/uss/edit.uss.integration.test.ts#L37
expect(received).toMatchSnapshot() Snapshot name: `Edit USS file should display the help 1` - Snapshot - 156 + Received + 0 ================Z/OS FILES EDIT USS FILE HELP=============== - COMMAND NAME - ------------ - - uss-file | uss | uf - - DESCRIPTION - ----------- - - Edit content from a Unix System Services (USS) file with your terminal and - default editor. - - USAGE - ----- - - zowe zos-files edit uss-file <ussFilePath> [options] - - POSITIONAL ARGUMENTS - -------------------- - - ussFilePath (string) - - The path of the USS file you want to edit. - - OPTIONS - ------- - - --editor | --ed (string) - - Editor that overrides the default editor for this file type. Set the option to - the editor's executable file location or the program's name: ie "--editor - notepad" - - --binary | -b (boolean) - - Transfer the file content in binary mode (no EBCDIC to ASCII conversion). - - --encoding | --ec (string) - - Transfer the file content with encoding mode, which means that data conversion - is performed using the file encoding specified. - - --response-timeout | --rto (number) - - The maximum amount of time in seconds the z/OSMF Files TSO servlet should run - before returning a response. Any request exceeding this amount of time will be - terminated and return an error. Allowed values: 5 - 600 - - ZOSMF CONNECTION OPTIONS - ------------------------ - - --host | -H (string) - - The z/OSMF server host name. - - --port | -P (number) - - The z/OSMF server port. - - Default value: 443 - - --user | -u (string) - - Mainframe (z/OSMF) user name, which can be the same as your TSO login. - - --password | --pass | --pw (string) - - Mainframe (z/OSMF) password, which can be the same as your TSO password. - - --reject-unauthorized | --ru (boolean) - - Reject self-signed certificates. - - Default value: true - - --base-path | --bp (string) - - The base path for your API mediation layer instance. Specify this option to - prepend the base path to all z/OSMF resources when making REST requests. Do not - specify this option if you are not using an API mediation layer. - - --protocol (string) - - The protocol used (HTTP or HTTPS) - - Default value: https - Allowed values: http, https - - --cert-file (local file path) - - The file path to a certificate file to use for authentication - - --cert-key-file (local file path) - - The file path to a certificate key file to use for authentication - - PROFILE OPTIONS - --------------- - - --zosmf-profile | --zosmf-p (string) - - The name of a (zosmf) profile to load for this command execution. - - --base-profile | --base-p (string) - - The name of a (base) profile to load for this command execution. - - BASE CONNECTION OPTIONS - ----------------------- - - --token-type | --tt (string) - - The type of token to get and use for the API. Omit this option to use the - default token type, which is provided by 'zowe auth login'. - - --token-value | --tv (string) - - The value of the token to pass to the API. - - GLOBAL OPTIONS - -------------- - - --show-inputs-only (boolean) - - Show command inputs and do not run the command - - --response-format-json | --rfj (boolean) - - Produce JSON formatted data from a command - - --help | -h (boolean) - - Display help text - - --help-web | --hw (boolean) - - Display HTML help in browser - - EXAMPLES - -------- - - - Edit the contents of the USS file "/a/ibmuser/my_text.txt" - in notepad: - - $ zowe zos-files edit uss-file /a/ibmuser/my_text.txt --editor notepad - - - Edit the contents of the USS file "/a/ibmuser/my_text.txt" - in notepad: - - $ zowe zos-files edit uss-file /a/ibmuser/my_text.txt --editor C:\Windows\System32\Notepad.exe - - - Edit the contents of the USS file "/a/ibmuser/my_jcl.jcl" - with binary flag set: - -
Edit USS file › should display the help in json format: packages/cli/__tests__/zosfiles/__integration__/edit/uss/edit.uss.integration.test.ts#L45
expect(received).toMatchSnapshot() Snapshot name: `Edit USS file should display the help in json format 1` - Snapshot - 8 + Received + 1 ================Z/OS FILES EDIT USS FILE HELP=============== - { - "success": true, - "exitCode": 0, - "message": "The help was constructed for command: uss-file.", - "stdout": "\n COMMAND NAME\n ------------\n\n uss-file | uss | uf\n\n DESCRIPTION\n -----------\n\n Edit content from a Unix System Services (USS) file with your terminal and\n default editor.\n\n USAGE\n -----\n\n zowe zos-files edit uss-file <ussFilePath> [options]\n\n POSITIONAL ARGUMENTS\n --------------------\n\n ussFilePath\t\t (string)\n\n The path of the USS file you want to edit.\n\n OPTIONS\n -------\n\n --editor | --ed (string)\n\n Editor that overrides the default editor for this file type. Set the option to\n the editor's executable file location or the program's name: ie \"--editor\n notepad\"\n\n --binary | -b (boolean)\n\n Transfer the file content in binary mode (no EBCDIC to ASCII conversion).\n\n --encoding | --ec (string)\n\n Transfer the file content with encoding mode, which means that data conversion\n is performed using the file encoding specified.\n\n --response-timeout | --rto (number)\n\n The maximum amount of time in seconds the z/OSMF Files TSO servlet should run\n before returning a response. Any request exceeding this amount of time will be\n terminated and return an error. Allowed values: 5 - 600\n\n ZOSMF CONNECTION OPTIONS\n ------------------------\n\n --host | -H (string)\n\n The z/OSMF server host name.\n\n --port | -P (number)\n\n The z/OSMF server port.\n\n Default value: 443\n\n --user | -u (string)\n\n Mainframe (z/OSMF) user name, which can be the same as your TSO login.\n\n --password | --pass | --pw (string)\n\n Mainframe (z/OSMF) password, which can be the same as your TSO password.\n\n --reject-unauthorized | --ru (boolean)\n\n Reject self-signed certificates.\n\n Default value: true\n\n --base-path | --bp (string)\n\n The base path for your API mediation layer instance. Specify this option to\n prepend the base path to all z/OSMF resources when making REST requests. Do not\n specify this option if you are not using an API mediation layer.\n\n --protocol (string)\n\n The protocol used (HTTP or HTTPS)\n\n Default value: https\n Allowed values: http, https\n\n --cert-file (local file path)\n\n The file path to a certificate file to use for authentication\n\n --cert-key-file (local file path)\n\n The file path to a certificate key file to use for authentication\n\n PROFILE OPTIONS\n ---------------\n\n --zosmf-profile | --zosmf-p (string)\n\n The name of a (zosmf) profile to load for this command execution.\n\n --base-profile | --base-p (string)\n\n The name of a (base) profile to load for this command execution.\n\n BASE CONNECTION OPTIONS\n -----------------------\n\n --token-type | --tt (string)\n\n The type of token to get and use for the API. Omit this option to use the\n default token type, which is provided by 'zowe auth login'.\n\n --token-value | --tv (string)\n\n The value of the token to pass to the API.\n\n GLOBAL OPTIONS\n --------------\n\n --show-inputs-only (boolean)\n\n Show command inputs and do not run the command\n\n --response-format-json | --rfj (boolean)\n\n Produce JSON formatted data from a command\n\n --help | -h (boolean)\n\n Display help text\n\n --help-web | --hw (boolean)\n\n Display HTML help in browser\n\n EXAMPLES\n --------\n\n - Edit the contents of the USS file \"/a/ibmuser/my_text.txt\"\n in notepad:\n\n $ zowe zos-files edit uss-file /a/ibmuser/my_text.txt --editor notepad\n\n - Edit the contents of the USS file \"/a/ibmuser/my_text.txt\"\n in notepad:\n\n $ zowe zos-files edit uss-file /a/ibmuser/my_text.txt --editor C:\\Windows\\System32\\Notepad.exe\n\n - Edit the contents of the USS file
Create workflow cli system tests › Start workflow › Display Help › should display start workflow-step help: packages/cli/__tests__/workflows/__integration__/start/workflowStep/cli.workflows.start.workflowStep.integration.test.ts#L68
expect(received).toMatchSnapshot() Snapshot name: `Create workflow cli system tests Start workflow Display Help should display start workflow-step help 1` - Snapshot - 168 + Received + 0 @@ -1,174 +1,6 @@ ================Z/OS WORKFLOWS START WORKFLOW-STEP HELP=============== - - COMMAND NAME - ------------ - - workflow-step | ws - - DESCRIPTION - ----------- - - Will run given step of workflow instance plus following steps if specified by - --perform-following-steps option. - - USAGE - ----- - - zowe zos-workflows start workflow-step <stepName> [options] - - POSITIONAL ARGUMENTS - -------------------- - - stepName (string) - - Specifies the step name that will be run. - - OPTIONS - ------- - - --workflow-key | --wk (string) - - Workflow key of workflow instance to be started - - --workflow-name | --wn (string) - - Workflow name of workflow instance to be started - - --resolve-conflict-by | --rcb (string) - - How variable conflicts should be handled. - Options: - outputFileValue: Allow the output file values to override the existing values. - existingValue: Use the existing variables values instead of the output file - values. - leaveConflict: Automation is stopped. The user must resolve the conflict - manually. - - Default value: outputFileValue - Allowed values: outputFileValue, existingValue, leaveConflict - - --perform-following-steps | --pfs (boolean) - - Identifies whether to perform also following steps in the workflow instance. - - Default value: false - - ZOSMF CONNECTION OPTIONS - ------------------------ - - --host | -H (string) - - The z/OSMF server host name. - - --port | -P (number) - - The z/OSMF server port. - - Default value: 443 - - --user | -u (string) - - Mainframe (z/OSMF) user name, which can be the same as your TSO login. - - --password | --pass | --pw (string) - - Mainframe (z/OSMF) password, which can be the same as your TSO password. - - --reject-unauthorized | --ru (boolean) - - Reject self-signed certificates. - - Default value: true - - --base-path | --bp (string) - - The base path for your API mediation layer instance. Specify this option to - prepend the base path to all z/OSMF resources when making REST requests. Do not - specify this option if you are not using an API mediation layer. - - --protocol (string) - - The protocol used (HTTP or HTTPS) - - Default value: https - Allowed values: http, https - - --cert-file (local file path) - - The file path to a certificate file to use for authentication - - --cert-key-file (local file path) - - The file path to a certificate key file to use for authentication - - PROFILE OPTIONS - --------------- - - --zosmf-profile | --zosmf-p (string) - - The name of a (zosmf) profile to load for this command execution. - - --base-profile | --base-p (string) - - The name of a (base) profile to load for this command execution. - - BASE CONNECTION OPTIONS - ----------------------- - - --token-type | --tt (string) - - The type of token to get and use for the API. Omit this option to use the - default token type, which is provided by 'zowe auth login'. - - --token-value | --tv (string) - - The value of the token to pass to the API. - - GLOBAL OPTIONS - -------------- - - --show-inputs-only (boolean) - - Show command inputs and do not run the command - - --response-format-json | --rfj (boolean) - - Produce JSON formatted data from a command - - --help | -h (boolean) - - Display help text - - --help-web | --hw (boolean) - - Display HTML help in browser - - EXAMPLES - -------- - - - To start step "Step1" only in a workflow instance in z/OSMF - with workflow key "d043b5f1-adab-48e7-b7c3-d41cd95fa4b0": - - $ zowe zos-workflows start workflow-step "Step1" --workflow-key "d043b5f1-adab-48e7-b7c3-d41cd95fa4b0" - - - To start a
Search data sets › should display the help: packages/cli/__tests__/zosfiles/__integration__/search/ds/cli.files.search.ds.integration.test.ts#L37
expect(received).toMatchSnapshot() Snapshot name: `Search data sets should display the help 1` - Snapshot - 192 + Received + 0 @@ -1,198 +1,6 @@ ================Z/OS FILES SEARCH DATA SETS HELP=============== - - COMMAND NAME - ------------ - - data-sets | ds - - DESCRIPTION - ----------- - - Search all data sets and PDS members that match the data set name for a search - term. - - USAGE - ----- - - zowe zos-files search data-sets <pattern> <searchString> [options] - - POSITIONAL ARGUMENTS - -------------------- - - pattern (string) - - The pattern to match data sets against. Also known as 'DSLEVEL'. The following - special sequences can be used in the pattern: - %: matches any single character - *: matches any number of characters within a data set name qualifier (e.g. - "ibmuser.j*.old" matches "ibmuser.jcl.old" but not "ibmuser.jcl.very.old") - **: matches any number of characters within any number of data set name - qualifiers (e.g. "ibmuser.**.old" matches both "ibmuser.jcl.old" and - "ibmuser.jcl.very.old") - However, the pattern cannot begin with any of these sequences. You can specify - multiple patterns separated by commas, for example - "ibmuser.**.cntl,ibmuser.**.jcl" - - searchString (string) - - The parameter to search for. - - OPTIONS - ------- - - --case-sensitive | --cs (boolean) - - The search should be case sensitive - - Default value: false - - --encoding | --ec (string) - - Search the file content with encoding mode, which means that data conversion is - performed using the file encoding specified. - - --mainframe-search | --ms (boolean) - - Perform a preliminary search on the mainframe, reducing network traffic. - However, this option does not work with data sets that contain binary data. This - option should be omitted if any data sets may be in binary format. Failure to do - so may result in an incomplete set of search results. - - Default value: false - - --max-concurrent-requests | --mcr (number) - - Specifies the maximum number of concurrent z/OSMF REST API requests to search - files. Increasing the value results in faster searches. However, increasing the - value increases resource consumption on z/OS and can be prone to errors caused - by making too many concurrent requests. - - Default value: 1 - - --timeout | --to (number) - - The number of seconds to search before timing out. - - --response-timeout | --rto (number) - - The maximum amount of time in seconds the z/OSMF Files TSO servlet should run - before returning a response. Any request exceeding this amount of time will be - terminated and return an error. Allowed values: 5 - 600 - - ZOSMF CONNECTION OPTIONS - ------------------------ - - --host | -H (string) - - The z/OSMF server host name. - - --port | -P (number) - - The z/OSMF server port. - - Default value: 443 - - --user | -u (string) - - Mainframe (z/OSMF) user name, which can be the same as your TSO login. - - --password | --pass | --pw (string) - - Mainframe (z/OSMF) password, which can be the same as your TSO password. - - --reject-unauthorized | --ru (boolean) - - Reject self-signed certificates. - - Default value: true - - --base-path | --bp (string) - - The base path for your API mediation layer instance. Specify this option to - prepend the base path to all z/OSMF resources when making REST requests. Do not - specify this option if you are not using an API mediation layer. - - --protocol (string) - - The protocol used (HTTP or HTTPS) - - Default value: https - Allowed values: http, https - - --cert-file (local file path) - - The file path to a certificate file to use for authentication - - --cert-key-file (local file path) - - The file path to a certificate key file to use for authentication - - PROFILE OPTIONS - --------
Search data sets › should fail due to missing data set name: packages/cli/__tests__/zosfiles/__integration__/search/ds/cli.files.search.ds.integration.test.ts#L43
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/search/ds/cli.files.search.ds.integration.test.ts:43:33)
Upload file to data set › should display the help: packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts#L38
expect(received).toMatchSnapshot() Snapshot name: `Upload file to data set should display the help 1` - Snapshot - 176 + Received + 0 @@ -1,182 +1,6 @@ ================Z/OS FILES UPLOAD DATA SET HELP=============== - - COMMAND NAME - ------------ - - file-to-data-set | ftds - - DESCRIPTION - ----------- - - Upload the contents of a file to a z/OS data set. - - USAGE - ----- - - zowe zos-files upload file-to-data-set <inputfile> <dataSetName> [options] - - POSITIONAL ARGUMENTS - -------------------- - - inputfile (string) - - The local file that you want to upload to a data set - - dataSetName (string) - - The name of the data set to which you want to upload the file - - OPTIONS - ------- - - --binary | -b (boolean) - - Data content in binary mode, which means that no data conversion is performed. - The data transfer process returns each record as-is, without translation. No - delimiters are added between records. - - --encoding | --ec (string) - - Data content in encoding mode, which means that data conversion is performed - according to the encoding specified. - - --migrated-recall | --mr (string) - - The method by which migrated data set is handled. By default, a migrated data - set is recalled synchronously. You can specify the following values: wait, - nowait, error - - Default value: nowait - - --record | -r (boolean) - - Data content in record mode, which means that no data conversion is performed - and the record length is prepended to the data. The data transfer process - returns each line as-is, without translation. No delimiters are added between - records. Conflicts with binary. - - --volume-serial | --vs (string) - - The volume serial (VOLSER) where the data set resides. You can use this option - at any time. However, the VOLSER is required only when the data set is not - cataloged on the system. A VOLSER is analogous to a drive name on a PC. - - --response-timeout | --rto (number) - - The maximum amount of time in seconds the z/OSMF Files TSO servlet should run - before returning a response. Any request exceeding this amount of time will be - terminated and return an error. Allowed values: 5 - 600 - - ZOSMF CONNECTION OPTIONS - ------------------------ - - --host | -H (string) - - The z/OSMF server host name. - - --port | -P (number) - - The z/OSMF server port. - - Default value: 443 - - --user | -u (string) - - Mainframe (z/OSMF) user name, which can be the same as your TSO login. - - --password | --pass | --pw (string) - - Mainframe (z/OSMF) password, which can be the same as your TSO password. - - --reject-unauthorized | --ru (boolean) - - Reject self-signed certificates. - - Default value: true - - --base-path | --bp (string) - - The base path for your API mediation layer instance. Specify this option to - prepend the base path to all z/OSMF resources when making REST requests. Do not - specify this option if you are not using an API mediation layer. - - --protocol (string) - - The protocol used (HTTP or HTTPS) - - Default value: https - Allowed values: http, https - - --cert-file (local file path) - - The file path to a certificate file to use for authentication - - --cert-key-file (local file path) - - The file path to a certificate key file to use for authentication - - PROFILE OPTIONS - --------------- - - --zosmf-profile | --zosmf-p (string) - - The name of a (zosmf) profile to load for this command execution. - - --base-profile | --base-p (string) - - The name of a (base) profile to load for this command execution. - - BASE CONNECTION OPTIONS - ----------------------- - - --token-type | --tt (string) - - The type of token to get and use for the API. Omit this option to use the - default token type, which is provided by 'zowe auth login'. - - --token-value | --tv (
Upload file to data set › Expected failures › should fail due to missing data set name: packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts#L45
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts:45:37 at packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts:42:67)
Upload file to data set › Expected failures › should fail when local file does not exist: packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts#L53
expect(received).toContain(expected) // indexOf Expected substring: "no such file or directory, lstat" Received string: "" at packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts:53:63 at packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts:50:69)
Upload file to data set › Expected failures › should fail when binary and record are both specified: packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts#L60
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts:60:37 at packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts:57:80)
Upload local dir to uss dir › should display the help: packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts#L37
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "I/O error during daemon communication. Details = Broken pipe (os error 32) " at packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:37:44 at packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:34:46)
Upload local dir to uss dir › Expected failures › should fail due to missing input directory: packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts#L47
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:47:37 at packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/upload/dtu/cli.files.upload.dtu.integration.test.ts:44:69)
Download Dataset Matching › should fail due to specifying both binary and record: packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts#L53
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts:53:33 at packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts:50:75)
Upload file to data set › should display the help: packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts#L35
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts:35:44 at packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/upload/ftds/cli.files.upload.ftds.integration.test.ts:32:46)
Edit USS file › should display the help: packages/cli/__tests__/zosfiles/__integration__/edit/uss/edit.uss.integration.test.ts#L36
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zosfiles/__integration__/edit/uss/edit.uss.integration.test.ts:36:44 at packages/cli/__tests__/zosfiles/__integration__/edit/uss/edit.uss.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/edit/uss/edit.uss.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/edit/uss/edit.uss.integration.test.ts:32:46)
zos-jobs view job-status-by-jobid command › should display the help: packages/cli/__tests__/zosjobs/__integration__/view/cli.zos-jobs.view.job-status-by-jobid.integration.test.ts#L35
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosjobs/__integration__/view/cli.zos-jobs.view.job-status-by-jobid.integration.test.ts:35:44)
zos-console collect response › should display the help: packages/cli/__tests__/zosconsole/__integration__/collect/cli.zos-console.collect.response.integration.test.ts#L35
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zosconsole/__integration__/collect/cli.zos-console.collect.response.integration.test.ts:35:44 at packages/cli/__tests__/zosconsole/__integration__/collect/cli.zos-console.collect.response.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosconsole/__integration__/collect/cli.zos-console.collect.response.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosconsole/__integration__/collect/cli.zos-console.collect.response.integration.test.ts:33:46)
View data set › should display the help: packages/cli/__tests__/zosfiles/__integration__/view/ds/cli.files.view.ds.integration.test.ts#L37
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zosfiles/__integration__/view/ds/cli.files.view.ds.integration.test.ts:37:44 at packages/cli/__tests__/zosfiles/__integration__/view/ds/cli.files.view.ds.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/view/ds/cli.files.view.ds.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/view/ds/cli.files.view.ds.integration.test.ts:33:46)
Create Classic Data Set › should display the help: packages/cli/__tests__/zosfiles/__integration__/create/classicPds/cli.files.create.dataset.classic.integration.test.ts#L33
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/create/classicPds/cli.files.create.dataset.classic.integration.test.ts:33:44)
zos-tso stop address-space › should display the help: packages/cli/__tests__/zostso/__integration__/stop/cli.zos-tso.stop.address-space.integration.test.ts#L33
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zostso/__integration__/stop/cli.zos-tso.stop.address-space.integration.test.ts:33:44 at packages/cli/__tests__/zostso/__integration__/stop/cli.zos-tso.stop.address-space.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zostso/__integration__/stop/cli.zos-tso.stop.address-space.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zostso/__integration__/stop/cli.zos-tso.stop.address-space.integration.test.ts:31:46)
View USS file › should display the help: packages/cli/__tests__/zosfiles/__integration__/view/uss/cli.files.view.uss.integration.test.ts#L36
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zosfiles/__integration__/view/uss/cli.files.view.uss.integration.test.ts:36:44 at packages/cli/__tests__/zosfiles/__integration__/view/uss/cli.files.view.uss.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/view/uss/cli.files.view.uss.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/view/uss/cli.files.view.uss.integration.test.ts:32:46)
zos-jobs download command › should display the help: packages/cli/__tests__/zosjobs/__integration__/download/cli.zos-jobs.download.integration.test.ts#L30
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) The Zowe daemon is in use, retrying (2 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosjobs/__integration__/download/cli.zos-jobs.download.integration.test.ts:30:44)
test (22.x, ubuntu-latest)
Process completed with exit code 1.
zos-jobs submit uss-file command › should display the help: packages/cli/__tests__/zosjobs/__integration__/submit/uss-file/cli.zos-jobs.submit.uss-file.integration.test.ts#L36
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) The Zowe daemon is in use, retrying (2 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosjobs/__integration__/submit/uss-file/cli.zos-jobs.submit.uss-file.integration.test.ts:36:44)
zos-tso stop › should display the help: packages/cli/__tests__/zostso/__integration__/stop/cli.zos-tso.stop.integration.test.ts#L31
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zostso/__integration__/stop/cli.zos-tso.stop.integration.test.ts:31:44 at packages/cli/__tests__/zostso/__integration__/stop/cli.zos-tso.stop.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zostso/__integration__/stop/cli.zos-tso.stop.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zostso/__integration__/stop/cli.zos-tso.stop.integration.test.ts:29:46)
Delete active workflow integration test › Should throw error if no option is chosen.: packages/cli/__tests__/workflows/__integration__/delete/activeWorkflow/cli.workflows.delete.activeworkflow.integration.test.ts#L31
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 110 at packages/cli/__tests__/workflows/__integration__/delete/activeWorkflow/cli.workflows.delete.activeworkflow.integration.test.ts:31:33 at packages/cli/__tests__/workflows/__integration__/delete/activeWorkflow/cli.workflows.delete.activeworkflow.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/workflows/__integration__/delete/activeWorkflow/cli.workflows.delete.activeworkflow.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/workflows/__integration__/delete/activeWorkflow/cli.workflows.delete.activeworkflow.integration.test.ts:29:65)
zos-console collect response › should display the help: packages/cli/__tests__/zosconsole/__integration__/collect/cli.zos-console.collect.response.integration.test.ts#L35
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zosconsole/__integration__/collect/cli.zos-console.collect.response.integration.test.ts:35:44 at packages/cli/__tests__/zosconsole/__integration__/collect/cli.zos-console.collect.response.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosconsole/__integration__/collect/cli.zos-console.collect.response.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosconsole/__integration__/collect/cli.zos-console.collect.response.integration.test.ts:33:46)
zos-uss issue ssh command › should display the help: packages/cli/__tests__/zosuss/__integration__/issue/cli.zos-uss.issue.ssh.integration.test.ts#L34
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosuss/__integration__/issue/cli.zos-uss.issue.ssh.integration.test.ts:34:44)
View data set › should display the help: packages/cli/__tests__/zosfiles/__integration__/view/ds/cli.files.view.ds.integration.test.ts#L37
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zosfiles/__integration__/view/ds/cli.files.view.ds.integration.test.ts:37:44 at packages/cli/__tests__/zosfiles/__integration__/view/ds/cli.files.view.ds.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/view/ds/cli.files.view.ds.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/view/ds/cli.files.view.ds.integration.test.ts:33:46)
List USS file › should display the help: packages/cli/__tests__/zosfiles/__integration__/list/uss/cli.files.list.uss.integration.test.ts#L36
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) The Zowe daemon is in use, retrying (2 of 60) The Zowe daemon is in use, retrying (3 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/list/uss/cli.files.list.uss.integration.test.ts:36:44)
test (20.x, ubuntu-latest)
Process completed with exit code 1.
zos-console › should display the help: packages/cli/__tests__/zosconsole/__integration__/root/cli.zos-console.integration.test.ts#L31
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zosconsole/__integration__/root/cli.zos-console.integration.test.ts:31:44 at packages/cli/__tests__/zosconsole/__integration__/root/cli.zos-console.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosconsole/__integration__/root/cli.zos-console.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosconsole/__integration__/root/cli.zos-console.integration.test.ts:29:46)
zos-jobs view all-spool-content command › should display the help: packages/cli/__tests__/zosjobs/__integration__/view/cli.zos-jobs.view.all-spool-content.integration.test.ts#L35
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "I/O error during daemon communication. Details = Broken pipe (os error 32) " at Object.<anonymous> (packages/cli/__tests__/zosjobs/__integration__/view/cli.zos-jobs.view.all-spool-content.integration.test.ts:35:44)
Download Dataset Matching › should display the help: packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts#L37
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/download/dsm/cli.files.download.dsm.integration.test.ts:37:44)
Delete archived workflow integration test › should display delete workflow help: packages/cli/__tests__/workflows/__integration__/delete/archivedWorkflow/cli.workflows.delete.archivedworkflow.integration.test.ts#L58
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/workflows/__integration__/delete/archivedWorkflow/cli.workflows.delete.archivedworkflow.integration.test.ts:58:44 at packages/cli/__tests__/workflows/__integration__/delete/archivedWorkflow/cli.workflows.delete.archivedworkflow.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/workflows/__integration__/delete/archivedWorkflow/cli.workflows.delete.archivedworkflow.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/workflows/__integration__/delete/archivedWorkflow/cli.workflows.delete.archivedworkflow.integration.test.ts:56:58)
List Active Workflows › should display the help: packages/cli/__tests__/workflows/__integration__/workflow/cli.workflows.archive.workflow.integration.test.ts#L37
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/workflows/__integration__/workflow/cli.workflows.archive.workflow.integration.test.ts:37:44 at packages/cli/__tests__/workflows/__integration__/workflow/cli.workflows.archive.workflow.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/workflows/__integration__/workflow/cli.workflows.archive.workflow.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/workflows/__integration__/workflow/cli.workflows.archive.workflow.integration.test.ts:33:46)
zos-jobs view spool-file-by-id command › should display the help: packages/cli/__tests__/zosjobs/__integration__/view/cli.zos-jobs.view.spool-file-by-id.integration.test.ts#L34
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosjobs/__integration__/view/cli.zos-jobs.view.spool-file-by-id.integration.test.ts:34:44)
zos-console collect response › should display the help: packages/cli/__tests__/zosconsole/__integration__/collect/cli.zos-console.collect.response.integration.test.ts#L35
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zosconsole/__integration__/collect/cli.zos-console.collect.response.integration.test.ts:35:44 at packages/cli/__tests__/zosconsole/__integration__/collect/cli.zos-console.collect.response.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosconsole/__integration__/collect/cli.zos-console.collect.response.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosconsole/__integration__/collect/cli.zos-console.collect.response.integration.test.ts:33:46)
Create C Data Set › should display the help: packages/cli/__tests__/zosfiles/__integration__/create/cPds/cli.files.create.dataset.c.integration.test.ts#L35
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/create/cPds/cli.files.create.dataset.c.integration.test.ts:35:44)
List all mounted filesystems › should display the help: packages/cli/__tests__/zosfiles/__integration__/list/fs/cli.files.list.fs.integration.test.ts#L38
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) The Zowe daemon is in use, retrying (2 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/list/fs/cli.files.list.fs.integration.test.ts:38:44)
zos-jobs list spool-files-by-jobid command › should display the help: packages/cli/__tests__/zosjobs/__integration__/list/cli.zos-jobs.list.spool-files-by-jobid.integration.test.ts#L34
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosjobs/__integration__/list/cli.zos-jobs.list.spool-files-by-jobid.integration.test.ts:34:44)
zos-jobs submit data-set command › should display the help: packages/cli/__tests__/zosjobs/__integration__/submit/data-set/cli.zos-jobs.submit.data-set.integration.test.ts#L36
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosjobs/__integration__/submit/data-set/cli.zos-jobs.submit.data-set.integration.test.ts:36:44)
zos-jobs search job command › should display the help: packages/cli/__tests__/zosjobs/__integration__/search/cli.zos-jobs.search.job.integration.test.ts#L35
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosjobs/__integration__/search/cli.zos-jobs.search.job.integration.test.ts:35:44)
zos-tso › should display the help: packages/cli/__tests__/zostso/__integration__/root/cli.zos-tso.integration.test.ts#L31
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zostso/__integration__/root/cli.zos-tso.integration.test.ts:31:44 at packages/cli/__tests__/zostso/__integration__/root/cli.zos-tso.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zostso/__integration__/root/cli.zos-tso.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zostso/__integration__/root/cli.zos-tso.integration.test.ts:29:46)
Delete migrated Data Set › Success scenarios › should display the help: packages/cli/__tests__/zosfiles/__integration__/delete/mds/cli.files.delete.mds.integration.test.ts#L38
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zosfiles/__integration__/delete/mds/cli.files.delete.mds.integration.test.ts:38:48 at packages/cli/__tests__/zosfiles/__integration__/delete/mds/cli.files.delete.mds.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/delete/mds/cli.files.delete.mds.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/delete/mds/cli.files.delete.mds.integration.test.ts:34:50)
Create z/OS USS file › should display the help: packages/cli/__tests__/zosfiles/__integration__/create/ussFile/cli.files.create.file.integration.test.ts#L35
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/create/ussFile/cli.files.create.file.integration.test.ts:35:44)
Invoke AMS CLI › should display the help: packages/cli/__tests__/zosfiles/__integration__/invoke/amsStatements/cli.files.invoke.amsStatements.integration.test.ts#L35
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zosfiles/__integration__/invoke/amsStatements/cli.files.invoke.amsStatements.integration.test.ts:35:44 at packages/cli/__tests__/zosfiles/__integration__/invoke/amsStatements/cli.files.invoke.amsStatements.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/invoke/amsStatements/cli.files.invoke.amsStatements.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/invoke/amsStatements/cli.files.invoke.amsStatements.integration.test.ts:33:46)
Download USS File › should display the help: packages/cli/__tests__/zosfiles/__integration__/download/uss/cli.files.download.uss.integration.test.ts#L37
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/download/uss/cli.files.download.uss.integration.test.ts:37:44)
Unmount File System › should display unmount fs help: packages/cli/__tests__/zosfiles/__integration__/unmount/fs/cli.files.unmount.fs.integration.test.ts#L35
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zosfiles/__integration__/unmount/fs/cli.files.unmount.fs.integration.test.ts:35:44 at packages/cli/__tests__/zosfiles/__integration__/unmount/fs/cli.files.unmount.fs.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/unmount/fs/cli.files.unmount.fs.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/unmount/fs/cli.files.unmount.fs.integration.test.ts:31:53)
provisioning perform action › should display the help: packages/cli/__tests__/provisioning/__integration__/perform/cli.provisioning.perform.action.integration.test.ts#L32
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/provisioning/__integration__/perform/cli.provisioning.perform.action.integration.test.ts:32:44 at packages/cli/__tests__/provisioning/__integration__/perform/cli.provisioning.perform.action.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/provisioning/__integration__/perform/cli.provisioning.perform.action.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/provisioning/__integration__/perform/cli.provisioning.perform.action.integration.test.ts:30:46)
zos-logs list logs › should display the help: packages/cli/__tests__/zoslogs/__integration__/list/cli.zos-logs.list.logs.integration.test.ts#L34
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zoslogs/__integration__/list/cli.zos-logs.list.logs.integration.test.ts:34:44 at packages/cli/__tests__/zoslogs/__integration__/list/cli.zos-logs.list.logs.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zoslogs/__integration__/list/cli.zos-logs.list.logs.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zoslogs/__integration__/list/cli.zos-logs.list.logs.integration.test.ts:32:46)
zos-jobs submit data-set command › should display the help: packages/cli/__tests__/zosjobs/__integration__/submit/data-set/cli.zos-jobs.submit.data-set.integration.test.ts#L36
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) The Zowe daemon is in use, retrying (2 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosjobs/__integration__/submit/data-set/cli.zos-jobs.submit.data-set.integration.test.ts:36:44)
Migrate Data Set › should display the help: packages/cli/__tests__/zosfiles/__integration__/hMigrate/ds/cli.files.hMigrate.ds.integration.test.ts#L37
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zosfiles/__integration__/hMigrate/ds/cli.files.hMigrate.ds.integration.test.ts:37:44 at packages/cli/__tests__/zosfiles/__integration__/hMigrate/ds/cli.files.hMigrate.ds.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zosfiles/__integration__/hMigrate/ds/cli.files.hMigrate.ds.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/hMigrate/ds/cli.files.hMigrate.ds.integration.test.ts:33:46)
zos-uss issue ssh command › should display the help: packages/cli/__tests__/zosuss/__integration__/issue/cli.zos-uss.issue.ssh.integration.test.ts#L34
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) The Zowe daemon is in use, retrying (2 of 60) The Zowe daemon is in use, retrying (3 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosuss/__integration__/issue/cli.zos-uss.issue.ssh.integration.test.ts:34:44)
Download USS File › should display the help: packages/cli/__tests__/zosfiles/__integration__/download/uss/cli.files.download.uss.integration.test.ts#L37
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosfiles/__integration__/download/uss/cli.files.download.uss.integration.test.ts:37:44)
zos-tso stop address-space › should throw an error if servlet key parameter is not provided: packages/cli/__tests__/zostso/__integration__/stop/cli.zos-tso.stop.address-space.integration.test.ts#L42
expect(received).toMatchSnapshot() Snapshot name: `zos-tso stop address-space should throw an error if servlet key parameter is not provided 1` - Snapshot - 0 + Received + 1 @@ -1,5 +1,6 @@ + The Zowe daemon is in use, retrying (1 of 60) Syntax Error: Missing Positional Argument: servletkey Argument Description: The servlet key from a previously started TSO address space. ↵ at packages/cli/__tests__/zostso/__integration__/stop/cli.zos-tso.stop.address-space.integration.test.ts:42:44 at packages/cli/__tests__/zostso/__integration__/stop/cli.zos-tso.stop.address-space.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zostso/__integration__/stop/cli.zos-tso.stop.address-space.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zostso/__integration__/stop/cli.zos-tso.stop.address-space.integration.test.ts:38:85)
provisioning perform action › should display the help: packages/cli/__tests__/provisioning/__integration__/perform/cli.provisioning.perform.action.integration.test.ts#L32
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/provisioning/__integration__/perform/cli.provisioning.perform.action.integration.test.ts:32:44 at packages/cli/__tests__/provisioning/__integration__/perform/cli.provisioning.perform.action.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/provisioning/__integration__/perform/cli.provisioning.perform.action.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/provisioning/__integration__/perform/cli.provisioning.perform.action.integration.test.ts:30:46)
zos-tso issue command › should display the help: packages/cli/__tests__/zostso/__integration__/issue/cli.zos-tso.issue.cmd.integration.test.ts#L35
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zostso/__integration__/issue/cli.zos-tso.issue.cmd.integration.test.ts:35:44 at packages/cli/__tests__/zostso/__integration__/issue/cli.zos-tso.issue.cmd.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zostso/__integration__/issue/cli.zos-tso.issue.cmd.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zostso/__integration__/issue/cli.zos-tso.issue.cmd.integration.test.ts:33:46)
zos-jobs list command › should display the help: packages/cli/__tests__/zosjobs/__integration__/list/cli.zos-jobs.list.integration.test.ts#L30
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at Object.<anonymous> (packages/cli/__tests__/zosjobs/__integration__/list/cli.zos-jobs.list.integration.test.ts:30:44)
zos-tso issue › should display the help: packages/cli/__tests__/zostso/__integration__/issue/cli.zos-tso.issue.integration.test.ts#L31
expect(received).toBe(expected) // Object.is equality Expected: "" Received: "The Zowe daemon is in use, retrying (1 of 60) " at packages/cli/__tests__/zostso/__integration__/issue/cli.zos-tso.issue.integration.test.ts:31:44 at packages/cli/__tests__/zostso/__integration__/issue/cli.zos-tso.issue.integration.test.ts:18:71 at Object.<anonymous>.__awaiter (packages/cli/__tests__/zostso/__integration__/issue/cli.zos-tso.issue.integration.test.ts:14:12) at Object.<anonymous> (packages/cli/__tests__/zostso/__integration__/issue/cli.zos-tso.issue.integration.test.ts:29:46)
test (18.x, windows-latest)
Process completed with exit code 1.
test (22.x, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (20.x, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (18.x, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
macos-14-18.x-results
4.46 MB
macos-14-20.x-results
4.48 MB
macos-14-22.x-results
4.5 MB
ubuntu-latest-18.x-results
4.32 MB
ubuntu-latest-20.x-results
4.32 MB
ubuntu-latest-22.x-results
4.32 MB
windows-latest-18.x-results
4.32 MB
windows-latest-20.x-results
4.33 MB
windows-latest-22.x-results
4.31 MB
zowe-macos-14.tgz
1.14 MB
zowe-ubuntu-latest.tgz
5.34 MB
zowe-windows-latest.tgz
855 KB