Biao, please take another look at the CL, thanks! Basically I took your advice and ...
5 years, 9 months ago
(2015-03-25 23:13:03 UTC)
#2
Biao, please take another look at the CL, thanks!
Basically I took your advice and only ran these two tests on official build
chrome, which should fix the failure of the tests.
bshe
On 2015/03/25 23:13:03, xdai1 wrote: > Biao, please take another look at the CL, thanks! ...
5 years, 9 months ago
(2015-03-26 12:31:55 UTC)
#3
On 2015/03/25 23:13:03, xdai1 wrote:
> Biao, please take another look at the CL, thanks!
> Basically I took your advice and only ran these two tests on official build
> chrome, which should fix the failure of the tests.
huh, we lost coverage for chromium build this way. Although it is unlikely that
our
wallpaper app only works on official build but not on chromium build, it would
still be
safer/better to use the test to guard it. For chromium build, user expect to use
our app
to set a custom wallpaper. Would it possible to use enableOnlineWallpaper_ to
guard the test?
xdai1
On 2015/03/26 12:31:55, bshe wrote: > On 2015/03/25 23:13:03, xdai1 wrote: > > Biao, please ...
5 years, 9 months ago
(2015-03-27 01:35:51 UTC)
#4
On 2015/03/26 12:31:55, bshe wrote:
> On 2015/03/25 23:13:03, xdai1 wrote:
> > Biao, please take another look at the CL, thanks!
> > Basically I took your advice and only ran these two tests on official build
> > chrome, which should fix the failure of the tests.
>
> huh, we lost coverage for chromium build this way. Although it is unlikely
that
> our
> wallpaper app only works on official build but not on chromium build, it would
> still be
> safer/better to use the test to guard it. For chromium build, user expect to
use
> our app
> to set a custom wallpaper. Would it possible to use enableOnlineWallpaper_ to
> guard the test?
Biao, could you please take a look at Patch 6 and Patch 7? Basically they all
passed the tests, but if you click into the trybot results of Patch Set 7, you
will notice that the
BrowserGuestSessionNavigatorTest.Browser_Gets_Created_On_Visiting_Desktop failed
(with or without patch). The failure for this same test also can be observed in
Patch 3 and 4. Do you have a thought why it would happen? I think it might not
related with the change, but it's weird that Patch Set 2 and 6 don't have this
problem. Thanks for the help!
bshe
On 2015/03/27 01:35:51, xdai1 wrote: > On 2015/03/26 12:31:55, bshe wrote: > > On 2015/03/25 ...
5 years, 9 months ago
(2015-03-27 17:22:12 UTC)
#5
On 2015/03/27 01:35:51, xdai1 wrote:
> On 2015/03/26 12:31:55, bshe wrote:
> > On 2015/03/25 23:13:03, xdai1 wrote:
> > > Biao, please take another look at the CL, thanks!
> > > Basically I took your advice and only ran these two tests on official
build
> > > chrome, which should fix the failure of the tests.
> >
> > huh, we lost coverage for chromium build this way. Although it is unlikely
> that
> > our
> > wallpaper app only works on official build but not on chromium build, it
would
> > still be
> > safer/better to use the test to guard it. For chromium build, user expect to
> use
> > our app
> > to set a custom wallpaper. Would it possible to use enableOnlineWallpaper_
to
> > guard the test?
>
> Biao, could you please take a look at Patch 6 and Patch 7? Basically they all
> passed the tests, but if you click into the trybot results of Patch Set 7, you
> will notice that the
> BrowserGuestSessionNavigatorTest.Browser_Gets_Created_On_Visiting_Desktop
failed
> (with or without patch). The failure for this same test also can be observed
in
> Patch 3 and 4. Do you have a thought why it would happen? I think it might not
> related with the change, but it's weird that Patch Set 2 and 6 don't have this
> problem. Thanks for the help!
From
http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...
it looks like the test failed without your patch too. So it is not your problem.
It is probably because the test
is flaky. You can probably talk to chrome on ChromeOS gardener today.
the change lgtm
xdai1
On 2015/03/27 17:22:12, bshe wrote: > On 2015/03/27 01:35:51, xdai1 wrote: > > On 2015/03/26 ...
5 years, 9 months ago
(2015-03-27 17:32:40 UTC)
#6
On 2015/03/27 17:22:12, bshe wrote:
> On 2015/03/27 01:35:51, xdai1 wrote:
> > On 2015/03/26 12:31:55, bshe wrote:
> > > On 2015/03/25 23:13:03, xdai1 wrote:
> > > > Biao, please take another look at the CL, thanks!
> > > > Basically I took your advice and only ran these two tests on official
> build
> > > > chrome, which should fix the failure of the tests.
> > >
> > > huh, we lost coverage for chromium build this way. Although it is unlikely
> > that
> > > our
> > > wallpaper app only works on official build but not on chromium build, it
> would
> > > still be
> > > safer/better to use the test to guard it. For chromium build, user expect
to
> > use
> > > our app
> > > to set a custom wallpaper. Would it possible to use enableOnlineWallpaper_
> to
> > > guard the test?
> >
> > Biao, could you please take a look at Patch 6 and Patch 7? Basically they
all
> > passed the tests, but if you click into the trybot results of Patch Set 7,
you
> > will notice that the
> > BrowserGuestSessionNavigatorTest.Browser_Gets_Created_On_Visiting_Desktop
> failed
> > (with or without patch). The failure for this same test also can be observed
> in
> > Patch 3 and 4. Do you have a thought why it would happen? I think it might
not
> > related with the change, but it's weird that Patch Set 2 and 6 don't have
this
> > problem. Thanks for the help!
>
> From
>
http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...
> it looks like the test failed without your patch too. So it is not your
problem.
> It is probably because the test
> is flaky. You can probably talk to chrome on ChromeOS gardener today.
> the change lgtm
Found the reason for the failure of the test:
https://code.google.com/p/chromium/issues/detail?id=469717.
Thanks for the review!
xdai1
The CQ bit was checked by xdai@chromium.org
5 years, 9 months ago
(2015-03-27 17:34:39 UTC)
#7
Issue 1038543002: Reland of "Decrease the lag when switching between categories in the Cros wallpaper selector."
(Closed)
Created 5 years, 9 months ago by xdai1
Modified 5 years, 9 months ago
Reviewers: bshe
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 0