-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Quarkus test with @ParameterizedTest and @MethodSource using List.subList does not work #28677
Comments
Include more kinds of lists in test parameter converter support
Fixes: quarkusio#28677 (cherry picked from commit f4fd3cf)
Fixes: quarkusio#28677 (cherry picked from commit f4fd3cf)
Fixes: quarkusio#28677 (cherry picked from commit f4fd3cf)
I am facing the same problem whenever there is a
any ideas why is that ? it also seems to be the same problem as this issue here, with the fix being to implement |
It looks like a different problem to me.
That indeed looks like the same issue with yours, could you please provide any additional feedback you might have there instead? |
Describe the bug
This is similar to #25413, #25027 and #24492.
When I provide arguments to
@ParameterizedTest
via@MethodSource
and uselist.subList(...)
, there is an error:Adding
--add-opens java.base/java.lang=ALL-UNNAME
etc. proposed in other issues does not work for me unfortunately.Expected behavior
No response
Actual behavior
No response
How to Reproduce?
Output of
uname -a
orver
No response
Output of
java -version
openjdk 17.0.3 (Temurin-17.0.3+7)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.12.3
Build tool (ie. output of
mvnw --version
orgradlew --version
)gradle 7.5.1
Additional information
No response
The text was updated successfully, but these errors were encountered: