Ahmed Hamdy created FLINK-28333:
-----------------------------------
Summary: 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: Tests
Affects Versions: 1.15.1
Reporter: Ahmed Hamdy
h1. Description
{{GlueSchemaRegistryJsonKinesisITCase}} 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 test to environment variables the test fails with
{quote}AWSSchemaRegistryException: Exception occurred while fetching or
registering schema definition =
{"$id":"https://example.com/address.schema.json","$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"f1":{"type":"string"},"f2":{"type":"integer","maximum":10000}}},
schema name = gsr_json_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)