mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02:00
The "lenient" bit must be the same between RdeStagingMapper and RdeStagingReducer, but this is hidden by the Reducer receiving the bit in a completely different way than the mapper. There are 2 ways to do this: - add a "setLenient" function to RdeStagingReducer that we MUST call, or else get a runtime error. This is the simplest solution - have a RdeStagingReducerBuilder you can inject, and that requires the "lenient" value to actually build the RdeStagingReducer. This prevents bugs at compile-time but is "more complicated" I'm going with the second one here, but feel free to ask for the first one. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=229423590 |
||
---|---|---|
.. | ||
imports | ||
testdata | ||
BouncyCastleTest.java | ||
BrdaCopyActionTest.java | ||
BUILD | ||
ContactResourceToXjcConverterTest.java | ||
DomainResourceToXjcConverterTest.java | ||
EscrowTaskRunnerTest.java | ||
GhostrydeGpgIntegrationTest.java | ||
GhostrydeTest.java | ||
HostResourceToXjcConverterTest.java | ||
PendingDepositCheckerTest.java | ||
RdeFixtures.java | ||
RdeMarshallerTest.java | ||
RdeReportActionTest.java | ||
RdeStagingActionTest.java | ||
RdeTestData.java | ||
RdeTestSuite.java | ||
RdeUploadActionTest.java | ||
RegistrarToXjcConverterTest.java | ||
RydeCompressionTest.java | ||
RydeEncryptionTest.java | ||
RydeFileEncodingTest.java | ||
RydeGpgIntegrationTest.java | ||
RydeTarTest.java |