Jubula not saving my testreports [message #1410019] |
Tue, 19 August 2014 15:24 |
Fernando Gomes Messages: 11 Registered: July 2014 |
Junior Member |
|
|
So I have this testSuite to test one installer, and when the testSuite ends I can see Tue Aug 19 10:06:39 CDT 2014 End of Test Suite
Tue Aug 19 10:06:39 CDT 2014 Writing Report to Database
Tue Aug 19 10:06:40 CDT 2014 AUT: Disconnected.
Tue Aug 19 10:06:40 CDT 2014 AUT Agent: connection closed.
However, it does not writes the .htm and .xml report files, and in the database the
"details" collumm is set to false.
How can I keep jubula from "deleting"/"not saving" the details of a run?
I'm running the testSuite using testexec
with the following commands:
./testexec -project ___Installer -version 1.0 -testsuite PerformFreshTypicalInstallation_L -server localhost -port 60000 -autconfig ___Installer@localhost -datadir /home/fbgomes/workspace2 -resultdir /home/fbgomes/workspace2/result -data /home/fbgomes/workspace2 -language en_US -dbuser sa -dbpw "" -dburl "jdbc:h2:../jubuladb/database;MVCC=TRUE;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE"
Edit: I'm still trying to find out why this happens, but looks like it only happens with one my projects( it works normally with the others)
Thanks in Advance
[Updated on: Tue, 19 August 2014 16:01] Report message to a moderator
|
|
|
|
|
|
|
|
|
Re: Jubula not saving my testreports [message #1750016 is a reply to message #1750005] |
Thu, 15 December 2016 08:03 |
Eclipse User |
|
|
|
Hi Dinh,
this is indeed a restriction by the database. E.g. Oracle databases only allow up to 4000 Bytes of data stored inside a VARCHAR. It does therefore depend on the database you are using whether you can increase this limit. However, even if it is possible to increase the VARCHAR limit inside your database, this could have some other crazy sideeffects.
If you do not actually need to check the text 1:1 you could select a part of the text that is about as long as possible (4000 Bytes) and check it by putting ".*" in front of and at the end of the expected value. Or you could have several Check Text actions, where the first checks the first 4000 Bytes of text, the next one the next 4000 Bytes of text, etc., also by using ".*".
Best regards,
Kevin
|
|
|
|
Re: Jubula not saving my testreports [message #1750142 is a reply to message #1410019] |
Fri, 16 December 2016 11:01 |
Eclipse User |
|
|
|
Hi Dinh,
as far as I understand your problem now, this is already fixed in the upcoming Jubula 8.4.0 release, which will be released somewhen during the next weeks. After the release, please upgrade to 8.4.0 and check if this problem still exists.
Best regards,
Kevin
|
|
|
Powered by
FUDForum. Page generated in 0.04855 seconds