You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/05/28 16:09:39 UTC

[GitHub] [flink] 1u0 edited a comment on issue #8495: [FLINK-12556][e2e] Extend some end-to-end tests to run with custom (input) File System implementation

1u0 edited a comment on issue #8495: [FLINK-12556][e2e] Extend some end-to-end tests to run with custom (input) File System implementation
URL: https://github.com/apache/flink/pull/8495#issuecomment-496221499
 
 
   Timings of the tests, from the CI logs:
   ```
   [PASS] 'Running Kerberized YARN on Docker test (default input)' passed after 8 minutes and 13 seconds! Test exited with exit code 0.
   [PASS] 'Running Kerberized YARN on Docker test (custom fs plugin)' passed after 4 minutes and 33 seconds! Test exited with exit code 0.
   
   [PASS] 'Wordcount end-to-end test' passed after 0 minutes and 12 seconds! Test exited with exit code 0.
   [PASS] 'Shaded Hadoop S3A end-to-end test' passed after 0 minutes and 1 seconds! Test exited with exit code 0.
   [PASS] 'Shaded Presto S3 end-to-end test' passed after 0 minutes and 0 seconds! Test exited with exit code 0.
   [PASS] 'Custom FS plugin end-to-end test' passed after 0 minutes and 13 seconds! Test exited with exit code 0.
   ```
   
   So adding a modified Yarn kerberos test as addition, extends tests run by 4,5 minutes. Here it may look faster, because it reuses the docker build created by the previous test run. Otherwise, I expect them to run about the same amount of time in equal conditions.
   
   CC @zentol.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services