-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Update github.com/ulikunitz/xz #12253
Conversation
* Bump xz which is transitive dependency of github.com/mholt/archiver. Fixes known security vulnerability GHSA-25xm-hr59-7c27.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one minor comment, otherwise lgtm, and thanks for submitting the PR!
* Added security advisory ID to changelog.
@pmmukh Two tests fail |
ah yep, those are flaky tests, will give em a rerun! |
The test seems to fail consistently now, also on my machine. Test is using I submitted a question if this is to be expected https://github.com/bitnami/bitnami-docker-cassandra/issues/98 |
I've now merged main to pick up #12311 which I missed in this PR. It forces fixed version Another alternative that worked for me locally, even with diff --git a/helper/testhelpers/docker/testhelpers.go b/helper/testhelpers/docker/testhelpers.go
index 673a0dea7..90698e323 100644
--- a/helper/testhelpers/docker/testhelpers.go
+++ b/helper/testhelpers/docker/testhelpers.go
@@ -146,7 +146,7 @@ func (d *Runner) StartService(ctx context.Context, connect ServiceAdapter) (*Ser
bo := backoff.NewExponentialBackOff()
bo.MaxInterval = time.Second * 5
- bo.MaxElapsedTime = time.Minute
+ bo.MaxElapsedTime = 2 * time.Minute
pieces := strings.Split(hostIPs[0], ":")
portInt, err := strconv.Atoi(pieces[1]) but I'm still unsure if this long startup time of new cassandra is to be expected or bug. |
@tsaarni thanks for looking into that cassandra startup time issue! For the purposes of this PR, I'm going to merge this in and ignore that, I think as far as upgrading Cassandra tests to support cassandra 4, the ecosystem team will be taking a look at that later. Also, if your open issue there reaches a conclusion that some change in Vault can allow us to run tests against cassandra 4, please feel free to open a PR! |
Fixes known security vulnerability GHSA-25xm-hr59-7c27 Upgrade github.com/ulikunitz/xz to v0.5.8 #9914