Search

Clear filter
Question
Michael Davidovich · Aug 12, 2022

Return Error Code After Unit Tests to CircleCI Job

Does anyone have experience with CircleCI or really any automation tool using %UnitTest? I have built my app and ran my unit test in a Docker container automated by CircleCI
Announcement
Anastasia Dyubaylo · Oct 12, 2021

Video: Fast & Efficient Provisioning & Testing with InterSystems Cloud Manager

Hi Community, New video is already on InterSystems Developers YouTube: ⏯ Fast & Efficient Provisioning & Testing with InterSystems Cloud Manager See how
Article
Andreas Schneider · Apr 22

Testing Metadata Inconsistencies in InterSystems IRIS Using the DATATYPE_SAMPLE Database

on the tool you're using. I tested a few different tools to compare how they handle this kind of inconsistency. 1) SquirrelSQL (SQuirreL SQL Client Home Page)When SquirrelSQL attempts
Article
Evgeny Shvarov · May 28, 2022

Something For Nothing or How to Make Github Run Your UnitTests

Hi Developers! This is yet another short post that is intended to simplify developers' life. Now we'll talk about how to make GitHub run unit tests with every push
Question
Chris Marais · Nov 15, 2021

Errors when using TestCoverage, 'Somebody else is using the Monitor'

When running the command do ##class(TestCoverage.Manager).RunTest(,"/nodelete",.userParams) I now get the following error. these tests used to run fine. LogStateStatus:0
Question
Leonardo Carvalho · Mar 27

Generic route

I'm working with routes for a rest service with intersystems iris. I have a working /test path, but I want to create a regex that accepts any path passed after /test. example
Announcement
Henrique Dias · Feb 12, 2023

iris-tripleslash video announcement

Attention all developers! Get ready to revolutionize your testing process with iris-tripleSlash, the ultimate unit test solution. Say goodbye to boring and repetitive unit
Question
Evgeny Shvarov · May 13, 2023

Debugging Unittests in InterSystems IRIS

if I face that some test method fails I COPY(!) this method somewhere else as classmethod and run/debug it. Is there a handy way to call the particular unittest method in terminal
Question
Dmitry Maslennikov · Feb 22, 2023

$ZF(-100) with Unicode throws <TRANSLATE

, "/SHELL", "echo", "test") test USER>do $zf(-100, "/SHELL", "echo", "test тест") DO $ZF(-100, "/SHELL", "echo", "test тест") ^ <TRANSLATE> I know that it works
Question
Ryan Pflughaupt · Sep 21, 2023

Setting a global variable to change global reference

. This program displays back the location variations in the delimited string. Example Data structure: ^[NSL]Global1(a)="Test" ^[NSL]Global1(a,b)="66738,71469" ^[NSL]Global1(a,b
Question
Olga Smolyar · Jan 6, 2020

Is it possible to add an arbitrary key-value pair (property) into ^UnitTest.results

to add another test suite and use that? Yes I mean if we write a new test suite, I'm just wondering how, when running the tests, we could get the result to contain a new property
Question
Zoltán Mencser · Mar 24, 2022

Errors when using TestCoverage, ':ERROR #5002: ObjectScript error:'

: <FUNCTION>zStart+45^%Monitor.System.LineByLine.1 <<==== **FAILED** TestCoverage.Manager:OnBeforeAllTests::: These tests run fine in Studio. Also the TestCoverage
Article
Daniel Aguilar · Jun 29, 2023

IRIS Api Tester

Hello Community!! I just upload my lastest application "IRIS Api Tester" to the Open Exchange. It's a docker project with InterSystems IRIS + Newman that will allow you to test
Article
Henrique Dias · Feb 5, 2023

iris-tripleslash - let's rock together

know that to create something, we need to make sure it's working; we need not only create but test if it's working and if it doesn't break if we add something new. And to be honest
Question
Dmitry Maslennikov · Mar 6, 2019

Increment value in property with SQL

Let's imagine you have only SQL. You need some table where you should increment value in some property when you update this line. We have the table CREATE TABLE "test