Skip to content

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.

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