Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

fix: make test not flaky #143

Merged
merged 1 commit into from
Jan 30, 2020
Merged

fix: make test not flaky #143

merged 1 commit into from
Jan 30, 2020

Conversation

coryan
Copy link
Contributor

@coryan coryan commented Jan 30, 2020

No need to wait for X milliseconds on the future. We are going to block
on the same future later on the test, that is really what we want to
verify, that the function is called "eventually".


This change is Reviewable

No need to wait for X milliseconds on the future. We are going to block
on the same future later on the test, that is really what we want to
verify, that the function is called "eventually".
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 30, 2020
@codecov
Copy link

codecov bot commented Jan 30, 2020

Codecov Report

Merging #143 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #143   +/-   ##
=======================================
  Coverage   95.81%   95.81%           
=======================================
  Files          83       83           
  Lines        3847     3847           
=======================================
  Hits         3686     3686           
  Misses        161      161
Impacted Files Coverage Δ
google/cloud/grpc_utils/completion_queue_test.cc 97.79% <ø> (ø) ⬆️

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 0140b11...e915a16. Read the comment docs.

@coryan coryan marked this pull request as ready for review January 30, 2020 01:35
@coryan coryan merged commit fc2f73b into googleapis:master Jan 30, 2020
@coryan coryan deleted the fix-flaky-test branch January 30, 2020 01:37
coryan added a commit to coryan/google-cloud-cpp that referenced this pull request Apr 24, 2020
No need to wait for X milliseconds on the future. We are going to block
on the same future later on the test, that is really what we want to
verify, that the function is called "eventually".
coryan added a commit to coryan/google-cloud-cpp that referenced this pull request Apr 24, 2020
No need to wait for X milliseconds on the future. We are going to block
on the same future later on the test, that is really what we want to
verify, that the function is called "eventually".
coryan added a commit to coryan/google-cloud-cpp that referenced this pull request Apr 24, 2020
No need to wait for X milliseconds on the future. We are going to block
on the same future later on the test, that is really what we want to
verify, that the function is called "eventually".
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants