You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/14 13:22:00 UTC

[jira] [Commented] (FLINK-10869) Update S3 testing settings

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

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

StephanEwen opened a new pull request #7098: [FLINK-10869] [build] Update S3 tests to reference new access key environment variables.
URL: https://github.com/apache/flink/pull/7098
 
 
   ## What is the purpose of the change
   
   This updates the S3 credentials used for Integration Tests that interact with S3.
   The S3 bucket and account were provided by data Artisans and our permission setup was changed to a cleaner and more isolated model.
   
   ## Verifying this change
   
   Not possible on the pull request. Only the mast branch builds have access to the environment variables with S3 credentials, to prevent leaking the credentials.
   
   After merging, we have to check that the tests still execute the S3 integration tests and do not skip them.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): **no**
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: **no**
     - The serializers: **no**
     - The runtime per-record code paths (performance sensitive): **no**
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: **no**
     - The S3 file system connector: **yes**
   
   ## Documentation
   
     - Does this pull request introduce a new feature? **no**
     - If yes, how is the feature documented? **not applicable**
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


> Update S3 testing settings
> --------------------------
>
>                 Key: FLINK-10869
>                 URL: https://issues.apache.org/jira/browse/FLINK-10869
>             Project: Flink
>          Issue Type: Improvement
>          Components: Tests
>            Reporter: Stephan Ewen
>            Assignee: Stephan Ewen
>            Priority: Major
>              Labels: pull-request-available
>
> Currently S3 tests go against a bucket hosted by 'data Artisans'.
> As part of reworking the AWS permission setup, we need to adapt the credentials and buckets for these tests.
> Future tests should refer to the following environment variables for S3 tests:
> * `IT_CASE_S3_BUCKET`
> * `IT_CASE_S3_ACCESS_KEY=AKIAIQKDG4KW5QA6TFGA`
> * `IT_CASE_S3_SECRET_KEY`



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