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 flaky test with crumbs #938

Closed
wants to merge 12 commits into from
Closed

Fix flaky test with crumbs #938

wants to merge 12 commits into from

Conversation

marandaneto
Copy link
Contributor

@marandaneto marandaneto commented Jul 7, 2022

#skip-changelog

Started failing after #936

@marandaneto marandaneto requested a review from brustolin as a code owner July 7, 2022 17:23
@codecov-commenter
Copy link

codecov-commenter commented Jul 7, 2022

Codecov Report

Merging #938 (4f67250) into main (46626ac) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #938   +/-   ##
=======================================
  Coverage   89.94%   89.94%           
=======================================
  Files           9        9           
  Lines         169      169           
=======================================
  Hits          152      152           
  Misses         17       17           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 46626ac...4f67250. Read the comment docs.

Comment on lines +409 to +413
for (final entry in contexts.entries) {
if (entry.value != null) {
await clone.setContexts(entry.key, entry.value);
}
});
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@denrase That was an oversight most likely because we've to await its future.

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.

4 participants