microsoft / Omex

Shared components used by the Omex team to build scalable and highly available distributed systems
MIT License
71 stars 40 forks source link

Gating configuration not taken into account #46

Closed dakanev-msft closed 1 year ago

dakanev-msft commented 5 years ago

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.

dakanev-msft commented 5 years ago

This is worked on as part of https://github.com/microsoft/Omex/pull/66

dakanev-msft commented 5 years ago

Closed in commit 66a70c78206cd094717f8fe19fff214da7cac563

dakanev-msft commented 5 years ago

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

K-Cully commented 1 year ago

Gating is no longer in this repo, or supported.