Skip to content

Conversation

jkroepke
Copy link
Contributor

What type of PR is this?

cleanup

Which issue does this PR fix:

Nothing

What does this PR do / Why do we need it:

As part of #2532 I reformat the go.mod file. This introduce more complex merge conflict, if the go.mod was updated on main.

Note: #2580 removes large part of the THIRD-PARTY-LICENSES.md file, which I re-introduced here.

This PR does not update any dependencies. Only the require blocks has been merged. At the end, no changes are introduces at the go.sum file, even after running go mod tidy. This guarantees that the same versions has been not changes.

If an issue # is not available please add repro steps and logs showing the issue:

Testing done on this change:

Automation added to e2e:

Will this break upgrades or downgrades?

Does this PR introduce any user-facing change?:


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.73%. Comparing base (3b3f545) to head (46f8d8e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2582   +/-   ##
=======================================
  Coverage   92.73%   92.73%           
=======================================
  Files         169      169           
  Lines       22463    22463           
=======================================
  Hits        20830    20830           
  Misses       1016     1016           
  Partials      617      617           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jkroepke
Copy link
Contributor Author

The stress tests jobs seems very unstable

@andaaron
Copy link
Contributor

The stress tests jobs seems very unstable

Maybe the new minio version is slower and because of that some of the wait times in the tests no longer work. There's 1 failed request here or there more often.

@andaaron andaaron merged commit 7729fef into project-zot:main Jul 31, 2024
38 of 40 checks passed
@jkroepke jkroepke deleted the go.mod branch July 31, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants