Skip to content

Commit

Permalink
test(notifications): add load test psudo-code
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Apr 26, 2024
1 parent c8a335d commit 7458467
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bats/core/notifications/notifications.bats
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,12 @@ setup_file() {
acknowledged_at=$(graphql_output '.data.statefulNotificationAcknowledge.notification.acknowledgedAt')
[[ "$acknowledged_at" != "null" ]] || exit 1
}

@test "notifications: load test" {
for in $(seq 1 100); do
# create 100000 users
# And update their language to spanish
done

# execute a trivial marketing notification
}

0 comments on commit 7458467

Please sign in to comment.