Add replay & compare to ContactCreateFlowTest test (#976)

* Add replay & compare to ContactCreateFlowTest test

This test exposed a write priority issue between ContactResource and
ContactHistory entries.
This commit is contained in:
Michael Muller
2021-03-02 11:50:03 -05:00
committed by GitHub
parent 8724ef6c70
commit 83ca9d82df
2 changed files with 8 additions and 1 deletions
@@ -41,9 +41,9 @@ public class EntityWritePriorities {
*/
static final ImmutableMap<String, Integer> CLASS_PRIORITIES =
ImmutableMap.of(
"ContactResource", -15,
"HistoryEntry", -10,
"AllocationToken", -9,
"ContactResource", 5,
"DomainBase", 10);
// The beginning of the range of priority numbers reserved for delete. This must be greater than