Bug 141164 - run-jsc-stress-tests should pass JSC_timeout to remote hosts
Summary: run-jsc-stress-tests should pass JSC_timeout to remote hosts
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 141079 141165
  Show dependency treegraph
 
Reported: 2015-02-02 11:01 PST by Csaba Osztrogonác
Modified: 2015-02-11 09:10 PST (History)
9 users (show)

See Also:


Attachments
Patch (2.59 KB, patch)
2015-02-02 11:06 PST, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-02-02 11:01:53 PST
SSIA
Comment 1 Csaba Osztrogonác 2015-02-02 11:06:17 PST
Created attachment 245886 [details]
Patch
Comment 2 Mark Hahnenberg 2015-02-03 09:56:19 PST
Comment on attachment 245886 [details]
Patch

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

> Tools/Scripts/run-jsc-stress-tests:1364
> +        remoteScript += "export DYLD_FRAMEWORK_PATH=\\\"\\$(cd #{$testingFrameworkPath.dirname}; pwd)\\\" && "
> +        remoteScript += "export JSC_timeout=#{Shellwords.shellescape(ENV['JSC_timeout'])} && "
> +        remoteScript += "sh runscript\""

I think if you're going to export these you should also unset them after executing the runscript or something.
Comment 3 Csaba Osztrogonác 2015-02-03 10:06:29 PST
(In reply to comment #2)
> Comment on attachment 245886 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=245886&action=review
> 
> > Tools/Scripts/run-jsc-stress-tests:1364
> > +        remoteScript += "export DYLD_FRAMEWORK_PATH=\\\"\\$(cd #{$testingFrameworkPath.dirname}; pwd)\\\" && "
> > +        remoteScript += "export JSC_timeout=#{Shellwords.shellescape(ENV['JSC_timeout'])} && "
> > +        remoteScript += "sh runscript\""
> 
> I think if you're going to export these you should also unset them after
> executing the runscript or something.

These exports are valid for this ssh command and its child 
processes, they are reset automatically after the command finished.
Comment 4 Csaba Osztrogonác 2015-02-07 23:06:36 PST
ping?
Comment 5 Csaba Osztrogonác 2015-02-11 06:35:46 PST
Dear reviewers, could you possibly review this patch?
Comment 6 WebKit Commit Bot 2015-02-11 09:10:18 PST
Comment on attachment 245886 [details]
Patch

Clearing flags on attachment: 245886

Committed r179930: <http://trac.webkit.org/changeset/179930>
Comment 7 WebKit Commit Bot 2015-02-11 09:10:23 PST
All reviewed patches have been landed.  Closing bug.