meat-aggregate-partitions Add aggregation option based on past partitions

so that cleanup can be performed an any straggling log parts prior to partition
removal.

Dan Buch avatar Dan Buch

Push event #1329.1 passed

  • Ran for
AMD64
Ruby: 2.4.1
Git
The .travis.yml file used for this job is not available
Build Config
{
  "rvm": [
    "2.4.1"
  ],
  "dist": "trusty",
  "sudo": "required",
  "cache": {
    "bundler": true,
    "directories": [
      "${HOME}/perl5",
      "${HOME}/.cache"
    ]
  },
  "addons": {
    "apt": {
      "packages": [
        "postgresql-server-dev-9.6"
      ]
    },
    "postgresql": 9.6
  },
  "language": "ruby",
  "services": [
    "redis",
    "rabbitmq"
  ],
  "before_script": [
    "bundle exec rake setup"
  ],
  "before_install": [
    "script/install-sqitch",
    "script/install-partman",
    "eval \"$(perl -I ~/perl5/lib/perl5/ '-Mlocal::lib')\"",
    "gem update bundler"
  ]
}