Open mwinkel-dev opened 3 days ago
The automated test suite for MATLAB should include tests of the status
returned by mdsput()
.
Testing with alpha-7-148-2
on Ubuntu24 with MATLAB R2023b using the Java bridge worked OK. However, when exceptions were thrown, no status was returned. Also, must test with the Python bridge.
Encountered problems compiling alpha-7-139-59
for Ubuntu24, thus will have to investigate other options for testing mdsput()
with that version of MDSplus.
Is there a way I can view the automated test suite?
Affiliation DIII-D (submitted via email)
Version(s) Affected The "alpha-7-139-59" version that is installed on GA's Omega server.
Platform(s) RHEL8 (probably)
Installation Method(s) Installed by GA using their standard procedure.
Describe the bug The
matlab/mdsput.m
function is returning the result instead of the status.To Reproduce
status
returnedExpected behavior The
status
should always be 0 or 1. It should never be the result of evaluating the TDI expression.Screenshots n/a
Additional context
alpha
branch.alpha-7-139-59
branch are required to confirm the above two points.