Bug 141329

Summary: run-jsc-stress-tests --remote should create remote directory before copying the bundle
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, ggaren, mark.lam, mhahnenb, msaboff, oliver, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 141165    
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-02-06 03:39:26 PST
mysys("scp", "-P", $remotePort.to_s, ($outputDir.dirname + $tarFileName).to_s, "#{$remoteUser}@#{$remoteHost}:#{$remoteDirectory}")

If $remoteDirectory doesn't exists, we will get a regular tar file named 
$remoteDirectory instead of a tar file in $remoteDirectory/$tarFileName .

We should try to create $remoteDirectory on the remote machine before calling scp.
Comment 1 Csaba Osztrogonác 2015-02-06 03:40:23 PST
Created attachment 246159 [details]
Patch
Comment 2 Michael Saboff 2015-02-06 07:43:44 PST
Comment on attachment 246159 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2015-02-06 08:28:00 PST
Comment on attachment 246159 [details]
Patch

Clearing flags on attachment: 246159

Committed r179747: <http://trac.webkit.org/changeset/179747>
Comment 4 WebKit Commit Bot 2015-02-06 08:28:03 PST
All reviewed patches have been landed.  Closing bug.