Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

ci: use go 1.18 for tests as well #45

Merged
merged 2 commits into from
Jul 22, 2022
Merged

ci: use go 1.18 for tests as well #45

merged 2 commits into from
Jul 22, 2022

Conversation

mxmCherry
Copy link
Contributor

No description provided.

@mxmCherry mxmCherry requested a review from dim July 21, 2022 13:23
@mxmCherry
Copy link
Contributor Author

@dim please, don't merge this one unless all tests pass - looks like we'll have problems with Go 1.17, need to address that separately.

@mxmCherry
Copy link
Contributor Author

And... 🥁

It fails, for Go 1.18 as well.

Will look in ~1h.

@mxmCherry
Copy link
Contributor Author

mxmCherry commented Jul 21, 2022

Works like a charm locally, every single run. Will try increasing wait time a bit

Nope, I just forgot to configure KAFKA_ADDRS :) Fails locally as well.

@mxmCherry
Copy link
Contributor Author

mxmCherry commented Jul 21, 2022

Figured out, that it works for sarama v1.32.0, but fails on v1.34.1 (UPD: fails right on next version - v1.33.0).

Will check what change there.

v1.32.0 retracted due to IBM/sarama#2150

@@ -3,7 +3,7 @@ module github.com/bsm/bps/kafka
go 1.17

require (
github.com/Shopify/sarama v1.34.1
github.com/Shopify/sarama v1.32.0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@dim I failed to do this in a reasonable amount of time, so "reverted" bumping the sarama lib.

It's OK to release as is (tests work etc), but this better be addressed at some point (v1.32.0 is "deprecated" 'cause it is prone to hang, though it's the only version that works with BPS tests).

@dim dim merged commit 1fdb7e3 into main Jul 22, 2022
@dim dim deleted the hk/ci-go-1.18 branch July 22, 2022 08:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants