| Summary: | Improve export so that larger projects can be exported without running into memory problems | ||
|---|---|---|---|
| Product: | [Technology] Jubula | Reporter: | Alexandra Schladebeck <alexandra.schladebeck> |
| Component: | Core | Assignee: | Project Inbox <jubula.core-inbox> |
| Status: | CLOSED FIXED | QA Contact: | Oliver Goetz <Oliver.Goetz> |
| Severity: | enhancement | ||
| Priority: | P2 | CC: | Achim.Loerke, philipp |
| Version: | 1.3.0 | Keywords: | triaged |
| Target Milestone: | 2.3 | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
|
Description
Alexandra Schladebeck
As discussed: The first step would be to split up the export so that the Test Cases and the Test Result Summaries are exported separately, as the Test Result Summaries often constitute a large part of the export. The summaries could themselves also be split up so that they are exported in small groups. The second step would be to also incrementally export the Test Specification as well. If only the first step is done at first, then please reopen this issue to track progress on the second step. This is something that we want to look at for the next release. We've done some major improvement on the export with: http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=06df02a29045fc7cecd348246144c6a8a922b959 Marking this ticket as fixed. I was able to export and import our biggest project ite from the testweek DB using the 32- and 64-bit versions of Jubula/GUIdancer without any modifications to increase the allocated memory via the ITE. The project was exported and imported correctly and the test result summaries were available (I checked for the last 365 days). Using the DBTool I was only able to export the project when using the 64bit-version. When trying to perform an export using the 32bit version I got the error message "The JVM found at K:\guidancer\Workspace\hu_snapshot\current\platforms\win32.win3 2.x86\jre is damaged. Please reinstall or define EXE4J_JAVA_HOME to point to an installed 32-bit JDK or JRE. The JVM could not be started. The maximum heap size (-Xmx) might be too large or an antivirus or firewall tool could block the execution." This also occurred when trying to export a smaller project like caa_javafx. Using the 64bit-version worked fine as expected. Closing this and adding a new bug for the problem Oli described. |