Skip to content

PHPC-179 and PHPC-280: WriteConcern journal/fsync handling #42

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

Merged
merged 3 commits into from
May 4, 2015

Conversation

jmikola
Copy link
Member

@jmikola jmikola commented May 1, 2015


$w7 = new MongoDB\Driver\WriteConcern("string", 3000, false, false);
$w8 = new MongoDB\Driver\WriteConcern("string", 3000, true, true);
var_dump(new MongoDB\Driver\WriteConcern("string", 4000, true));
Copy link
Member Author

Choose a reason for hiding this comment

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

I changed the test to use incrementing values for $wtimeout to make the test diffs easier to follow (on failure).

We're also adding two new tests here for setting $journal but not $fsync.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling e1bfaff on jmikola:phpc-179 into * on 10gen-labs:master*.

@bjori
Copy link
Contributor

bjori commented May 4, 2015

lgtm

jmikola added a commit that referenced this pull request May 4, 2015
PHPC-179 and PHPC-280: WriteConcern journal/fsync handling
@jmikola jmikola merged commit b8b41a5 into mongodb:master May 4, 2015
@jmikola jmikola deleted the phpc-179 branch May 4, 2015 18:24
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.

3 participants