google-nomulus/javatests/google/registry/model
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
..
billing Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
common Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
contact Change commit log bucket counts in tests 2017-01-09 11:59:04 -05:00
domain Change commit log bucket counts in tests 2017-01-09 11:59:04 -05:00
eppinput Add a few tests for EppInput 2016-10-14 17:00:32 -04:00
eppoutput Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
export Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
host Change commit log bucket counts in tests 2017-01-09 11:59:04 -05:00
index Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
mark Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
ofy Change commit log bucket counts in tests 2017-01-09 11:59:04 -05:00
poll Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
rde Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
registrar Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
registry Get rid of the delete() method on ReservedList 2017-01-09 11:59:04 -05:00
reporting Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
server Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
smd Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
tmch Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
transfer Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
translators Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
BUILD Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
CreateAutoTimestampTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EntityClassesTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EntityTestCase.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppResourceUtilsTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
ImmutableObjectTest.java Get rid of ReferenceUnions entirely 2016-11-15 10:42:58 -05:00
ModelUtilsTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
ResourceCommandTestCase.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
RoidSuffixesTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
schema.txt Fix Nomulus SchemaVersionTest by adding missing RDE_IMPORT 2016-12-07 15:19:43 -05:00
SchemaVersionTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
UpdateAutoTimestampTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00