-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
GD-494: Discover test shows an error when the test root folder is set to empty #494
Comments
These sounds link a
|
MikeSchulze
changed the title
GD-XXX: index -1 error in gdunit4 4.3.1
GD-494: index -1 error in gdunit4 4.3.1
Jun 6, 2024
MikeSchulze
changed the title
GD-494: index -1 error in gdunit4 4.3.1
GD-494: Jun 6, 2024
Index p_index = -1 is out of bounds
error in gdunit4 4.3.1 when running tests
Unfortunately, that didn't seem to do it. :( Still get the same exact errors. |
I tried creating an example project + test like you, and got an even weirder error... Godot can't even find the test unless I rename and/or re-save the .gd file. Here's the log:
Here's the example I was trying: Godot system info:
|
MikeSchulze
changed the title
GD-494:
GD-494: Discover test shows an error when the test root folder is set to empty
Jun 7, 2024
Index p_index = -1 is out of bounds
error in gdunit4 4.3.1 when running tests
MikeSchulze
added
bug
Something isn't working
and removed
infos requested
Needs additional infos to reproduce
labels
Jun 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The used GdUnit4 version
4.3.1 (Latest Release)
The used Godot version
v4.2.2.stable.official
Operating System
Windows 11
Describe the bug
After upgrading to 4.3.1 from 4.2.5, I started seeing this error in the output log whenever I run tests:
It seems to get printed once per executed
GdUnitTestSuite
(so if I run only one of the test suites, it only gets printed once). It doesn't seem to affect test success, so only appears to be noise.Steps to Reproduce
No response
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: