Page MenuHomePhabricator

Enable sandbox testing for FCM
Closed, ResolvedPublic

Description

We want to be able to test and profile our service.

The send() function in FCM has a dryRun parameter we could use for testing and profiling the service without actually sending messages to a device.

send(message: Message, dryRun?: undefined | false | true): Promise<string>

Event Timeline

Change 601582 had a related patch set uploaded (by BearND; owner: BearND):
[mediawiki/services/push-notifications@master] Enable dryRun for FCM messages

https://gerrit.wikimedia.org/r/601582

Change 601582 merged by jenkins-bot:
[mediawiki/services/push-notifications@master] Enable dryRun for FCM messages

https://gerrit.wikimedia.org/r/601582