Skip to content

Use an emptyDir instead of a persistentVolumeClaim for MinIO in the integration tests #513

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

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

siegfriedweber
Copy link
Member

@siegfriedweber siegfriedweber commented Jun 17, 2024

Description

The integration tests fail on an IONOS cluster because MinIO cannot be deployed due to the following error:

failed to provision volume with StorageClass "ionos-enterprise-hdd": rpc error: code = OutOfRange desc = requested size 67108864 must be between 1073741824 and 4398046511104 bytes

A PersistentVolumeClaim with 64 MiB is created which is not supported. Instead of requesting 1 GiB, an emptyDir is now used instead.

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes
# Author
- [x] Integration tests passed (for non trivial changes)
# Reviewer
- [ ] Code contains useful comments
- [ ] Code contains useful logging statements
- [ ] (Integration-)Test cases added
- [ ] Documentation added or updated. Follows the [style guide](https://docs.stackable.tech/home/nightly/contributor/docs-style-guide).
- [ ] Changelog updated
- [ ] Cargo.toml only contains references to git tags (not specific commits or branches)
# Acceptance
- [ ] Feature Tracker has been updated
- [ ] Proper release label has been added
- [ ] [Roadmap](https://github.com/orgs/stackabletech/projects/25/views/1) has been updated

@siegfriedweber siegfriedweber self-assigned this Jun 17, 2024
@siegfriedweber
Copy link
Member Author

siegfriedweber commented Jun 17, 2024

@siegfriedweber siegfriedweber marked this pull request as ready for review June 17, 2024 13:53
@siegfriedweber siegfriedweber requested a review from a team June 17, 2024 13:53
Copy link
Member

@sbernauer sbernauer left a comment

Choose a reason for hiding this comment

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

Many thanks for looking at the failures!

@siegfriedweber siegfriedweber added this pull request to the merge queue Jun 17, 2024
Merged via the queue into main with commit a8c96f5 Jun 17, 2024
32 checks passed
@siegfriedweber siegfriedweber deleted the test/fix-tests-on-ionos branch June 17, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants