Closed liblit-at-amazon closed 1 year ago
I confirm that #2660 fixes the problem as originally reported here: :utbot-fuzzing:test
succeeds after that change. Thank you, @IlyaMuravjov!
However, ./gradlew build
overall still fails. Adding --continue
shows that the following tasks fail:
:utbot-analytics:test
:utbot-cli:test
:utbot-framework-test:test
:utbot-maven:generatePluginDescriptor
:utbot-spring-test:test
:utbot-summary-tests:test
:utbot-ui-commons:test
Would the UnitTestBot maintainers prefer that I report these failures here, in this issue? In one new issue for each failing task? In one new issue covering all of these failing tasks? What would work best for you?
@liblit-at-amazon, :utbot-framework-test:test
and :utbot-spring-test:test
pass in CI, so your environment must not be configured properly. Ensure that you have set JAVA_HOME
and KOTLIN_HOME
environment variables. As for the other failing tests, you can make separate issues for different tasks if the failures have different causes, for example, if exceptions are thrown from different places.
Description
The current revision of the
main
UTBotJava branch (ba1b365b1ad1efa4f4804e9468b8e51d062a43eb) fails during./gradlew build
. Specifically, theProvidersTest.test fallback unwrapping from providers()
test fails in the:utbot-fuzzing:test
task.To Reproduce
git clone https://github.com/UnitTestBot/UTBotJava.git
cd UTBotJava
chmod +x gradlew
./gradlew build
Expected behavior
The build should complete without error, including passing all automated tests.
Actual behavior
The build fails during the
:utbot-fuzzing:test
task, because theProvidersTest.test fallback unwrapping from providers()
test failed.Visual proofs (screenshots, logs, images)
Failure stack trace:
Environment
java -version
output:main
head at the time of this report)