- edited description
Specify Partial Test option error
Just tried the new Specify Tests option for deploy to production Org.
These are my deploy settings
And this is the error I get when clicking deploy
I’ve also tried to disable “Ignore Warnings” but there’s no difference.
Official response
Comments (12)
-
reporter -
repo owner Thanks for filing. Does it work properly if you choose "Run Local Tests" or does it always fail in this manner?
-
repo owner Until I can determine and implement a fix for this, the workaround would be to roll back to the previous version. Just download the previous build from https://plugins.jetbrains.com/plugin/10253-illuminated-cloud-2/versions and install it using Settings/Preferences>Plugins>Install plugin from disk (under the gear drop-down).
I'll try to get a fix out today or Monday if possible, but before I can do that I'll need to understand why it's not setting
rollbackOnError=false
for you in the situation where it's disabling the Ignore Errors checkbox. -
Hi Scott,
just for your information, the same error happens for me too. I chose ‘Run Local Tests’ though.
I really like the new feature because it makes using change sets obsolete, but as long as it doesn’t work in production, I gotta roll back.
Hoping for a fix soon!
Daniel
-
reporter Hey Scott,
just tried this out - this also happens for Run Local Tests. I’ve also tries this on a completely different project with different orgs.
-
repo owner - attached IlluminatedCloud2.zip
I'm attaching a build that is basically 2.0.8.6 plus some additional debug logging. If you've experienced this issue, please download the attached archive (do not extract it) and install it using Settings/Preferences>Plugins>Install plugin from disk (under the gear drop-down menu). The enable debug logging for metadata deployment and reproduce the issue. Finally either attach or email the resulting
idea.log
for review. Hopefully it'll clarify why this is happening so that I can provide a quick fix. -
repo owner - attached IlluminatedCloud2.zip
Matej sent a log and it showed me what's happening. It's a dumb boolean inversion bug on my part. I'm attaching a new build that should fix it. Please let me know if it doesn't.
-
reporter Works like a charm
Tried both local & partial tests.
-
repo owner Perfect! Thanks for helping get to the bottom of it, and again, sorry for the bug. I'll get an official release out Monday morning with this fix and a few other minor things I've been working on.
-
reporter Not a problem, glad to be of assistance.
-
I can also confirm this new build fixed the problems I was seeing. Thanks, Scott & Matej!
-
repo owner - changed status to resolved
Delivered in 2.0.8.7. Please let me know if you continue to see issues after updating.
- Log in to comment
Matej sent a log and it showed me what's happening. It's a dumb boolean inversion bug on my part. I'm attaching a new build that should fix it. Please let me know if it doesn't.