feat: game lobby service
This commit is contained in:
@@ -74,7 +74,7 @@ func TestNewPreservesBusinessMetrics(t *testing.T) {
|
||||
}, 125*time.Millisecond)
|
||||
runtime.RecordAuthResolutionOutcome(context.Background(), "resolve_by_email", "existing")
|
||||
runtime.RecordUserCreationOutcome(context.Background(), "created")
|
||||
runtime.RecordRaceNameReservationConflict(context.Background(), "update_my_profile")
|
||||
runtime.RecordUserNameConflict(context.Background(), "update_my_profile")
|
||||
runtime.RecordEntitlementMutation(context.Background(), "grant", "success")
|
||||
runtime.RecordSanctionMutation(context.Background(), "apply", "conflict")
|
||||
runtime.RecordLimitMutation(context.Background(), "remove", "subject_not_found")
|
||||
@@ -97,7 +97,7 @@ func TestNewPreservesBusinessMetrics(t *testing.T) {
|
||||
assertMetricCount(t, reader, "user.user_creation.outcomes", map[string]string{
|
||||
"outcome": "created",
|
||||
}, 1)
|
||||
assertMetricCount(t, reader, "user.race_name.reservation_conflicts", map[string]string{
|
||||
assertMetricCount(t, reader, "user.user_name.conflicts", map[string]string{
|
||||
"operation": "update_my_profile",
|
||||
}, 1)
|
||||
assertMetricCount(t, reader, "user.entitlement.mutations", map[string]string{
|
||||
|
||||
Reference in New Issue
Block a user