This message was deleted.
# configuration-cache
s
This message was deleted.
c
There are no evident java agents in play. It’s desirable to test plugins with CC enabled, so disabling it isn’t an option.
The CC report is less than useful…
Ugh. IntelliJ. Why is it necessary to have a runtime agent for simply running a test case (not in debugger)?
Copy code
*** input args: [-Didea.test.cyclic.buffer.size=1048576, -javaagent:/Users/chrislee/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/232.8660.185/IntelliJ IDEA 2022.3 <http://EAP.app/Contents/lib/idea_rt.jar=53708:/Users/chrislee/Library/Application|EAP.app/Contents/lib/idea_rt.jar=53708:/Users/chrislee/Library/Application> Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/232.8660.185/IntelliJ IDEA 2022.3 <http://EAP.app/Contents/bin|EAP.app/Contents/bin>, -Dfile.encoding=UTF-8]
t
Why is it necessary to have a runtime agent for simply running a test case (not in debugger)?
My guess would be that it needs to listen/report the test progress.
c
Works fine with agent disabled! Elsewhere there are notes about handling large parameter lists etc.
👍 1
c
Please @Chris Lee open the issue to IntelliJ in Youtrack
c
It’s a Gradle issue, already opened above.
c
I mentioned it to IntelliJ because I believe they should be aware of the implication of adding an agent. Maybe the IDE shouldn't add it