You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: __tests__/api/BundleDeploy/__snapshots__/BundleDeployer.test.ts.snap
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
exports[`BundleDeployer01 should complain if DFHDPLOY ends with an error 1`] =`"DFHRL2055I"`;
4
4
5
-
exports[`BundleDeployer01 should complain if DFHDPLOY ends with an error 2`] =`"DFHDPLOY stopped processing for JOBID UNKNOWN due to an error."`;
5
+
exports[`BundleDeployer01 should complain if DFHDPLOY ends with an error 2`] =`"DFHDPLOY stopped processing for jobid UNKNOWN due to an error."`;
6
6
7
-
exports[`BundleDeployer01 should complain if SYSTSPRT not found 1`] =`"SYSTSPRT and JESMSGLG output from DFHDPLOY not found for JOBID UNKNOWN. Most recent status update: 'Submitting DFHDPLOY JCL for the DEPLOY action'."`;
7
+
exports[`BundleDeployer01 should complain if SYSTSPRT not found 1`] =`"SYSTSPRT and JESMSGLG output from DFHDPLOY not found for jobid UNKNOWN. Most recent status update: 'Submitting DFHDPLOY JCL for the DEPLOY action'."`;
8
8
9
9
exports[`BundleDeployer01 should complain if cicshlq not found 1`] =`"Validation of --cicshlq dataset failed: Injected CICSHLQ error"`;
10
10
@@ -16,7 +16,7 @@ exports[`BundleDeployer01 should complain if cpsmhlq not found2 1`] = `"EYU9ABSI
16
16
17
17
exports[`BundleDeployer01 should complain if status can't be determined 1`] =`" "`;
18
18
19
-
exports[`BundleDeployer01 should complain if status can't be determined 2`] =`"DFHDPLOY command completed for JOBID UNKNOWN, but status cannot be determined."`;
19
+
exports[`BundleDeployer01 should complain if status can't be determined 2`] =`"DFHDPLOY command completed for jobid UNKNOWN, but status cannot be determined."`;
20
20
21
21
exports[`BundleDeployer01 should complain with missing zOSMF profile for deploy 1`] =`"Injected Create error"`;
22
22
@@ -32,7 +32,7 @@ exports[`BundleDeployer01 should fail with overlong jobcard 1`] = `"--jobcard pa
32
32
33
33
exports[`BundleDeployer01 should failover to JESMSGLG if SYSTSPRT not found 1`] =`"undefined"`;
34
34
35
-
exports[`BundleDeployer01 should failover to JESMSGLG if SYSTSPRT not found 2`] =`"DFHDPLOY command completed in error for JOBID UNKNOWN without generating SYSTSPRT output."`;
35
+
exports[`BundleDeployer01 should failover to JESMSGLG if SYSTSPRT not found 2`] =`"DFHDPLOY command completed in error for jobid UNKNOWN without generating SYSTSPRT output."`;
36
36
37
37
exports[`BundleDeployer01 should generate deploy JCL for AVAILABLE 1`] =`
exports[`BundleDeployer01 should handle failure during submitjobs processing 1`] =`"Failure occurred submitting DFHDPLOY JCL for JOBID UNKNOWN: 'Injected Submit error'. Most recent status update: 'Submitting DFHDPLOY JCL for the DEPLOY action'."`;
372
+
exports[`BundleDeployer01 should handle failure during submitjobs processing 1`] =`"Failure occurred submitting DFHDPLOY JCL for jobid UNKNOWN: 'Injected Submit error'. Most recent status update: 'Submitting DFHDPLOY JCL for the DEPLOY action'."`;
373
373
374
-
exports[`BundleDeployer01 should include the JOBID in an error 1`] =`"Failure occurred submitting DFHDPLOY JCL for JOBID JOB12345: 'Injected submit error'. Most recent status update: 'Running DFHDPLOY (DEPLOY), job JOB12345'."`;
374
+
exports[`BundleDeployer01 should include the JOBID in an error 1`] =`"Failure occurred submitting DFHDPLOY JCL for jobid JOB12345: 'Injected submit error'. Most recent status update: 'Running DFHDPLOY (DEPLOY), jobid JOB12345'."`;
375
375
376
376
exports[`BundleDeployer01 should support long bundledir 1`] =`
exports[`BundleDeployer01 should tolerate empty output from DFHDPLOY 1`] =`"DFHDPLOY did not generate any output for JOBID UNKNOWN. Most recent status update: 'Submitting DFHDPLOY JCL for the DEPLOY action'."`;
597
+
exports[`BundleDeployer01 should tolerate empty output from DFHDPLOY 1`] =`"DFHDPLOY did not generate any output for jobid UNKNOWN. Most recent status update: 'Submitting DFHDPLOY JCL for the DEPLOY action'."`;
598
598
599
599
exports[`BundleDeployer01 should undeploy successfully 1`] =`"Bundle undeployment successful."`;
0 commit comments