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:
gbrodman
2022-02-23 11:07:10 -05:00
committed by GitHub
parent 59bca1a9ed
commit 178702ded3
6 changed files with 22 additions and 15 deletions
@@ -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",