Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Waiting for background job.
Waiting for background job. [message #1550767] Wed, 07 January 2015 07:58 Go to next message
Filip Matiovsky is currently offline Filip MatiovskyFriend
Messages: 3
Registered: January 2015
Junior Member
After I start debug perspective with launch there is job in the background (GDBBackend$MonitorJob - this monitor job must be runnig whole Debug session) and test is waiting there till this job ends. Can I tell to the test not to wait for this particular job?
Re: Waiting for background job. [message #1563572 is a reply to message #1550767] Wed, 14 January 2015 09:17 Go to previous messageGo to next message
Olga Yurchuk is currently offline Olga YurchukFriend
Messages: 245
Registered: September 2014
Senior Member

Hello Filip,

Thank you for reporting this issue!
I've created a bug in bugzilla with it.
We are going to implement a command similar to exec-with-options which disables waiting for jobs with certain names.
How critical is this feature for you?
For now as workaround the following snippet of ECL code might be helpful:
exec-with-options -disableJobWaiting -command {
  log "example of usage" //Add ECL code of your test case here
}

Please try and let me know if it is suitable for you.


Yours sincerely,
Olga.
Re: Waiting for background job. [message #1565828 is a reply to message #1550767] Thu, 15 January 2015 14:07 Go to previous message
Filip Matiovsky is currently offline Filip MatiovskyFriend
Messages: 3
Registered: January 2015
Junior Member
Thank you for your response.

I am using it combined with eclExecutionDelay and it work just fine for me.
So no need to rush with new command.

set-q7-option eclExecutionDelay 1000  
exec-with-options -disableJobWaiting -command {
     ...
}
set-q7-option eclExecutionDelay 0


Previous Topic:Automating testing beyond Eclipse from RCPTT
Next Topic:[SOLVED] Integrating Sikuli
Goto Forum:
  


Current Time: Fri Apr 19 04:42:33 GMT 2024

Powered by FUDForum. Page generated in 0.04236 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top