Re: Smoke Test to run on a built office

2016-07-07 Thread Damjan Jovanovic
If it's not enough to kill the Java test process, you may need to kill OpenOffice instances too, which run in separate processes. If you only want to run a specific test, look at https://wiki.openoffice.org/wiki/QA/test_automation_guide#Run_testing_2 for how you run only 1 test class. On Thu,

Re: Smoke Test to run on a built office

2016-07-07 Thread Patricia Shanahan
Thanks, I'll try that. Meanwhile, how do I get to do a second test run after killing the first one? "ant clean" does not help. Killing and restarting Cygwin does not help. Rebooting the system does let me run again, but is inconvenient. On 7/7/2016 12:11 AM, Damjan Jovanovic wrote: The hung

Re: Smoke Test to run on a built office

2016-07-07 Thread Damjan Jovanovic
The hung test method from your log is testInsertFunctionViaFormulaBar. What I'd recommend is getting a stack trace of the Java test process, eg. using jstack (since you probably didn't run it with remote debugging enabled), and seeing where in that test method it is stuck. On Thu, Jul 7, 2016 at