Skip to content
Snippets Groups Projects
Forked from atlas / athena
87540 commits behind the upstream repository.
  • scott snyder's avatar
    1b769606
    AthenaCommon: Reproducible iteration. · 1b769606
    scott snyder authored
    In ConfiguredFactory, iterate over properties in a well-defined order.
    Resolving properties can have side effects, so if the iteration order
    here is undefined, then results may not be repoducible.
    
    Addresses differences seen between py2 and py3 jobs.
    1b769606
    History
    AthenaCommon: Reproducible iteration.
    scott snyder authored
    In ConfiguredFactory, iterate over properties in a well-defined order.
    Resolving properties can have side effects, so if the iteration order
    here is undefined, then results may not be repoducible.
    
    Addresses differences seen between py2 and py3 jobs.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ConfiguredFactory.py 56.37 KiB