indeedeng / proctor

Proctor is a Java-based A/B testing framework developed by, and used heavily within, Indeed.
http://opensource.indeedeng.io/proctor
Other
465 stars 123 forks source link

EEX-149 Add isDynamic flag to ConsumableTestDefinition #131

Closed bayareabear closed 1 year ago

bayareabear commented 1 year ago

Add isDynamic flag to ConsumableTestDefinition. This will enable us to exclude dynamic tests in exposure logging to reduce the data volume and avoid over logging

zacharygoodwin commented 1 year ago

Can you add unit tests to confirm this field is correctly set when proctor gets consumable tests via metatags. I think this will work but wanna confirm with tests