You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ahmed Hamdy (Jira)" <ji...@apache.org> on 2022/06/30 15:11:00 UTC

[jira] [Created] (FLINK-28332) GlueSchemaRegistryJsonKinesisITCase is being Ignored due to `Access key not configured`

Ahmed Hamdy created FLINK-28332:
-----------------------------------

             Summary: GlueSchemaRegistryJsonKinesisITCase is being Ignored due to `Access key not configured`
                 Key: FLINK-28332
                 URL: https://issues.apache.org/jira/browse/FLINK-28332
             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)