microsoft / Omex

Shared components used by the Omex team to build scalable and highly available distributed systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gating configuration not taken into account

dakanev-msft opened this issue · comments

Specified resource file names are ignored, and the default names OmexTip.xml and OmexGates.xml are always used instead. This manifests as gates being loaded as disabled (due to a data set load error) and the gating is effectively not working.

The workaround for this issue is to rename the resource files to OmexTip.xml and OmexGates.xml.

This is worked on as part of #66

Closed in commit 66a70c7

The fix caused unit tests in other components to fail. The corresponding commit will be reverted.

Gating is no longer in this repo, or supported.