• The values are computed based on which brokers are active
    in current test suite. Even though the implementation
    is a bit complicated, explanation is very simple:
    The greatest value among currently used brokers is taken
    and then used everywhere. Each mode is independent,
    startDate and endDate are independent too.
    selurvedu authored
     
    Browse Files »
  • In essence:
    
    * Rename `load_initial_data_from` to `load_data_from`
      and add a new optional argument `mode`;
    
    * Add early recursive merging of brokers' data and
      default values into `load_data_from`;
    
    * Thanks to early merging we no longer need to
      touch `Default` in resource files, so the old code
      which used to do that was removed. Even more,
      `Default` is no longer accessible through `${BROKERS}`.
    selurvedu authored
     
    Browse Files »