Closed matt-richardson closed 3 years ago
https://github.com/OctopusDeploy/OctopusDeploy/pull/9679 added some caching around the RawConfigurationStore inside Octopus Server, which unfortunately has broken the tests for OctopusDSC. This issue has been logged as https://github.com/OctopusDeploy/Issues/issues/7113.
RawConfigurationStore
This PR adds an artificial 2min sleep to get around the caching bug. This is a temporary fix until https://github.com/OctopusDeploy/Issues/issues/7113 has been resolved, at which point, we should revert this.
https://github.com/OctopusDeploy/OctopusDeploy/pull/9679 added some caching around the
RawConfigurationStore
inside Octopus Server, which unfortunately has broken the tests for OctopusDSC. This issue has been logged as https://github.com/OctopusDeploy/Issues/issues/7113.This PR adds an artificial 2min sleep to get around the caching bug. This is a temporary fix until https://github.com/OctopusDeploy/Issues/issues/7113 has been resolved, at which point, we should revert this.