-
Notifications
You must be signed in to change notification settings - Fork 14
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
"Index 1 out of bounds for length 1" exception when running Helm3Test #262
Comments
Hi @tomaszmichalak , thank you for bringing this up! Could you give me a few hints on how to reproduce this on my machine? |
Hi, I have the issue on my local setup with MacBook Pro M1. It looks that one of the images has an invalid environment variable configured. I can remove the commit with this bugfix from the Helm |
Thanks for shaving it off the helm values PR! For my understanding: is this something that's only reproducible on your machine or is there anything I can do to replicate those conditions? |
I'm about to cut a new release, so there's a chance of getting this one in if it's a general problem not limited to your setup. Otherwise I'd tend to close this one if it's not reproducible on another machine. WDYT? |
Sure, if there is no issue on your machine and CI is green, let's release
and close my PR :)
|
I've just cloned this repo to my machine. When running the tests on the master branch, almost all tests fail with the exception:
Running it on Windows 11 with Adoptium Java 17.0.10.7 |
I'm running on Linux, so I'll probably need some input from Mac/Windows users to get to the bottom of this. 🙈 What docker runtime are you using? 🤔 Also maybe @bobrossthepainter finds the time to have a stab at this? 😁 |
@dajudge You can try to prune all downloaded images ( |
@tomaszmichalak Since the GHA builds don't have the issue as well (and they pull at each build) I'm inclined to just assume that's not going to help reproducing the issue. 🙈 Maybe having a windows based GHA build could help surfacing and guarding against such issues? 🤔 |
I've just seen this PR #263 and applied the patch locally to master branch. Then the tests run fine. |
The issue is caused by
com.dajudge.kindcontainer.util.ContainerVersionHelpers#isInContainerFilter
whereCONTAINER_FILTER
environment variable is"null"
instead ofnull
:Container:
The text was updated successfully, but these errors were encountered: