RE: Mustella question

2013-09-11 Thread Frédéric THOMAS
I didn't see any more localization errors but TypeErrors like this one [1] and lot of warnings " Erreur de demande d'envoi HTTP" (error sending HTTP request), I don't know where's that come from looking at the code though. -Fred [1] Hello from excludes at: Tue Sep 10 20:48:31 GMT+0200 2013 exclud

RE: Mustella question

2013-09-11 Thread Frédéric THOMAS
y the MP_FocusManager_Nested_Main.log I copied in the previous email reports a TypeError. -Fred -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : mercredi 11 septembre 2013 20:01 À : dev@flex.apache.org Objet : Re: Mustella question The Marshall Plan tests load up child SWFs that ar

Re: Mustella question

2013-09-11 Thread Alex Harui
This test: MarshallPlan/ManagerTests/MP_NestedSWF_FocusManager_Tests id=NestedSWF_FocusManager_Tab_fromLocalhost says it times out waiting for topSWF. Take a look at the test to see which SWF it is waiting for and make sure that SWF is compiled. Then I think you'll have to debug into it to see w

Re: Mustella question

2013-09-11 Thread Alex Harui
The Marshall Plan tests load up child SWFs that are compiled in the precompile.sh and other .sh files in the Marshall Plan folder. I've seen those compiles fail but the error isn't reported so the tests run and can't find the child SWF. There should be a .log file next to the .sh files that conta

Re: Mustella question

2013-09-10 Thread Alex Harui
Hi Fred, Is en_US in the locale chain? Take a look at the log files next to the SWFs and see if there are stack traces in them. Thanks, -Alex On 9/10/13 6:32 PM, "Frédéric THOMAS" wrote: >So, setting the timeout variable to 6, I've got only 14 tests failed, >those ones : > >MarshallPlan/M

RE: Mustella question

2013-09-10 Thread Frédéric THOMAS
So, setting the timeout variable to 6, I've got only 14 tests failed, those ones : MarshallPlan/ManagerTests/bootstrap_NestedSWF_FocusManager_Tests NestedSWF_FocusManager_Tab MarshallPlan/ManagerTests/bootstrap_FocusManager_Tests MarshallPlan_FocusManager_Tab F:\sources\apache\flex\sdk\mustell

Re: Mustella question

2013-09-10 Thread Erik de Bruin
We run the tests on the VM with an extra argument: ./mini_run.sh -all -timeout=6 actually... Maybe adding that makes a difference on your machine as well? You can find all the information on how we run Mustella on the VM to a successful completion daily in the 'jenkins.sh' file in the mustel

Re: Mustella question

2013-09-10 Thread Alex Harui
localization, just launch it again with >>>timout=6 >>> >>>-Message d'origine----- >>>De : Alex Harui [mailto:aha...@adobe.com] >>>Envoyé : mardi 10 septembre 2013 19:33 >>>À : dev@flex.apache.org >>>Objet : Re: Mustella question &

Re: Mustella question

2013-09-10 Thread Erik de Bruin
them having an exception dialog, for the one I've >>seen, it was because of the localization, just launch it again with >>timout=6 >> >>-Message d'origine- >>De : Alex Harui [mailto:aha...@adobe.com] >>Envoyé : mardi 10 septembre 2013 19

Re: Mustella question

2013-09-10 Thread Alex Harui
SWFs are either throwing exceptions or taking too long to start up. Maybe watch them to see what happens. Do you see the exception dialog? There should be a .log file next to each SWF, does it have an exception stack trace in it? -Alex On 9/10/13 2:49 AM, "Frédéric THOMAS" wrote: >I did a ".

Re: Mustella question

2013-09-10 Thread Alex Harui
just launch it again with >timout=6 > >-Message d'origine- >De : Alex Harui [mailto:aha...@adobe.com] >Envoyé : mardi 10 septembre 2013 19:33 >À : dev@flex.apache.org >Objet : Re: Mustella question > >SWFs are either throwing exceptions or taking too lon

RE: Mustella question

2013-09-10 Thread Frédéric THOMAS
pache.org Objet : Re: Mustella question SWFs are either throwing exceptions or taking too long to start up. Maybe watch them to see what happens. Do you see the exception dialog? There should be a .log file next to each SWF, does it have an exception stack trace in it? -Alex On 9/10/13 2:49 AM, &

RE: Mustella question

2013-09-10 Thread Frédéric THOMAS
I did a "./mini_run -rerun -failures" and had 521 tests failed, 1 in more than the last run of the same command, here, a little part of the result shown from the console log followed by one of the marshallPlan test log from the console followed by its in test folder log. Any clue of what is happen

RE: Mustella question

2013-09-09 Thread Frédéric THOMAS
Unfortunately I didn't send the logs to a file, will re-launch the failures tonight and check the logs. -Fred -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : lundi 9 septembre 2013 17:43 À : dev@flex.apache.org Objet : Re: Mustella question On 9/9/

Re: Mustella question

2013-09-09 Thread Alex Harui
On 9/9/13 6:01 AM, "Frédéric THOMAS" wrote: >> "./mini_run.sh -all" will run all the main Mustella tests (close to >4) tests, taking about 8 - 10 hours. > >I ran "-all" on purpose and it gave me about 20500 tests passes and 20 >failed included 17 from the Marshall plan > >> If any of these

Re: Mustella question

2013-09-09 Thread Alex Harui
On 9/9/13 8:43 AM, "Alex Harui" wrote: > >> >>My problems are: >>1- Why the MarshallPlan tests don't pass ? >Marshall plan tests require a localhost or localhost:8080 server pointed >at the mustella tests folder so we can load child SWFs into a sandbox. I see that you already set up a server. H

Re: Mustella question

2013-09-09 Thread Erik de Bruin
Running -all should give you exactly 35966 tests (this is from the last run of the suite on the Mustella VM)... So it might be worth your time first figuring out why you are missing about 15000 tests before you go into more details. EdB On Mon, Sep 9, 2013 at 3:01 PM, Frédéric THOMAS wrote: >>

RE: Mustella question

2013-09-09 Thread Frédéric THOMAS
> "./mini_run.sh -all" will run all the main Mustella tests (close to 4) tests, taking about 8 - 10 hours. I ran "-all" on purpose and it gave me about 20500 tests passes and 20 failed included 17 from the Marshall plan > If any of these tests fail, those tests will be written to 'failures.tx

Re: Mustella question

2013-09-09 Thread Erik de Bruin
Fred, "./mini_run.sh -all" will run all the main Mustella tests (close to 4) tests, taking about 8 - 10 hours. If any of these tests fail, those tests will be written to 'failures.txt'. If you want to re-run these failed tests, you simply run "./mini_run.sh -failures". No additional arguments