google-nomulus/javatests/google/registry
mcilwain c35c3a678b Change commit log bucket counts in tests
I'm setting it to three buckets across all tests, because the default one bucket
wasn't realistic enough, and allowed some tests to pass that shouldn't have,
essentially by accident.

This also changes RegistryConfig from being an interface to being an abstract
base class. The medium term goal here is to have it be a static class so that it
can provide fields from the YAML-derived POJO in situations where Dagger
injection isn't feasible.

The expected end state is as follows:

default-config.yaml -- The master config file that provides defaults for all
values.

nomulus-config.yaml -- A per-environment config file that overrides the defaults
from the previous file.

YamlConfig.java -- The POJO that the aforementioned YAML files are deserialized
into.

RegistryConfig.java -- Contains a static, memoized instance of YamlConfig and
provides static methods for getting some of those values.

ConfigModule -- Will become a static inner class of RegistryConfig, using Dagger
to provide most of the fields from the memoized YamlConfig instance. This way,
all configuration will be coming from a single place: RegistryConfig.java.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=143567288
2017-01-09 11:59:04 -05:00
..
backup Change commit log bucket counts in tests 2017-01-09 11:59:04 -05:00
batch Increment the clock in expand recurring billings events test 2017-01-09 11:59:04 -05:00
bigquery Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
builddefs Upgrade Nomulus to latest Closure Rules 2016-12-06 11:52:46 -05:00
config Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
cron Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
dns Restructure Maven dependencies in build 2017-01-09 11:59:04 -05:00
export Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
flows Ensure that poll messages are created in domain create flow tests 2017-01-09 11:59:04 -05:00
groups Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
mapreduce/inputs Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
model Change commit log bucket counts in tests 2017-01-09 11:59:04 -05:00
module Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
monitoring Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
pricing Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
rdap Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
rde Restructure Maven dependencies in build 2017-01-09 11:59:04 -05:00
request Restructure Maven dependencies in build 2017-01-09 11:59:04 -05:00
security Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
server Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
storage/drive Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
testing Move ROID suffix handling from RegistryConfig to ConfigModule 2017-01-09 11:59:04 -05:00
tldconfig/idn Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
tmch Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
tools Change commit log bucket counts in tests 2017-01-09 11:59:04 -05:00
ui Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
util Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
whois Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
xjc Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
xml Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00