Bug 222678

Summary: [resultsdbpy] Make testing compatible with Python 3.8
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, dewei_zhu, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing jbedard: commit-queue+

Description Jonathan Bedard 2021-03-03 12:29:57 PST
The current testing architecture is not compatible with Python 3.8. Although that compatibility is because of some specific implementation decisions, and not structural.
Comment 1 Radar WebKit Bug Importer 2021-03-03 12:30:15 PST
<rdar://problem/74997936>
Comment 2 Jonathan Bedard 2021-03-03 12:35:59 PST
Created attachment 422135 [details]
Patch
Comment 3 Aakash Jain 2021-03-03 12:39:59 PST
Comment on attachment 422135 [details]
Patch

rs=me
Comment 4 Aakash Jain 2021-03-03 12:40:19 PST
Comment on attachment 422135 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=422135&action=review

> Tools/ChangeLog:3
> +        [resultsdbpy] Make testing compatible with 3.8

Nit: 3.8 => Python 3.8
Comment 5 Jonathan Bedard 2021-03-03 12:44:45 PST
Created attachment 422136 [details]
Patch for landing
Comment 6 Jonathan Bedard 2021-03-03 13:05:29 PST
Committed r273834 (234804@main): <https://commits.webkit.org/234804@main>