<div dir="ltr">Hi ALL,<br><div><br><span>oslo_config provides method CONF.set_override[1] , developers usually use it to change <span class="gmail-il">config</span> option's value in tests. That's convenient .</span><span> By default  </span><span>parameter enforce_type=False,  it doesn't check any type or value of </span><span><span>override</span>. I</span><span>f set enforce_type=True , will check parameter override's type and 
value.  In production code(running time code),  oslo_config</span><span></span><span>  always checks  <span class="gmail-il">config</span> option's value.</span><span> In short, we test and run code in different ways.</span> so there's  gap:  <span class="gmail-il">config</span> option with wrong type or invalid value can pass tests when<span></span><div><span></span><div><div id="gmail-m_8148224464712465731magicdomid6"><span>parameter enforce_type = False in consuming projects.  that means some invalid or wrong tests are in our code base. <br><br></span><br>We began to warn user about the change since Sep,
2016 in [2]. This change will
notify consuming project to write correct test cases with config
options. <br></div><div id="gmail-m_8148224464712465731magicdomid6">We would make enforce_type = true by default in [3], that may break some projects' tests, that's also raise wrong unit tests. The failure is easy to fix, which<br></div><div id="gmail-m_8148224464712465731magicdomid6">is recommended. <br></div></div></div><br><br>[1] <a href="https://github.com/openstack/oslo.config/blob/efb287a94645b15b634e8c344352696ff85c219f/oslo_config/cfg.py#L2613">https://github.com/openstack/oslo.config/blob/efb287a94645b15b634e8c344352696ff85c219f/oslo_config/cfg.py#L2613</a><br>[2] <a href="https://review.openstack.org/#/c/365476/">https://review.openstack.org/#/c/365476/</a><br>[3] <a href="https://review.openstack.org/328692">https://review.openstack.org/328692</a><br clear="all"><div><br>-- <br><div class="gmail_signature"><div dir="ltr"><div>ChangBo Guo(gcb)</div></div></div>
</div></div></div>