Closed codebytere closed 6 years ago
After enabling verbose logging, it appeared that some guestinstance tests were crashing as a result of
[25755:0522/121849.511223:ERROR:sync_point_manager.cc(136)] Client did not release sync token as expected
errors.
This error was also seen here, and subsequently repaired in chromium with this CL, which is the patch i've backported in this PR.
/cc @alexeykuzmin @deepak1556
> backport_3743d0f.patch failed to apply =(
> backport_3743d0f.patch failed to apply
There is no need to backport commit 3743d0f, it has already been backported to M66 in commit 4ec34bb.
3743d0f
4ec34bb
https://chromium-review.googlesource.com/c/chromium/src/+/969968 should also be backported.
I'll do it separately.
After enabling verbose logging, it appeared that some guestinstance tests were crashing as a result of
errors.
This error was also seen here, and subsequently repaired in chromium with this CL, which is the patch i've backported in this PR.
/cc @alexeykuzmin @deepak1556