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

SpliceFlatStreamToMetaSingle: propagate cancel when races with data #3036

Merged
merged 9 commits into from
Aug 14, 2024
Prev Previous commit
Next Next commit
Temporarily disable JavaNetSoTimeoutHttpConnectionFilterTest
  • Loading branch information
idelpivnitskiy committed Aug 9, 2024
commit 992e1a3003cfc2354d2821621fd9799d5be565f6
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;
import org.junit.jupiter.params.ParameterizedTest;
Expand Down Expand Up @@ -67,6 +68,7 @@
import static org.hamcrest.Matchers.startsWith;
import static org.junit.jupiter.api.Assertions.assertThrows;

@Disabled // FIXME: remove before merging
Copy link
Member Author

Choose a reason for hiding this comment

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

This PR is blocked by awaiting a fix for Single.ambWith(...) operator

class JavaNetSoTimeoutHttpConnectionFilterTest {

@RegisterExtension
Expand Down
Loading