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

[SchemaRegistry] CI regression test failure #20566

Closed
yunhaoling opened this issue Sep 7, 2021 · 1 comment · Fixed by #20735
Closed

[SchemaRegistry] CI regression test failure #20566

yunhaoling opened this issue Sep 7, 2021 · 1 comment · Fixed by #20735
Assignees
Labels
blocking-release Blocks release Client This issue points to a problem in the data-plane of the library. Messaging Messaging crew Schema Registry

Comments

@yunhaoling
Copy link
Contributor

The API version has been updated in the swagger which is used to generate client code.
In the CI there seems to be a by-design failure as the error information is telling us that the api-version of the request doesn't match.

We should check

  • Is this a real issue
  • How to fix it
E               vcr.errors.CannotOverwriteExistingCassetteException: Can't overwrite existing cassette ('/mnt/vss/_work/1/.tmp_code_path/azure-sdk-for-python/sdk/schemaregistry/azure-schemaregistry-avroserializer/tests/recordings/test_avro_serializer.test_basic_sr_avro_serializer.yaml') in your current record mode ('once').
E               No match for the request (<Request (PUT) https://fake_resource.servicebus.windows.net/$schemagroups/fakegroup/schemas/example.avro.User?api-version=2020-09-01-preview>) was found.
E               Found 1 similar requests with 1 different matcher(s) :
E               
E               1 - (<Request (PUT) https://fake_resource.servicebus.windows.net/$schemagroups/fakegroup/schemas/example.avro.User?api-version=2017-04>).
E               Matchers succeeded : ['method', 'scheme', 'host', 'port', 'path']
E               Matchers failed :
E               _custom_request_query_matcher - assertion failure :
E               None
@yunhaoling yunhaoling added Client This issue points to a problem in the data-plane of the library. Schema Registry Messaging Messaging crew labels Sep 7, 2021
@yunhaoling yunhaoling added this to the [2021] October milestone Sep 7, 2021
@swathipil swathipil added the blocking-release Blocks release label Sep 15, 2021
@ghost ghost closed this as completed in #20735 Sep 20, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocking-release Blocks release Client This issue points to a problem in the data-plane of the library. Messaging Messaging crew Schema Registry
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants