ISSUE
Katalon sometimes adds an extra “<//log>” to the execution0.log for a test suite, resulting in JUnit.xml report not generating because the xml is invalid. This was observed while running tests with KRE.
#### Please let us know what you are using Katalon Studio for?
3. I have currently applied Katalon Studio in my project
#### How would your work be affected if this issue has not been resolved?
- I cannot continue my job and have to work on something else while awaiting your response
#### Operating System
Ubuntu 16.04.7 LTS
#### Katalon Studio Version
7.8.2
#### Katalon Studio logs
11:33:19 2021-03-04 17:33:21 INFO Class: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[2864,9]
11:33:19 2021-03-04 17:33:21 INFO Class: Message: The markup in the document following the root element must be well-formed.
11:33:19 2021-03-04 17:33:21 INFO Class: at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:604)
11:33:19 2021-03-04 17:33:21 INFO Class: at com.kms.katalon.core.logging.TestSuiteXMLLogParser.processFile(TestSuiteXMLLogParser.java:85)
11:33:19 2021-03-04 17:33:21 INFO Class: at com.kms.katalon.core.logging.TestSuiteXMLLogParser.readTestSuiteLogFromXMLFiles(TestSuiteXMLLogParser.java:62)
11:33:19 2021-03-04 17:33:21 INFO Class: at com.kms.katalon.core.reporting.ReportUtil.generate(ReportUtil.java:453)
11:33:19 2021-03-04 17:33:21 INFO Class: at com.kms.katalon.core.reporting.ReportUtil.generate(ReportUtil.java:463)
11:33:19 2021-03-04 17:33:21 INFO Class: at com.kms.katalon.execution.launcher.ReportableLauncher.prepareReport(ReportableLauncher.java:353)
11:33:19 2021-03-04 17:33:21 INFO Class: at com.kms.katalon.execution.launcher.ReportableLauncher.preExecutionComplete(ReportableLauncher.java:144)
11:33:19 2021-03-04 17:33:21 INFO Class: at com.kms.katalon.execution.launcher.ProcessLauncher.onWatchdogComplete(ProcessLauncher.java:192)
11:33:19 2021-03-04 17:33:21 INFO Class: at com.kms.katalon.execution.launcher.LaunchWatchdog.notifyProcessTerminated(LaunchWatchdog.java:136)
11:33:19 2021-03-04 17:33:21 INFO Class: at com.kms.katalon.execution.launcher.LaunchWatchdog.run(LaunchWatchdog.java:66)
11:33:19 2021-03-04 17:33:21 INFO Class: at java.lang.Thread.run(Thread.java:748)