-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(test): bump confluentPlatformVersion from 6.1.1 to 6.2.0 #1984
Conversation
@null-sleep / @vvuibert are you still working on this? I notice that the functional tests failed because it seems a kafka server side error has seemingly changed, causing the assert to fail: 2021-08-09T12:18:52.0161673Z functional_producer_test.go:104: Expected ErrUnknownTopicOrPartition, found kafka server: The request attempted to perform an operation on an invalid topic. i.e., we’re getting ErrInvalidTopic rather than ErrUnknownTopicOrPartition |
@vvuibert @null-sleep Friendly bump 🙏🏼 Do you think you'd be able to look into this test failure? |
ca2b887
to
ba33c76
Compare
I rebased off master and the tests still fail. On running
|
42b0abc
to
d8db45b
Compare
Looks like the new Raised #2012 |
d8db45b
to
ce4d8e1
Compare
Whilst this isn't a new kafka version, it does bundle a number of fixes that are probably worth tracking, so bump up to it. https://docs.confluent.io/platform/6.1.2/release-notes/changelog.html
3f06438
to
2bb5560
Compare
In Kafka 2.8.0 there is a specific ErrInvalidTopic error response so allow for that in the functional_client_test.go
woo, we've got this passing now — will merge |
Part of the effort to upgrade to Kafka 2.8.0