[ovirt-devel] Re: OST's basic suite UI sanity tests optimization

2019-08-07 Thread Barak Korren
On Wed, 7 Aug 2019 at 14:54, Eyal Edri wrote: > > > On Wed, Aug 7, 2019 at 1:24 PM Doron Fediuck wrote: > >> >> >> On Tue, 12 Mar 2019 at 10:20, Martin Perina wrote: >> >>> >>> >>> On Fri, Mar 8, 2019 at 12:36 PM Marcin Sobczyk >>> wrote: >>> Greg, that's a great finding and a v

[ovirt-devel] Re: OST's basic suite UI sanity tests optimization

2019-08-07 Thread Eyal Edri
On Wed, Aug 7, 2019 at 1:24 PM Doron Fediuck wrote: > > > On Tue, 12 Mar 2019 at 10:20, Martin Perina wrote: > >> >> >> On Fri, Mar 8, 2019 at 12:36 PM Marcin Sobczyk >> wrote: >> >>> Greg, >>> >>> that's a great finding and a very good starting point. >>> >>> If we want to stick with docker im

[ovirt-devel] Re: OST's basic suite UI sanity tests optimization

2019-08-07 Thread Doron Fediuck
On Tue, 12 Mar 2019 at 10:20, Martin Perina wrote: > > > On Fri, Mar 8, 2019 at 12:36 PM Marcin Sobczyk > wrote: > >> Greg, >> >> that's a great finding and a very good starting point. >> >> If we want to stick with docker images and Firefox/Chrome testing, I >> still have some ideas, that would

[ovirt-devel] Re: OST's basic suite UI sanity tests optimization

2019-03-12 Thread Martin Perina
On Fri, Mar 8, 2019 at 12:36 PM Marcin Sobczyk wrote: > Greg, > > that's a great finding and a very good starting point. > > If we want to stick with docker images and Firefox/Chrome testing, I still > have some ideas, that would shorten the running time even more: > >- we do something like t

[ovirt-devel] Re: OST's basic suite UI sanity tests optimization

2019-03-08 Thread Marcin Sobczyk
Greg, that's a great finding and a very good starting point. If we want to stick with docker images and Firefox/Chrome testing, I still have some ideas, that would shorten the running time even more: * we do something like this:     log("waiting %s sec for grid to initialize..." % GRID_STAR

[ovirt-devel] Re: OST's basic suite UI sanity tests optimization

2019-03-07 Thread Greg Sheremeta
Marcin, It just dawned on me that the main reason 008's start_grid takes so long is that the docker images are fresh pulled every time. Several hundred MB, every time (ugh, sorry). We can and should cache them. What do you think about trying this before doing anything else? [it would also be a goo

[ovirt-devel] Re: OST's basic suite UI sanity tests optimization

2019-03-05 Thread Greg Sheremeta
On Tue, Mar 5, 2019 at 4:55 AM Marcin Sobczyk wrote: > Hi, > On 3/4/19 7:07 PM, Greg Sheremeta wrote: > > Hi, > > Thanks for trying to improve the tests! > > I'm reluctant to give up Firefox sanity tests on every commit, though. In > fact, I wanted to add Edge and Safari, because those are also s

[ovirt-devel] Re: OST's basic suite UI sanity tests optimization

2019-03-05 Thread Marcin Sobczyk
Hi, On 3/4/19 7:07 PM, Greg Sheremeta wrote: Hi, Thanks for trying to improve the tests! I'm reluctant to give up Firefox sanity tests on every commit, though. In fact, I wanted to add Edge and Safari, because those are also supported browsers. Just today a Firefox only issue was reported, s

[ovirt-devel] Re: OST's basic suite UI sanity tests optimization

2019-03-04 Thread Nir Soffer
On Mon, Mar 4, 2019 at 8:08 PM Greg Sheremeta wrote: > Hi, > > Thanks for trying to improve the tests! > > I'm reluctant to give up Firefox sanity tests on every commit, though. In > fact, I wanted to add Edge and Safari, because those are also supported > browsers. Just today a Firefox only issu

[ovirt-devel] Re: OST's basic suite UI sanity tests optimization

2019-03-04 Thread Greg Sheremeta
Hi, Thanks for trying to improve the tests! I'm reluctant to give up Firefox sanity tests on every commit, though. In fact, I wanted to add Edge and Safari, because those are also supported browsers. Just today a Firefox only issue was reported, so they are valuable. Did you consider either leav