.busted
author Matthew Wild <mwild1@gmail.com>
Tue, 11 Oct 2022 11:38:32 +0100
changeset 12768 bf6d2f9fad4d
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.dbuffer: Add a bunch of missing test cases Found via mutation testing.

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}