Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various new-upgrade and test fixes #131

Merged
merged 14 commits into from
Sep 22, 2015
Merged

Various new-upgrade and test fixes #131

merged 14 commits into from
Sep 22, 2015

Conversation

SimonWoolf
Copy link
Member

Mostly test fixes. Biggest change is a big overhaul of the presence tests, which were previously failing randomly in hard-to-debug ways. Only significant non-test changes are bcdf532 and e6c2362 .

Still not passing in ci, but last two failures have been a realtime bug causing dup messages (https://github.com/ably/realtime/issues/297), so raising the PR.

@@ -2,7 +2,7 @@

define(function(require) {
var environment = isBrowser ? (window.__env__ || {}) : process.env,
ablyEnvironment = environment.ABLY_ENV || 'sandbox',
ablyEnvironment = environment.ABLY_ENV || 'staging',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't commit this change.

@paddybyers
Copy link
Member

A couple of comments but otherwise LGTM.

paddybyers added a commit that referenced this pull request Sep 22, 2015
Various new-upgrade and test fixes
@paddybyers paddybyers merged commit bff25fb into master Sep 22, 2015
@paddybyers
Copy link
Member

Thanks

@SimonWoolf SimonWoolf deleted the upgrade-test-fixes branch October 6, 2015 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants