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

Attempt to deflakify joining test #3956

Merged
merged 3 commits into from
May 18, 2017
Merged

Attempt to deflakify joining test #3956

merged 3 commits into from
May 18, 2017

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented May 18, 2017

Give the client a bit longer to get started.

I also pulled in some mock-request updates from js-sdk, and did a few more updates (which I'll probably backport), though none of that turned out to be strictly necessary.

Just copy-and-paste the updated version from js-sdk in here.
attempt to make the logging a bit more comprehensible
give the client a bit longer to get started.
Copy link
Contributor

@lukebarnard1 lukebarnard1 left a comment

Choose a reason for hiding this comment

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

LGTM apart from tiny thing

if (idx >= 0) {
console.log("Aborting HTTP request: %s %s", opts.method, opts.uri);
console.log("Aborting HTTP request: %s %s", opts.method,
opts.uri);
Copy link
Contributor

Choose a reason for hiding this comment

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

This doesn't seem necessary unless it was to reduce line length?

Copy link
Member Author

Choose a reason for hiding this comment

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

oh, it just came with the c&p from js-sdk. Where it probably did happen to reduce line length.

Copy link
Contributor

Choose a reason for hiding this comment

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

ah ok

@richvdh richvdh merged commit 4d60d44 into develop May 18, 2017
@richvdh richvdh deleted the rav/deflakify branch May 18, 2017 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants