Page MenuHomePhabricator

Disable notifications while running unit tests
ClosedPublic

Authored by epriestley on Aug 6 2014, 10:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 9, 2:49 PM
Unknown Object (File)
Nov 18 2024, 5:45 PM
Unknown Object (File)
Nov 12 2024, 7:45 AM
Unknown Object (File)
Nov 10 2024, 11:53 AM
Unknown Object (File)
Nov 10 2024, 11:28 AM
Unknown Object (File)
Oct 30 2024, 10:42 AM
Unknown Object (File)
Oct 30 2024, 10:42 AM
Unknown Object (File)
Oct 24 2024, 5:12 AM
Subscribers
Tokens
"Mountain of Wealth" token, awarded by joshuaspence.

Details

Reviewers
btrahan
Commits
Restricted Diffusion Commit
rP1e1eb6921b1d: Disable notifications while running unit tests
Summary

Currently, we'll try to publish notifications while running tests. This is at best unnecessary and at worst problematic (we don't stub out the server).

For now, just never publish them.

Test Plan

Ran unit tests with notifications enabled but the server down and didn't get a bunch of warnings.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Disable notifications while running unit tests.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Aug 6 2014, 10:27 PM
epriestley updated this revision to Diff 24467.

Closed by commit rP1e1eb6921b1d (authored by @epriestley).