Agreed, and not to mention that those websites can change at any time,
changing the frequency or amount of data they push.

Eli

On Wed, Sep 9, 2015 at 2:08 PM, Jonas Sicking <jo...@sicking.cc> wrote:

> Please be aware that we should rely on live websites during CI
> testing. Internet connections and webservers aren't reliable enough
> for something that's testing as often as our CI tests run.
>
> So generally speaking you'll want to write your own server script to
> handle things like this.
>
> / Jonas
>
>
> On Wed, Sep 9, 2015 at 12:00 PM, Jonathan Hylands <jhyla...@mozilla.com>
> wrote:
> > Thanks Eli, that worked great!
> >
> > I'm also looking for a more "regular" website that once it is loaded,
> pushes
> > new data to the browser every few seconds. Does anyone have any
> candidates?
> > A news site maybe?
> >
> > - Jon
> >
> >
> >
> > On Wed, Sep 9, 2015 at 9:42 AM, Eli Perelman <eperel...@mozilla.com>
> wrote:
> >>
> >> Along the lines of what Jonas said, as long as you can also host a
> simple
> >> server, you can stream content over HTTP until your requested time
> limit. As
> >> an example, here is a quick Node.js server you can run that will write
> >> content until 60 seconds have elapsed:
> >>
> >> https://gist.github.com/eliperelman/5847d556e52bb5fd71c3
> >>
> >> Eli Perelman
> >>
> >> On Wed, Sep 9, 2015 at 7:27 AM, Jonathan Hylands <jhyla...@mozilla.com>
> >> wrote:
> >>>
> >>> Do we have any larger files on taskcluster? The blob file, which is
> >>> 166MB, takes about 50 seconds to download on my Flame, and I really
> want
> >>> this to run for at least 60 seconds if possible.
> >>>
> >>> - Jon
> >>>
> >>>
> >>> On Tue, Sep 8, 2015 at 5:07 PM, Naoki Hirata <nhir...@mozilla.com>
> wrote:
> >>>>
> >>>> Just to note, also that the update mar  and the blob free files are on
> >>>> the public side that don't require authentication.
> >>>>
> >>>>
> >>>>
> https://tools.taskcluster.net/index/artifacts/#gecko.v2.mozilla-central.latest.b2g/gecko.v2.mozilla-central.latest.b2g.flame-kk-ota-debug
> >>>>
> >>>>
> >>>> On Tue, Sep 8, 2015 at 1:29 PM, Jonas Sicking <jo...@sicking.cc>
> wrote:
> >>>>>
> >>>>> If you are doing this as part of automated testing, then I believe
> >>>>> that most of our automated testsuites have a builtin webserver which
> >>>>> can run serverside logic. Should be easy to write a simple serverside
> >>>>> logic that just continuously serves endless content.
> >>>>>
> >>>>> / Jonas
> >>>>>
> >>>>> On Tue, Sep 8, 2015 at 11:02 AM, Jonathan Hylands
> >>>>> <jhyla...@mozilla.com> wrote:
> >>>>> >
> >>>>> > Hi everyone,
> >>>>> >
> >>>>> > I'm building up a suite of automated tests that measure power
> >>>>> > consumption on
> >>>>> > FxOS phones while the phone is doing specific actions (recording
> >>>>> > video,
> >>>>> > playing music, idle, etc).
> >>>>> >
> >>>>> > Right now I'm working on wifi-enabled testing, and specifically I'm
> >>>>> > looking
> >>>>> > for websites that I can direct the browser to that will keep
> pushing
> >>>>> > data to
> >>>>> > the phone over the span of a minute or two.
> >>>>> >
> >>>>> > Any ideas?
> >>>>> >
> >>>>> > Thanks,
> >>>>> > Jon
> >>>>> >
> >>>>> >
> >>>>> > _______________________________________________
> >>>>> > dev-gaia mailing list
> >>>>> > dev-g...@lists.mozilla.org
> >>>>> > https://lists.mozilla.org/listinfo/dev-gaia
> >>>>> >
> >>>>> _______________________________________________
> >>>>> dev-gaia mailing list
> >>>>> dev-g...@lists.mozilla.org
> >>>>> https://lists.mozilla.org/listinfo/dev-gaia
> >>>>
> >>>>
> >>>
> >>>
> >>> _______________________________________________
> >>> dev-gaia mailing list
> >>> dev-g...@lists.mozilla.org
> >>> https://lists.mozilla.org/listinfo/dev-gaia
> >>>
> >>
> >
>
_______________________________________________
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to