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

New approach for the awaitItems method in the AssertSubscriber #526

Merged
merged 1 commit into from
Apr 26, 2021

Conversation

cescoffier
Copy link
Contributor

The previous one has a race condition and so was missing events.

@cescoffier cescoffier added the bug Something isn't working label Apr 17, 2021
@cescoffier cescoffier requested a review from jponge April 17, 2021 13:02
@cescoffier cescoffier added this to the 0.16.0 milestone Apr 17, 2021
@cescoffier cescoffier force-pushed the another-race-when-waiting-for-item branch 2 times, most recently from 75b02a8 to 7ebb002 Compare April 17, 2021 16:31
The previous one has a race condition and so was missing events.
@cescoffier cescoffier force-pushed the another-race-when-waiting-for-item branch from 7ebb002 to 02d8053 Compare April 17, 2021 18:21
@codecov
Copy link

codecov bot commented Apr 17, 2021

Codecov Report

❗ No coverage uploaded for pull request base (main@75965e3). Click here to learn what that means.
The diff coverage is 57.69%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #526   +/-   ##
=======================================
  Coverage        ?   90.05%           
  Complexity      ?     3010           
=======================================
  Files           ?      382           
  Lines           ?    11619           
  Branches        ?     1455           
=======================================
  Hits            ?    10464           
  Misses          ?      589           
  Partials        ?      566           
Impacted Files Coverage Δ Complexity Δ
...llrye/mutiny/helpers/test/UniAssertSubscriber.java 91.85% <ø> (ø) 54.00 <0.00> (?)
...smallrye/mutiny/helpers/test/AssertSubscriber.java 90.22% <57.69%> (ø) 75.00 <2.00> (?)

@jponge jponge merged commit af6c5c4 into main Apr 26, 2021
@jponge jponge deleted the another-race-when-waiting-for-item branch April 26, 2021 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants