google-nomulus/java/google/registry/config
weiminyu 75add42a1b Restore original System Properties after tests
Many registry tools tests modify system properties but do not
restore them to original state. These tests must be isolated
from each other and cannot share the same test execution process.

This has a huge impact on test performance under Gradle, which
seems to have higher process startup overhead. Current Gradle
test config has to set 'forEvery' to 1, i.e., every test class
must be run in a freshly started process.

This change significantly reduces the number of tests that need
isolation, making it easier to optimize test config for the
remaining tests.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=221350284
2018-11-14 11:57:23 -05:00
..
files Add support G-Suite group whose members have ADMIN access to registrar console 2018-11-12 14:51:40 -05:00
BUILD Switch to new Json credential provisioning 2018-09-08 00:21:22 -04:00
ConfigUtils.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CredentialModule.java Use new default credentials in a few more modules 2018-09-14 11:53:42 -04:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RdapNoticeDescriptor.java Format some imports using fix_imports.py 2017-10-24 16:53:47 -04:00
RegistryConfig.java Add support G-Suite group whose members have ADMIN access to registrar console 2018-11-12 14:51:40 -05:00
RegistryConfigSettings.java Add support G-Suite group whose members have ADMIN access to registrar console 2018-11-12 14:51:40 -05:00
RegistryEnvironment.java Restore original System Properties after tests 2018-11-14 11:57:23 -05:00
SystemPropertySetter.java Restore original System Properties after tests 2018-11-14 11:57:23 -05:00
YamlUtils.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00