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(datastore): Fix MutationProcessorRetryTest #2197

Merged
merged 3 commits into from
Mar 27, 2023

Conversation

mikepschneider
Copy link
Contributor

  • [x ] PR title and description conform to Pull Request guidelines.

Issue #, if available:

Description of changes:

Removed the initial publish of network status when Reachability Monitor is starting. This caused Datastore.start() to be called earlier than it used to be, which interfered with some tests includuing MutationProcessorRetryTest. Removing the initial publish will keep the behavior closer to the original behavior.

How did you test these changes?
(Please add a line here how the changes were tested)

  • Fixed existing unit tests

Documentation update required?

  • [x ] No
  • Yes (Please include a PR link for the documentation update)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

…r is starting. This caused Datastore.start() to be called earlier than it used to be, which interfered with some tests includuing MutationProcessorRetryTest. Removing the initial publish will keep the behavior closer to the original behavior.
@mikepschneider mikepschneider requested review from a team as code owners December 22, 2022 02:53
@codecov-commenter
Copy link

Codecov Report

Merging #2197 (f033733) into main (9e368fe) will increase coverage by 0.05%.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff              @@
##               main    #2197      +/-   ##
============================================
+ Coverage     43.69%   43.74%   +0.05%     
- Complexity     2585     2589       +4     
============================================
  Files           744      744              
  Lines         25060    25059       -1     
  Branches       2782     2782              
============================================
+ Hits          10949    10962      +13     
+ Misses        13003    12994       -9     
+ Partials       1108     1103       -5     

@eeatonaws eeatonaws merged commit acafbea into main Mar 27, 2023
@eeatonaws eeatonaws deleted the mikschn/fix-MutationProcessorRetryTest branch March 27, 2023 23:02
gpanshu added a commit that referenced this pull request Apr 27, 2023
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.

None yet

5 participants