WebKit Bugzilla
Attachment 372157 Details for
Bug 198851
: New EWS can't process patches larger than 640kb
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198851-20190614204045.patch (text/plain), 1.24 KB, created by
Aakash Jain
on 2019-06-14 17:40:46 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Aakash Jain
Created:
2019-06-14 17:40:46 PDT
Size:
1.24 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 246451) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,12 @@ >+2019-06-14 Aakash Jain <aakash_jain@apple.com> >+ >+ New EWS can't process patches larger than 640kb >+ https://bugs.webkit.org/show_bug.cgi?id=198851 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/ews-build/master.cfg: Increase the patch size limit to 5 MB. >+ > 2019-06-14 Youenn Fablet <youenn@apple.com> > > WebResourceLoadStatisticsStore should not use its network session if invalidated >Index: Tools/BuildSlaveSupport/ews-build/master.cfg >=================================================================== >--- Tools/BuildSlaveSupport/ews-build/master.cfg (revision 246451) >+++ Tools/BuildSlaveSupport/ews-build/master.cfg (working copy) >@@ -7,6 +7,10 @@ from buildbot.plugins import util > import loadConfig > from events import Events > >+# This is work-around for Twisted having a small size limit for patches. See https://bugs.webkit.org/show_bug.cgi?id=198851#c5 >+from twisted.spread import banana >+banana.SIZE_LIMIT = 5 * 1024 * 1024 >+ > is_test_mode_enabled = os.getenv('BUILDBOT_PRODUCTION') is None > > c = BuildmasterConfig = {}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198851
:
372104
|
372157
|
372247