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

Fix #3488: Domain layer mechanism to resume explorations. #3668

Merged
merged 86 commits into from
Aug 21, 2021

Conversation

MaskedCarrot
Copy link
Contributor

@MaskedCarrot MaskedCarrot commented Aug 11, 2021

Explanation

Fix #3488

Checklist

  • The PR title starts with "Fix #bugnum: ", followed by a short, clear summary of the changes. (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".)
  • The PR explanation includes the words "Fixes #bugnum: ..." (or "Fixes part of #bugnum" if the PR only partially fixes an issue).
  • The PR follows the style guide.
  • The PR does not contain any unnecessary auto-generated code from Android Studio.
  • The PR is made from a branch that's not called "develop".
  • The PR is made from a branch that is up-to-date with "develop".
  • The PR's branch is based on "develop" and not on any other branch.
  • The PR is assigned to an appropriate reviewer in both the Assignees and the Reviewers sections.

Espresso Tests

ExplorationActivityTest

Screenshot from 2021-08-20 03-04-28

StateFragmentTest (only the new test added)

Screenshot from 2021-08-20 03-24-41

@MaskedCarrot MaskedCarrot changed the base branch from develop to move-hint-handler-to-domain August 11, 2021 05:23
@aggarwalpulkit596 aggarwalpulkit596 enabled auto-merge (squash) August 20, 2021 12:33
Copy link
Sponsor Member

@BenHenning BenHenning left a comment

Choose a reason for hiding this comment

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

Thanks @MaskedCarrot. Took another pass--I think the PR is looking quite good. Just had a variety of suggestions, nits, and some requests for improved testing. PTAL.

@BenHenning
Copy link
Sponsor Member

Also @MaskedCarrot please sync with develop & resolve conflicts.

Copy link
Sponsor Member

@BenHenning BenHenning left a comment

Choose a reason for hiding this comment

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

Thanks @MaskedCarrot. LGTM + 2 nits.

Also, PlatformParameterSyncUpWorkerTest seems like a potential unrelated flake (/cc @Arjupta). I'm following up with Arjun, but fixing the above should also retrigger the CI workflow.

Copy link
Sponsor Member

@BenHenning BenHenning left a comment

Choose a reason for hiding this comment

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

Thanks @MaskedCarrot. LGTM!

@aggarwalpulkit596 aggarwalpulkit596 merged commit 854071a into develop Aug 21, 2021
@aggarwalpulkit596 aggarwalpulkit596 deleted the resume-exploration-in-domain-module branch August 21, 2021 22: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.

Implement domain layer mechanism to resume explorations with checkpoints.
7 participants