Skip to content

Get Settings Lookup thread-safety

Rolf Madsen requested to merge 783-GetSettingsLookupNotThreadsafe into master

Main thing:

  • Fixed the issue by using ConcurrentDictionary instead of Dictionary, which is not thread safe in case of multiple writers.

  • RepeatOutputCompare.TapPlan : Verifies that the input/output system works as well as parameterizations and repeat loop. Can also be used for "tap run ... " debugging.

  • added a couple of utility test test steps.

  • added the new test plan to regression.TapPlan for testing.

Closes #783 (closed)

Merge request reports