-
Improvement
-
Resolution: Done
-
Major
-
None
-
-
3.5.0
We were successfully using this plugin with robot framework 6.x . With the update to robot framework 7.x it seems that we arent able to parse the output file generated by rebot 7.x . see
Also see the error message
Robot results publisher started... -Parsing output xml: Done! -Copying log files to build dir: Done! -Assigning results to build: Error when executing always post condition: java.lang.NullPointerException at java.base/java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1470) at java.base/java.text.DateFormat.parse(DateFormat.java:393) at hudson.plugins.robot.model.RobotCaseResult.timeDifference(RobotCaseResult.java:68) at hudson.plugins.robot.model.RobotCaseResult.getDuration(RobotCaseResult.java:117) at hudson.plugins.robot.model.RobotSuiteResult.tally(RobotSuiteResult.java:405) at hudson.plugins.robot.model.RobotSuiteResult.tally(RobotSuiteResult.java:413) at hudson.plugins.robot.model.RobotResult.tally(RobotResult.java:422) at hudson.plugins.robot.RobotBuildAction.setResult(RobotBuildAction.java:124) at hudson.plugins.robot.RobotBuildAction.<init>(RobotBuildAction.java:95) at hudson.plugins.robot.RobotPublisher.perform(RobotPublisher.java:299) at hudson.plugins.robot.RobotStepExecution.run(RobotStepExecution.java:31) at hudson.plugins.robot.RobotStepExecution.run(RobotStepExecution.java:14) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829)
Are there any plans to support this format and take care that this plugin works with robot-framework 7.x ?
- is blocked by
-
JENKINS-72565 Robot Framework logfile copy problem
-
- Closed
-
[JENKINS-72562] Add support for Robot Framework 7.0
Description |
Original:
We were successfully using this plugin with robot framework 6.x . With the update to robot framework 7.x it seems that we arent able to parse the output file generated by rebot 7.x . see
!robot-plugin.png! Also see the error message {{}} {code:java} Robot results publisher started... -Parsing output xml: Done! -Copying log files to build dir: Done! -Assigning results to build: Error when executing always post condition: java.lang.NullPointerException at java.base/java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1470) at java.base/java.text.DateFormat.parse(DateFormat.java:393) at hudson.plugins.robot.model.RobotCaseResult.timeDifference(RobotCaseResult.java:68) at hudson.plugins.robot.model.RobotCaseResult.getDuration(RobotCaseResult.java:117) at hudson.plugins.robot.model.RobotSuiteResult.tally(RobotSuiteResult.java:405) at hudson.plugins.robot.model.RobotSuiteResult.tally(RobotSuiteResult.java:413) at hudson.plugins.robot.model.RobotResult.tally(RobotResult.java:422) at hudson.plugins.robot.RobotBuildAction.setResult(RobotBuildAction.java:124) at hudson.plugins.robot.RobotBuildAction.<init>(RobotBuildAction.java:95) at hudson.plugins.robot.RobotPublisher.perform(RobotPublisher.java:299) at hudson.plugins.robot.RobotStepExecution.run(RobotStepExecution.java:31) at hudson.plugins.robot.RobotStepExecution.run(RobotStepExecution.java:14) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829){code} {{}} Are there any plans to support this format and take care that this plugin works with robot-framework 7.x ? |
New:
We were successfully using this plugin with robot framework 6.x . With the update to robot framework 7.x it seems that we arent able to parse the output file generated by rebot 7.x . see
!robot-plugin.png! Also see the error message {code:java} Robot results publisher started... -Parsing output xml: Done! -Copying log files to build dir: Done! -Assigning results to build: Error when executing always post condition: java.lang.NullPointerException at java.base/java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1470) at java.base/java.text.DateFormat.parse(DateFormat.java:393) at hudson.plugins.robot.model.RobotCaseResult.timeDifference(RobotCaseResult.java:68) at hudson.plugins.robot.model.RobotCaseResult.getDuration(RobotCaseResult.java:117) at hudson.plugins.robot.model.RobotSuiteResult.tally(RobotSuiteResult.java:405) at hudson.plugins.robot.model.RobotSuiteResult.tally(RobotSuiteResult.java:413) at hudson.plugins.robot.model.RobotResult.tally(RobotResult.java:422) at hudson.plugins.robot.RobotBuildAction.setResult(RobotBuildAction.java:124) at hudson.plugins.robot.RobotBuildAction.<init>(RobotBuildAction.java:95) at hudson.plugins.robot.RobotPublisher.perform(RobotPublisher.java:299) at hudson.plugins.robot.RobotStepExecution.run(RobotStepExecution.java:31) at hudson.plugins.robot.RobotStepExecution.run(RobotStepExecution.java:14) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829){code} Are there any plans to support this format and take care that this plugin works with robot-framework 7.x ? |
Issue Type | Original: Bug [ 1 ] | New: Improvement [ 4 ] |
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |
Summary | Original: Plugin does nto support Robot framework 7.x output format | New: Add support for Robot Framework 7.0 |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Attachment | New: image-2024-01-15-18-08-40-376.png [ 61939 ] |
Description |
Original:
We were successfully using this plugin with robot framework 6.x . With the update to robot framework 7.x it seems that we arent able to parse the output file generated by rebot 7.x . see
!robot-plugin.png! Also see the error message {code:java} Robot results publisher started... -Parsing output xml: Done! -Copying log files to build dir: Done! -Assigning results to build: Error when executing always post condition: java.lang.NullPointerException at java.base/java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1470) at java.base/java.text.DateFormat.parse(DateFormat.java:393) at hudson.plugins.robot.model.RobotCaseResult.timeDifference(RobotCaseResult.java:68) at hudson.plugins.robot.model.RobotCaseResult.getDuration(RobotCaseResult.java:117) at hudson.plugins.robot.model.RobotSuiteResult.tally(RobotSuiteResult.java:405) at hudson.plugins.robot.model.RobotSuiteResult.tally(RobotSuiteResult.java:413) at hudson.plugins.robot.model.RobotResult.tally(RobotResult.java:422) at hudson.plugins.robot.RobotBuildAction.setResult(RobotBuildAction.java:124) at hudson.plugins.robot.RobotBuildAction.<init>(RobotBuildAction.java:95) at hudson.plugins.robot.RobotPublisher.perform(RobotPublisher.java:299) at hudson.plugins.robot.RobotStepExecution.run(RobotStepExecution.java:31) at hudson.plugins.robot.RobotStepExecution.run(RobotStepExecution.java:14) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829){code} Are there any plans to support this format and take care that this plugin works with robot-framework 7.x ? |
New:
We were successfully using this plugin with robot framework 6.x . With the update to robot framework 7.x it seems that we arent able to parse the output file generated by rebot 7.x . see
!image-2024-01-15-18-08-40-376.png! Also see the error message {code:java} Robot results publisher started... -Parsing output xml: Done! -Copying log files to build dir: Done! -Assigning results to build: Error when executing always post condition: java.lang.NullPointerException at java.base/java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1470) at java.base/java.text.DateFormat.parse(DateFormat.java:393) at hudson.plugins.robot.model.RobotCaseResult.timeDifference(RobotCaseResult.java:68) at hudson.plugins.robot.model.RobotCaseResult.getDuration(RobotCaseResult.java:117) at hudson.plugins.robot.model.RobotSuiteResult.tally(RobotSuiteResult.java:405) at hudson.plugins.robot.model.RobotSuiteResult.tally(RobotSuiteResult.java:413) at hudson.plugins.robot.model.RobotResult.tally(RobotResult.java:422) at hudson.plugins.robot.RobotBuildAction.setResult(RobotBuildAction.java:124) at hudson.plugins.robot.RobotBuildAction.<init>(RobotBuildAction.java:95) at hudson.plugins.robot.RobotPublisher.perform(RobotPublisher.java:299) at hudson.plugins.robot.RobotStepExecution.run(RobotStepExecution.java:31) at hudson.plugins.robot.RobotStepExecution.run(RobotStepExecution.java:14) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829){code} Are there any plans to support this format and take care that this plugin works with robot-framework 7.x ? |
Attachment | Original: robot-plugin.png [ 61938 ] |
Link |
New:
This issue is blocked by |
Resolution | New: Done [ 10000 ] | |
Status | Original: In Review [ 10005 ] | New: Fixed but Unreleased [ 10203 ] |
Released As | New: 3.5.0 | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Resolved [ 5 ] |