Search

Clear filter
Announcement
Celeste Canzano · Mar 24

Reminder: Beta Testers Needed for Our Upcoming InterSystems IRIS Developer Professional Certification Exam

The beta test will be available until April 20, 2025. As a beta tester, you have the chance to earn the certification for free! Interested in beta testing?
Question
David Losiewicz · Jun 23, 2016

Enable $$$GeneralError Macro

set RunStatus=$System.Status.Error(83,"DXL Testing Run Error") set RunStatus=$System.Status.Error(5001,"DXL Testing Run Error") Unless I've misunderstood the context, it's simpler
Article
Oliver Wilms · Oct 5, 2020

File Passthrough Feeder

I added test file creation scripts and generated test files before each Unit Test.
Question
Curtis Rambaransingh · Apr 20, 2020

Best way to create multiple NTEs from one NTE

- Currently we are receiving one NTE (See Below) from the source system NTE|1|Result Comment|TESTING:\.br\\.br\This is a test results. \.br\\.br\This test is a Test.
Article
Ray Wright · Jul 22

Vector Search Performance

Test Objectives InterSystems has been testing Vector Search since it was announced as an “experimental feature” in IRIS 2024.1.
Question
Mack Altman · Jan 21, 2017

What is the base formula used for calculating global storage?

""^TEST(1)=""16^TEST(1,2)=""24^TEST=""^TEST(1,2)=""20^TEST=""^TEST(1)=""^TEST(1,2)=""24^TEST(1)=""^TEST(2)=""28^TEST=""^TEST(1)=""^TEST(2)=""24 This does not identify how consumption
Question
Dmitry Maslennikov · Feb 6, 2023

SQL PROCEDURE %sqlcontext for LANGUAGE PYTHON

%Message = "test error message" }; CALL test(); EOF [SQLCODE: <-400>:<Fatal error occurred>] [Location: <SPFunction>] [%msg: <test error message>]
Article
Eduard Lebedyuk · Mar 20, 2018

Continuous Delivery of your InterSystems solution using GitLab - Part IV: CD configuration

Here's test script: load test: environment: name: test url: http://test.hostname.com only: - master tags: - test stage: test script: csession IRIS
Question
Eduard Lebedyuk · Dec 25, 2017

How can I redefine marco and recompile code for subclass

Here's how that works: >do ##class(Macro.Parent).Test() Class: Macro.Parent Value: Parent >do ##class(Macro.Child).Test() Class: Macro.Child Value: Child But that approach
Question
Michael Gosselin · Jul 29, 2016

How best to "break" my code

So, I'd like to ask people, what are some of the things you like to test for when trying to stress-test your code?
Article
Tomoko Furuzono · Sep 5, 2024

Handling NULL in SQL

(1) NULL data [SQL] insert into test(a) values(NULL) select * from test where a IS NULL [InterSystems ObjectScript] set x=##class(User.test).
Question
Colin Nagle · Apr 11, 2024

Mapping an optional field to its optional subscript node

Hello all, If we have a global structured something like this:- ^test(1)="Dave^Engineer" ^test(2)="Bethan^Manager" ^test(2,"transferred")="2024-01-04" ^test(3)="James^Administrator
Question
Colin Gadumer · Jun 5

Pass a string to a routine from powershell

Consider testing with a simpler command first."
Question
Fynn Schwiegelshohn · Sep 30, 2022

Code Coverage in Productions?

Hi all, I am currently wokring on integrating unit tests into a project. I am also attempting to test productions with the TestProductions class.
Article
Evgeny Shvarov · Apr 22, 2024

Installing ObjectScript Solutions Without Source Code or in Deploy Mode Using IPM Package Manager

Call the following: Do ##class(dc.deployed.ObjectScript).Test() You should see: USER>Do ##class(dc.deployed.ObjectScript).Test() It is a deployed class without source code