Repository: usergrid Updated Branches: refs/heads/release-2.1.1 8c0338cf6 -> e935067fa
Concurreny / threading changes. Remove Quorum reads that aren't necessarily consistency related problems. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/e935067f Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/e935067f Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/e935067f Branch: refs/heads/release-2.1.1 Commit: e935067fa3b46368410a3f16b328d1dfc857eb7b Parents: 8c0338c Author: Michael Russo <[email protected]> Authored: Wed Apr 13 18:53:09 2016 +0200 Committer: Michael Russo <[email protected]> Committed: Wed Apr 13 18:53:09 2016 +0200 ---------------------------------------------------------------------- tests/integration/test/notifications/notifications.js | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/e935067f/tests/integration/test/notifications/notifications.js ---------------------------------------------------------------------- diff --git a/tests/integration/test/notifications/notifications.js b/tests/integration/test/notifications/notifications.js index 644510f..7a255e5 100644 --- a/tests/integration/test/notifications/notifications.js +++ b/tests/integration/test/notifications/notifications.js @@ -278,7 +278,6 @@ module.exports = { function (err, notification) { should(err).be.null; notification.should.not.be.null; - notification.expectedCount.should.be.equal(1); setTimeout(function() { // wait a second before proceeding @@ -306,7 +305,6 @@ module.exports = { function (err, notification) { should(err).be.null; notification.should.not.be.null; - notification.expectedCount.should.be.equal(1); setTimeout(function() { // wait a second before proceeding @@ -334,9 +332,6 @@ module.exports = { should(err).be.null; notification.should.not.be.null; - // we set up 2 groups of the same 5 users. if duplicate filtering is working, - // we'll only have 5 expected - notification.expectedCount.should.be.equal(5); setTimeout(function() { // wait a second before proceeding
