UbikLoadPack support (Bug 63069):
Reproducer while sampling:
- Create a test plan that contains a View Results Tree that write XML (click on Configure and check all except "Save Field Names (csv)" and fill in a filename
- Start the test
- Exit JMeter without stopping test
Reproducer while recording:
- Use Recording Template
- Start Recorder
- Record some action
- Quit JMeter without stopping recorder
Expected result:
XML file is valid.
KO Result:
Check the XML file, it does not contains :
</testResults>
Fix is to use finalizeFileOutput in ShutdownHook instead of using flushFileOutput.
Severity: normal
OS: All
UbikLoadPack support (Bug 63069):
Reproducer while sampling:
Reproducer while recording:
Expected result:
XML file is valid.
KO Result:
Check the XML file, it does not contains :
</testResults>
Fix is to use finalizeFileOutput in ShutdownHook instead of using flushFileOutput.
Severity: normal
OS: All