David Browaeys

Results 6 comments of David Browaeys

Any update on this issue? Having similar now `sfdx force:apex:test:run -u ST -w 600 -r junit --codecoverage --testlevel RunLocalTests --synchronous -d testResults Unhandled rejection ERROR_HTTP_414: Bad Message 414reason: URI Too...

@szymon-halik So after posting this above, I've actually spent quite a bit of time trying to work it out myself. Because from a sfdx perspective the running test class is...

@AllanOricil @mshanemc actually was quite easy and fun to analyse. If you replace `no-map` by root folder as '.' at line 188 in [lib/deployCommand.js](https://github.com/salesforcecli/plugin-source/blob/9f48ef68712448532ca11323723bb307ee087c96/src/deployCommand.ts) then it works very well. ![image](https://user-images.githubusercontent.com/20630942/203207500-9fb3d512-2f56-43a9-bb37-ba7a40ff9e36.png)...

@AllanOricil that's what I tried to point out. I think there is a simple solution we can apply quite quickly. Thank you.

Great questions. @AllanOricil Multi packages will work yes if you use simply project root (as '.'). However, if you have some classes in a random folder and which are not...