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 bridging for get #351

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix bridging for get #351

wants to merge 1 commit into from

Conversation

karthikrg
Copy link
Contributor

We use the delegated promise of the BaseTask instead of creating another one to make sure that get also gets bridged correctly.

@@ -62,6 +62,13 @@ public void testFromListenableFuture() throws Exception {
Assert.assertTrue(task.isDone());
Assert.assertTrue(task.isFailed());
Assert.assertEquals(task.getError().getCause().getClass(), CancellationException.class);

listenableFuture = new ListenableFutureUtil.SettableFuture<>();
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't understand this change, did line 39-43 already test this path? Only difference is that there is runUntilComplete(task)

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.

3 participants