Skip to content

Conversation

dkaminsky
Copy link
Contributor

Per our decision, this commit removes the ability to (in code) swap from R2L first to L2R first behavior and eliminates the resulting duplicate test sequences. This change complies with our updated specification and ameliorates the need to make sure that all behaviors work across both directional preferences. Neither preference offered significant advantage to end users and complicated the logic when versions were missing during synchronization, as versions are not persisted locally.

@dkaminsky dkaminsky requested review from adamchel and jsflax December 18, 2018 23:05
@dkaminsky dkaminsky changed the title STITCH-2263 - remove ability to run l2r first and update tests STITCH-2263 - Android SDK: Always run R2L synchronization first Dec 18, 2018
Copy link
Contributor

@adamchel adamchel left a comment

Choose a reason for hiding this comment

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

LGTM mod two nits

README.md Outdated
1. In Android Studio, go to Tools, Android, AVD manager.
2. Click Create Virtual Device.
3. Select a device that should run your app (the default is fine).
3. Select a device that should run your app.
Copy link
Contributor

Choose a reason for hiding this comment

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

[nit] maybe add a note that the "default is not fine", since as of Android Studio 3.2 the default is x86, which does not work.

4. Select and download a recommended system image of your choice (the latest is fine).
* x86_64 images are available in the x86 tab.
* This device must a system image built on an architecture supported by the
```libmongo``` library, e.g. x86_64
Copy link
Contributor

Choose a reason for hiding this comment

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

@coveralls
Copy link

Coverage Status

Coverage decreased (-5.7%) to 67.861% when pulling c1f5499 on dkaminsky:STITCH-2263 into a9719d3 on mongodb:master.

@coveralls
Copy link

coveralls commented Dec 19, 2018

Coverage Status

Coverage increased (+0.07%) to 73.678% when pulling 31ea680 on dkaminsky:STITCH-2263 into a9719d3 on mongodb:master.

@dkaminsky dkaminsky merged commit be8ae0f into mongodb:master Dec 20, 2018
@dkaminsky dkaminsky deleted the STITCH-2263 branch December 20, 2018 21:53
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