[
https://issues.apache.org/jira/browse/FLINK-28333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576741#comment-17576741
]
Danny Cranmer commented on FLINK-28333:
---------------------------------------
This is by design, we do not provide AWS keys to feature branch CI builds since
they could be stolen. The GSR keys were supplied to master builds but it
appears they are no longer. I ran the end to end tests locally and provided
keys and they passed (as part of
https://issues.apache.org/jira/browse/FLINK-28094).
> GlueSchemaRegistryAvroKinesisITCase is being Ignored due to `Access key not
> configured`
> ---------------------------------------------------------------------------------------
>
> Key: FLINK-28333
> URL: https://issues.apache.org/jira/browse/FLINK-28333
> Project: Flink
> Issue Type: Bug
> Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile), Tests
> Affects Versions: 1.15.0
> Reporter: Ahmed Hamdy
> Assignee: Danny Cranmer
> Priority: Major
>
> h1. Description
> {{GlueSchemaRegistryAvroKinesisITCase}} test is not being run on CI and is
> skipped due to {{Access key not configured}}.
> Access Key and Secret Key should be added to test environment variables to
> enable test.
> Currently on adding these keys to environment variables the test fails with
> {quote}AWSSchemaRegistryException: Exception occurred while fetching or
> registering schema definition =
> {"type":"record","name":"User","namespace":"org.apache.flink.glue.schema.registry.test","fields":[{"name":"name","type":"string"},{"name":"favorite_number","type":["int","null"]},{"name":"favorite_color","type":["string","null"]}]},
> schema name = gsr_avro_input_stream
> at
> com.amazonaws.services.schemaregistry.common.AWSSchemaRegistryClient.getORRegisterSchemaVersionId(AWSSchemaRegistryClient.java:202){quote}
> These tests should be enabled and fixed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)