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

Re: Smoke Test to run on a built office

2016-07-06 Thread Patricia Shanahan
How does one find out whether the tests have hung, or are just taking their time? I started them by running ant in the test folder using a cygwin shell that has the winenv.set.sh parameters for my AOO412 build. It started doing AOO things, with windows appearing, changing, and disappearing,

Re: Smoke Test to run on a built office

2016-07-05 Thread Carl Marcum
On 07/05/2016 07:42 PM, Damjan Jovanovic wrote: Plz see http://www.mail-archive.com/dev@openoffice.apache.org/msg27036.html You probably want the qa tests, which run the (copied) Smoketest nowdays. Damjan On Wed, Jul 6, 2016 at 12:25 AM, Carl Marcum wrote: Hi Damjan,

Re: Smoke Test to run on a built office

2016-07-05 Thread Damjan Jovanovic
Plz see http://www.mail-archive.com/dev@openoffice.apache.org/msg27036.html You probably want the qa tests, which run the (copied) Smoketest nowdays. Damjan On Wed, Jul 6, 2016 at 12:25 AM, Carl Marcum wrote: > Hi all, > > Are there other automated smoke test macros or

Smoke Test to run on a built office

2016-07-05 Thread Carl Marcum
Hi all, Are there other automated smoke test macros or scripts other than noted below that can be ran on a built office to test basic functionality and make sure nothing major is broken? I found this wiki page [1] that references a sxw document that contains macros and will display a report