Re: Running StandaloneTalos test

[email protected] Thu, 7 Feb 2008 11:37:24 -0800 (PST)
Newsgroups gmane.comp.mozilla.performance
Organization http://groups.google.com
Message-ID <7a71725b-8f0d-4538-b47a-b82626e3e0f4@e23g2000prf.googlegroups.com>
On Feb 7, 11:29 am, [email protected] wrote:
> On Feb 6, 3:55 pm, alice nodelman <[email protected]> wrote:
>
>
>
> > You aren't going to get any result from the proxy_setup.config - it
> > expressly throws away results since it is just trying to build up the
> > local cache of web pages that can be served later.  After a successful
> > run with proxy_setup.config you need to run with proxy_run.config.  You
> > can see this in the final steps on the StandaloneTalos wiki page; it has
> > you switch the proxy over to only serve pages from the local cache and
> > use the secondary config file.
>
> > I can also see how talos is getting confused, it's expectation is that
> > the firefox path is that to the directory that contains both the
> > executable and the libraries (ie, I grab a copy of firefox fromhttp://stage.mozilla.org/pub/mozilla.org/firefox/nightly/whichI then
> > untar to a local directory, then I end up with a firefox directory with
> > both firefox-bin and all the other firefox related files in it).  Having
> > your executable somewhere else from the library files meant that it was
> > unable to install the chrome/components directories.
>
> > alice.
>
> I got the initial test framework set up and got the results following
> a run with the server using local cache. However, the test seems to
> stall now and then serving up the pages from the local cache.
> Sometimes a simple refresh gets it going and at other times I have to
> stop it and refresh it while the test is running. Is this expected
> behavior?
>
> As you suggest, I will grab a local copy of firefox for testing and
> try this once I stabilize the framework.
>
> thanks again,
> - mouli

One more thing I forgot to add. When running with proxy_run.config,
the test takes a very long time in running the part of the code
labeled 'ts' where the url is startup_test/startup_test.html. Why is
it so? I commented this part of the code and let only tp run. Is that
ok? By the way, I notice that the standalone/proxy_setup.config has
part of the code with 'ts' commented as well.

- mouli