[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:18:48 PST 2021


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

Lauro Moura <lmoura at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lmoura at igalia.com

--- Comment #3 from Lauro Moura <lmoura at igalia.com> ---
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.

-- 
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/be527e4f/attachment.htm>


More information about the webkit-unassigned mailing list