1. 18 1月, 2018 3 次提交
  2. 17 1月, 2018 28 次提交
  3. 16 1月, 2018 6 次提交
  4. 15 1月, 2018 3 次提交
    • D
      Reduce overhead in partition testing · 90a957eb
      Daniel Gustafsson 提交于
      Since ICW is a very longrunning process, attempt to reduce time
      consumption by reducing overhead during testing while keeping the
      test constant (coverage not reduced).
      
      Avoid dropping/recreating underlying test tables when not required,
      reduce the number of partitions in some cases and skip pointless
      drops for objects we know doesn't exist. In total this shaves about
      30-40 seconds off an ICW run on my local machine, mileage may vary.
      90a957eb
    • D
      Add test for partition exchange with external table · 629f8161
      Daniel Gustafsson 提交于
      Make sure that we are able to exchnage in an external partition, and
      also ensure that truncation doesn't recurse into the ext partition.
      629f8161
    • D
      Reword FIXME comments to match syntax · d4ad72d3
      Daniel Gustafsson 提交于
      Make sure all merge related FIXME markers are following the same
      format so that we don't accidentally overlook any due to not
      matching the grep pattern used.
      d4ad72d3