question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TCK is missing tests for standalone Asynchronous

See original GitHub issue

See also https://github.com/eclipse/microprofile-fault-tolerance/blob/master/tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/AsynchronousInvocation.java

The TCK also misses a test that FaultToleranceDefinitionException is thrown if a method annotated with @Asynchronous does not return Future.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
arjantijmscommented, Feb 17, 2018

Just a though, but wouldn’t a standalone @Asynchronous annotation more belong in a concurrency spec?

0reactions
antoinesdcommented, Nov 30, 2017

Taking it

Read more comments on GitHub >

github_iconTop Results From Across the Web

Testing
This chapter covers Spring's support for integration testing and best practices for unit testing. The Spring team advocates test-driven ...
Read more >
Contexts and Dependency Injection
A typical example is a bean injecting a portable extension. In such case, it's possible to exclude types and dependencies from the bean...
Read more >
Asynchronous Tests and Expectations
Asynchronous code doesn't execute directly within the current flow of code. This might be because the code runs on a different thread or...
Read more >
Table of Contents - Micronaut Documentation
A low-level HTTP client is provided which you can use to test the HelloController created in the previous section. Testing Hello World. Java...
Read more >
Maven Central Repository Search
Official search by the maintainers of Maven Central Repository.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found