[ 
https://issues.apache.org/jira/browse/BEAM-10029?focusedWorklogId=568028&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-568028
 ]

ASF GitHub Bot logged work on BEAM-10029:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Mar/21 00:27
            Start Date: 18/Mar/21 00:27
    Worklog Time Spent: 10m 
      Work Description: tvalentyn commented on pull request #13857:
URL: https://github.com/apache/beam/pull/13857#issuecomment-801527492


   Seed job only runs on pull requests opened by committers. I ran it on my PR 
with these commits.
   
   here is my flow:
   
   ```
   function cdpr()                                                              
  
   {                                                                            
   
     set -x                                                                     
   
     cd ~/projects/beam/prs/beam           # need to git clone this repo ahead 
of time                          
     git checkout master -f                                                     
   
     git branch -D pr-$1                                                        
   
     git fetch origin master                                                    
   
     git fetch origin pull/$1/head:pr-$1                                        
   
     git checkout pr-$1                                                         
   
     set +x                                                                     
   
   }                                                                            
   
     
   cdpr 13857 
   git push tvalentyn `git branch --show-current`:run_seed_job --force
   ```
   Open https://github.com/apache/beam/pull/13626 and run seed job there


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 568028)
    Time Spent: 8h  (was: 7h 50m)

> Add Spanner IO Performance Tests for Python SDK
> -----------------------------------------------
>
>                 Key: BEAM-10029
>                 URL: https://issues.apache.org/jira/browse/BEAM-10029
>             Project: Beam
>          Issue Type: Test
>          Components: io-py-gcp
>            Reporter: Shehzaad Nakhoda
>            Assignee: Shoaib Zafar
>            Priority: P3
>          Time Spent: 8h
>  Remaining Estimate: 0h
>
> Add performance tests so that the SpannerIO functionality can move into 
> production (i.e. out of experimental).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to