Issue 82874 - testtool: AQUA: testtool is realy slow and can't start OOo
Summary: testtool: AQUA: testtool is realy slow and can't start OOo
Status: CLOSED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: automation (show other issues)
Version: 680m233
Hardware: Mac Mac OS X, all
: P3 Trivial (vote)
Target Milestone: OOo 2.4
Assignee: jogi
QA Contact: Unknown
URL:
Keywords: aqua
Depends on:
Blocks:
 
Reported: 2007-10-23 09:21 UTC by b.osi.ooo
Modified: 2008-08-09 23:43 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description b.osi.ooo 2007-10-23 09:21:47 UTC
try testtool from SRC680m233;
start a test - it needs 5 minutes before it even tries to start OOo;
but testtool can't establish a connection to OOo;
If OOo ist started manually with -enableautomation, a connection can be established,
but it is still slow and tests don't run.
Workaround is to use an older version of testtool.

(I checked win32 m233 - there testtool works)
Comment 1 b.osi.ooo 2007-10-23 10:46:12 UTC
setting keywords
Comment 2 gregor.hartmann 2007-10-23 13:08:00 UTC
this seems to be due to the new timer implementation.

the testtool wait command does not work correctly anymore. The implementation is
as follows:

                                Timer aTimer;
                                aTimer.SetTimeout( nWait );
                                aTimer.Start();
                                while ( aTimer.IsActive() )
                                    Application::Yield();


the Testtool hangs until another event is triggered (e.g. mouse move)

possibly related to issue 80028
Comment 3 philipp.lohmann 2007-10-23 14:00:17 UTC
target
Comment 4 philipp.lohmann 2007-10-23 15:08:31 UTC
timers need to wakeup a waiting yield; I had assumed they produced events to do
that, evidently they don't

fixed in CWS aquavcl04
Comment 5 philipp.lohmann 2007-12-11 09:59:48 UTC
please verify in CWS aquavcl04
Comment 6 jogi 2007-12-20 08:49:47 UTC
Have made a seperate VCLTestTool24.app package that it starts testtool.bin
instead soffice.bin and do some tests. Everything is fine now
Comment 7 b.osi.ooo 2008-08-09 23:43:22 UTC
cleanup - fixed long time ago - closing