go to post Dmitry Maslennikov · May 25 Creating an Index with SQL, not directly in ObjectScript, will build Index by default if you don't say do not do it.
go to post Dmitry Maslennikov · May 21 Well, most probably IRIS there running in a container, and you are looking at the wrong place. Inside the container, from IRIS, there will be /usr/irissys, outside it will be somewhere else
go to post Dmitry Maslennikov · May 16 No it's just randomly can output errors, and output just nothing
go to post Dmitry Maslennikov · May 15 It's the compilation log in VSCode, why should I even try this way?
go to post Dmitry Maslennikov · May 14 with zpm you can use additional parameter for it zpm "test module-name -only -D UnitTest.Case=Test.PM.Unit.CLI:TestParser" Use class name only to run all tests there, or add Method name to test only that method in the class
go to post Dmitry Maslennikov · May 14 There are no reasons for them to be ClassMethods, UnitTests is quite a complex thing, and it's there are use-cases where it needs to be this way.
go to post Dmitry Maslennikov · May 13 VSCode has a way to help with running tests, but it requires implementing from our side