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

The --datastore-substitute command parameter behavior is inconsistent #203

Closed smalers closed 2 years ago

smalers commented 2 years ago

The --datastore-substitute command parameter behavior is inconsistent among testing implementations because used for web service and database test suites. This appears to be due to the use of a hash map to look up data in cases where the same datastore may be used more than once in the hashmap key.

smalers commented 2 years ago

I updated the code. Close this issue.