Bug 171482 - Regression (r215941) Unexpected logging causes perf tests to fail
Summary: Regression (r215941) Unexpected logging causes perf tests to fail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-04-29 22:02 PDT by Brady Eidson
Modified: 2017-05-01 16:11 PDT (History)
4 users (show)

See Also:


Attachments
Patch (4.74 KB, patch)
2017-04-29 22:06 PDT, Brady Eidson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2017-04-29 22:02:23 PDT
Regression (r215941) Unexpected logging causes perf tests to fail
Comment 1 Radar WebKit Bug Importer 2017-04-29 22:02:52 PDT
<rdar://problem/31907269>
Comment 2 Radar WebKit Bug Importer 2017-04-29 22:02:53 PDT
<rdar://problem/31907270>
Comment 3 Brady Eidson 2017-04-29 22:06:43 PDT
Created attachment 308684 [details]
Patch
Comment 4 WebKit Commit Bot 2017-04-30 00:21:26 PDT
Comment on attachment 308684 [details]
Patch

Clearing flags on attachment: 308684

Committed r215983: <http://trac.webkit.org/changeset/215983>
Comment 5 WebKit Commit Bot 2017-04-30 00:21:27 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Ryan Haddad 2017-05-01 14:44:49 PDT
(In reply to WebKit Commit Bot from comment #4)
> Comment on attachment 308684 [details]
> Patch
> 
> Clearing flags on attachment: 308684
> 
> Committed r215983: <http://trac.webkit.org/changeset/215983>

It appears that perf tests are still failing after this change:

2017-05-01 13:53:04.797 WebKitTestRunner[24779:798669] could not create directory "" for future sandbox extension, error Error Domain=NSCocoaErrorDomain Code=512 "The file “” couldn’t be saved." UserInfo={NSFilePath=}

https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20WK2%20(Perf)/builds/319
Comment 7 Brady Eidson 2017-05-01 15:41:06 PDT
(In reply to Ryan Haddad from comment #6)
> (In reply to WebKit Commit Bot from comment #4)
> > Comment on attachment 308684 [details]
> > Patch
> > 
> > Clearing flags on attachment: 308684
> > 
> > Committed r215983: <http://trac.webkit.org/changeset/215983>
> 
> It appears that perf tests are still failing after this change:
> 
> 2017-05-01 13:53:04.797 WebKitTestRunner[24779:798669] could not create
> directory "" for future sandbox extension, error Error
> Domain=NSCocoaErrorDomain Code=512 "The file “” couldn’t be saved."
> UserInfo={NSFilePath=}
> 
> https://build.webkit.org/builders/
> Apple%20El%20Capitan%20Release%20WK2%20(Perf)/builds/319

hmmmm  based on code inspection that's quite surprising.

Will have to run locally with more logging to explore.
Comment 8 Brady Eidson 2017-05-01 15:57:33 PDT
(In reply to Brady Eidson from comment #7)
> (In reply to Ryan Haddad from comment #6)
> > (In reply to WebKit Commit Bot from comment #4)
> > > Comment on attachment 308684 [details]
> > > Patch
> > > 
> > > Clearing flags on attachment: 308684
> > > 
> > > Committed r215983: <http://trac.webkit.org/changeset/215983>
> > 
> > It appears that perf tests are still failing after this change:
> > 
> > 2017-05-01 13:53:04.797 WebKitTestRunner[24779:798669] could not create
> > directory "" for future sandbox extension, error Error
> > Domain=NSCocoaErrorDomain Code=512 "The file “” couldn’t be saved."
> > UserInfo={NSFilePath=}
> > 
> > https://build.webkit.org/builders/
> > Apple%20El%20Capitan%20Release%20WK2%20(Perf)/builds/319
> 
> hmmmm  based on code inspection that's quite surprising.
> 
> Will have to run locally with more logging to explore.

So far I've determined it's *not* my original cookie file change that's doing this. Huh
Comment 9 Brady Eidson 2017-05-01 16:05:57 PDT
(In reply to Brady Eidson from comment #8)
> (In reply to Brady Eidson from comment #7)
> > (In reply to Ryan Haddad from comment #6)
> > > (In reply to WebKit Commit Bot from comment #4)
> > > > Comment on attachment 308684 [details]
> > > > Patch
> > > > 
> > > > Clearing flags on attachment: 308684
> > > > 
> > > > Committed r215983: <http://trac.webkit.org/changeset/215983>
> > > 
> > > It appears that perf tests are still failing after this change:
> > > 
> > > 2017-05-01 13:53:04.797 WebKitTestRunner[24779:798669] could not create
> > > directory "" for future sandbox extension, error Error
> > > Domain=NSCocoaErrorDomain Code=512 "The file “” couldn’t be saved."
> > > UserInfo={NSFilePath=}
> > > 
> > > https://build.webkit.org/builders/
> > > Apple%20El%20Capitan%20Release%20WK2%20(Perf)/builds/319
> > 
> > hmmmm  based on code inspection that's quite surprising.
> > 
> > Will have to run locally with more logging to explore.
> 
> So far I've determined it's *not* my original cookie file change that's
> doing this. Huh

Fallout from my later IndexedDB change! Hah!
Comment 10 Brady Eidson 2017-05-01 16:11:55 PDT
Following up in https://bugs.webkit.org/show_bug.cgi?id=171522