Andrey Gavrikov

Results 61 comments of Andrey Gavrikov

Thank you for clarifying. I like the idea. Thanks for the suggestion. Will look into this when I get a chance. > While symbols for the entire workspace would be...

thanks for the links, this is helpful.

There is actually no JSON in the response. It just so happens that vim dictionary (when serialised) looks like JSON. These line prefixes like `Error: ` are used (in shell...

A good start would be to define what the protocol is going to look like first, and think if it will use `response file` approach or some other way (e.g....

> I've been reading some of the tooling api docs and it looks like there were changes at v37.0 What changes are you referring to please? Is there something specific...

> It might be related to me cancelling the previous sync test run but it is still running on the salesforce side. According to the error message you are most...

I have done few test of my own. It looks like SFDC does not like running multiple test classes in synchronous mode with tooling api. On the other hand it...

Thank you for the clarification. I will continue researching this when I get a chance. > I want to avoid getting alerted on false positives. FYI - "Unable to lock...

Just a random thought - do you know what happens if you use tooling-async, but prior to executing tests `Disable Parallel Apex Testing` in `Your Name > Setup > Develop...

FYI - here is what documentation has about runTestsSynchronous https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/intro_rest_resources.htm?search_text=runTestsSynchronous > All test methods in a synchronous test run must be in **the same class**. I did not notice this...