Skip to content
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 Generator #69

Open
mdedetrich opened this issue Oct 7, 2021 · 0 comments
Open

Fix Generator #69

mdedetrich opened this issue Oct 7, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@mdedetrich
Copy link
Collaborator

mdedetrich commented Oct 7, 2021

What happened?

There is a range index issue when generating S3 bucket names for tests, i.e.

[info] - Bucket name generators generates valid bucket names according to S3Settings with virtualDotHost and prefix *** FAILED ***
[info]   IllegalArgumentException was thrown during property evaluation.
[info]     Message: requirement failed: invalid size given: -1
[info]     Occurred when passed generated values (
[info]   
[info]     )

What did you expect to happen?

For it to not fail

What else do we need to know?

There is some fencepost error that needs to be looked into at https://github.com/aiven/guardian-for-apache-kafka/blob/main/core-s3/src/test/scala/io/aiven/guardian/kafka/s3/Generators.scala

@mdedetrich mdedetrich added the good first issue Good for newcomers label Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant