You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: Several small test fixes to get nightly green (#23906)
Before cutting the `v0.80` release we want to get Nightly green
Included is a hack to get a previously unstable, now totally deleted,
Kafka connection config option working. We used to support writing
`TOPIC METADATA REFRESH INTERVAL MS 500` now we support only `TOPIC
METADATA REFRESH INTERVAL = '500ms'`. To get environments that might
have had the old syntax (it was an unstable option so there shouldn't be
any) we support parsing the `MS` keyword and then in a Catalog migration
swap from a number `500` to the string `500ms`.
### Checklist
- [ ] This PR has adequate test coverage / QA involvement has been duly
considered.
- [ ] This PR has an associated up-to-date [design
doc](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/design/README.md),
is a design doc
([template](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/design/00000000_template.md)),
or is sufficiently small to not require a design.
<!-- Reference the design in the description. -->
- [ ] If this PR evolves [an existing `$T ⇔ Proto$T`
mapping](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/command-and-response-binary-encoding.md)
(possibly in a backwards-incompatible way), then it is tagged with a
`T-proto` label.
- [ ] If this PR will require changes to cloud orchestration or tests,
there is a companion cloud PR to account for those changes that is
tagged with the release-blocker label
([example](https://github.com/MaterializeInc/cloud/pull/5021)).
<!-- Ask in #team-cloud on Slack if you need help preparing the cloud
PR. -->
- [x] This PR includes the following [user-facing behavior
changes](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/guide-changes.md#what-changes-require-a-release-note):
- N/a test only fixes
---------
Co-authored-by: Sean Loiselle <sean@materialize.io>
0 commit comments