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

Fixes flakiness in S3 functional tests with mongo backend #464

Merged
merged 1 commit into from
Apr 8, 2018

Conversation

ssalaues
Copy link

@ssalaues ssalaues commented Apr 7, 2018

Commit b3103e1 that fixes versioning introduced some flakiness into the S3 functional tests with mongo backend. This reduces the flakiness on the tests.

@@ -440,6 +440,7 @@ class MongoClientInterface {
}
return cb(null, `{"versionId": "${objVal.versionId}"}`);
});
return null;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the caller not expecting the cb to be invoked?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yeah I don't understand how this solves the issue.

@rahulreddy
Copy link
Collaborator

Merging this but let's discuss what the issue is and how this solves it.

@rahulreddy rahulreddy merged commit a95d5ea into master Apr 8, 2018
@rahulreddy rahulreddy deleted the fix/flaky-mongo branch April 8, 2018 05:16
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.

6 participants