MDSplus / mdsplus

The MDSplus data management system
https://mdsplus.org/
Other
75 stars 44 forks source link

Build: Multithread IDL Tests #2780

Open WhoBrokeTheBuild opened 5 months ago

WhoBrokeTheBuild commented 5 months ago

First attempt at multithreading the IDL tests

TODO: The write tests still need a way to access mdsip, and now in parallel We'll probably use different shot numbers or something to that effect

This also moves the testid variable out of IDL and turns it into a parameter to each test This lets us name the threads and output log files for each test individually

TODO: Output a JUnit XML to allow Jenkins to track these tests