Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test framework testing max return code #110

Open
neilbeesley opened this issue Jan 9, 2025 · 0 comments
Open

Test framework testing max return code #110

neilbeesley opened this issue Jan 9, 2025 · 0 comments

Comments

@neilbeesley
Copy link

If there is an actual system abend rather than normal termination with a numeric return code then getMaxRC() will get the following problem in the test framework:

Ý36mÝINFO¨  Ý0m(2) 0 completed jobs for ARTALL                                                     
Exception in thread "main" java.lang.NumberFormatException: For input string: "S806"                
 at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)         
 at java.base/java.lang.Integer.parseInt(Integer.java:652)                                          
 at java.base/java.lang.Integer.parseInt(Integer.java:770)                                          
 at org.genevaers.testframework.sdsf.HeldJobs.getMaxRC(HeldJobs.java:441)                           
 at org.genevaers.testframework.TestDriver.waitForJobsWithTimeout(TestDriver.java:576)              
 at org.genevaers.testframework.TestDriver.submitJobsAndWaitForCompletion(TestDriver.java:529)      
 at org.genevaers.testframework.TestDriver.runTest(TestDriver.java:250)                             
 at org.genevaers.testframework.TestDriver.runSpec(TestDriver.java:509)                             
 at org.genevaers.testframework.TestDriver.runAllTests(TestDriver.java:793)                         
 at org.genevaers.testframework.CommandLineHandler.processTheCommandLine(CommandLineHandler.java:74)
 at org.genevaers.testframework.CommandLineHandler.main(CommandLineHandler.java:49)                 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant