mirror of
https://github.com/google/nomulus
synced 2026-09-01 13:46:55 +00:00
Fix DTR creation in one location and clean up replay comparison (#1529)
* Fix DTR creation in one location and clean up replay comparison
This commit is contained in:
@@ -100,17 +100,12 @@ public class ReplayExtension implements BeforeEachCallback, AfterEachCallback {
|
||||
private static ImmutableSet<String> IGNORED_ENTITIES =
|
||||
Streams.concat(
|
||||
ImmutableSet.of(
|
||||
// These entities *should* be comparable, but this isn't working yet so exclude
|
||||
// them so we can tackle them independently.
|
||||
// These entities are @Embed-ded in Datastore
|
||||
"DelegationSignerData",
|
||||
"DomainDsDataHistory",
|
||||
"DomainTransactionRecord",
|
||||
"GracePeriod",
|
||||
"GracePeriodHistory",
|
||||
"HistoryEntry",
|
||||
"DomainHistory",
|
||||
"ContactHistory",
|
||||
"HostHistory",
|
||||
"DomainDsDataHistory",
|
||||
"DelegationSignerData",
|
||||
"DomainTransactionRecord",
|
||||
|
||||
// These entities are legitimately not comparable.
|
||||
"ClaimsEntry",
|
||||
|
||||
Reference in New Issue
Block a user