Commit ab74cfa
authored
[schema registry] Facilitate live test runs on arbitrary endpoint (Azure#13030)
* Parameterize schema registry group. It was hard-coded, which
bumped up against 1 group per resource limit in cheapest tier.
* Remove test of mutating schema and re-registering. When the
schema changes back and forth between runs like that, it causes
the service to keep bumping the schema version, which
eventually hits a limit on total number of schemas.1 parent 309a14b commit ab74cfa
File tree
20 files changed
+165
-221
lines changed- sdk/schemaregistry/schema-registry
- recordings
- browsers/schemaregistryclient
- node/schemaregistryclient
- test
- utils
20 files changed
+165
-221
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 12 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments