[Webkit-unassigned] [Bug 223006] REGRESSION: two webkitscmpy.test.svn_unittest.TestRemoteSvn tests are flaky failures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 10 12:25:22 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=223006

--- Comment #4 from Jonathan Bedard <jbedard at apple.com> ---
(In reply to Lauro Moura from comment #3)
> I also getting these locally kinda often, and a webkitpy patch failed once
> in EWS earlier today.
> 
> Adding some prints to `dateutil` where it is triggered (_common.py:140), the
> `dt` parameter is indeed a `datetime.datetime` object, but the imported
> `datetime` name in this module sometimes points to `FakeDateTime` (which is
> a subclass of `datetime.datetime`), making the `isinstance` call to return
> False.

I have a partial change locally that just abandons timezone shenanigans entirely and prints the time as utc shifted 7 hours (which is California time for our SVN server, which is the whole point of all of this anyways)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210310/cb5066b5/attachment.htm>


More information about the webkit-unassigned mailing list