[ 
https://issues.apache.org/jira/browse/FLINK-9354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16477097#comment-16477097
 ] 

ASF GitHub Bot commented on FLINK-9354:
---------------------------------------

Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/6008#discussion_r188550129
  
    --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh ---
    @@ -33,8 +33,8 @@ else
       NUM_SLOTS=$NEW_DOP
     fi
     
    -STATE_BACKEND_TYPE=${STATE_BACKEND_TYPE:-file}
    -STATE_BACKEND_FILE_ASYNC=${STATE_BACKEND_FILE_ASYNC:-true}
    +STATE_BACKEND_TYPE=${3:-file}
    +STATE_BACKEND_FILE_ASYNC=${4:-true}
    --- End diff --
    
    will do 👍 


> print execution times for end-to-end tests
> ------------------------------------------
>
>                 Key: FLINK-9354
>                 URL: https://issues.apache.org/jira/browse/FLINK-9354
>             Project: Flink
>          Issue Type: Improvement
>          Components: Tests, Travis
>    Affects Versions: 1.5.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Major
>             Fix For: 1.5.0
>
>
> We need to modify the end-to-end scripts to include the time it takes for a 
> test to run.
> We currently don't have any clue how long a test actually runs for.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to