OpenCDSS / cdss-app-tstool-main

Colorado's Decision Support Systems (CDSS) TSTool application main program
GNU General Public License v3.0
1 stars 1 forks source link

TSTool stops in full test suite run #97

Open smalers opened 5 years ago

smalers commented 5 years ago

TSTool 13.01.00 stops (does not move forward on tests) running the full test suite. This occurs on FillRegression tests. Commenting out the FillMixedStation and FillRegression tests allows all tests to run. This may be a memory issue, although no exception is shown Running tests individually works.

This may be an issue with the large number of tests now in the test suite, with need to break up tests, for example to test datastore tests individually. It could also be improved by migrating TSTool to 64-bit, which allows a larger memory footprint. The update is expected to occur in OpenCDSS Phase 2.

smalers commented 5 years ago

Maybe need a warning when out of memory exception occurs or gets very close to running out.