Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Schema Registry Avro] Fix nightly test #21176

Merged
merged 1 commit into from
Apr 4, 2022

Conversation

deyaaeldeen
Copy link
Member

@deyaaeldeen deyaaeldeen commented Apr 4, 2022

Packages impacted by this PR

@schema-registry-avro

Issues associated with this PR

Fixes #21175

Describe the problem that is addressed by this PR

The test checks if there was a request sent to register a schema even if the serialization of the input value failed. This request should return a schema ID for the registered schema but the test was expecting the schema ID to be undefined.

Successful run with this PR: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1480429&view=results. Note that the failure in min/max testing is expected because of a recent breaking change in Event Hubs that was not released yet (will be released this week).

What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen?

N/A

Are there test cases added in this PR? (If not, why?)

N/A

Provide a list of related PRs (if any)

N/A

Command used to generate this PR:**(Applicable only to SDK release request PRs)

Checklists

  • Added impacted package name to the issue description
  • Does this PR needs any fixes in the SDK Generator?** (If so, create an Issue in the Autorest/typescript repository and link it here)
  • Added a changelog (if necessary)

@ghost ghost added the Schema Registry label Apr 4, 2022
@azure-sdk
Copy link
Collaborator

API change check for @azure/schema-registry-avro

API changes are not detected in this pull request for @azure/schema-registry-avro

Copy link
Member

@maorleger maorleger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@deyaaeldeen deyaaeldeen merged commit 7926782 into Azure:main Apr 4, 2022
@deyaaeldeen deyaaeldeen deleted the schemaregistryavro/fix-test branch April 4, 2022 17:11
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-js that referenced this pull request Nov 17, 2022
Adding exhaustive hostType values and cores to Microsoft.AzureArcData\sqlServerInstance resource (Azure#21176)

* adding new values for hostType and new cores property

* removing new property from 2022-03-01 version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Schema Registry Avro] schema is still registered if serialization fails is failing
3 participants