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)
Tue, Feb 18, 8:23 AM
Unknown Object (File)
Sat, Feb 15, 2:25 AM
Unknown Object (File)
Fri, Jan 31, 3:36 PM
Unknown Object (File)
Fri, Jan 31, 1:28 AM
Unknown Object (File)
Thu, Jan 30, 11:46 PM
Unknown Object (File)
Sat, Jan 25, 10:00 PM
Unknown Object (File)
Fri, Jan 24, 11:26 AM
Unknown Object (File)
Jan 17 2025, 11:49 PM
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).