-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fcf9735
commit 01557ee
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,6 +71,10 @@ Test requests with incorrect Content-Type headers should fail gracefully. | |
- [Customizing the ObjectMapper in REST Client Jackson](https://quarkus.io/guides/rest-client#customizing-the-objectmapper-in-rest-client-jackson) | ||
- [Creating the first JSON REST service](https://quarkus.io/guides/resteasy#creating-the-first-json-rest-service) | ||
|
||
### Impact on resources | ||
- On JVM, tests increase execution time of the module http-advanced-reactive up to 1 minutes. | ||
- On Native, JsonJacksonPayloadIT time execution takes 03:17 min and JsonBPayloadIT 02:49 min. | ||
- On Openshift, tests takes 02:31 min. | ||
|
||
## Contacts | ||
- Tester: Jose Carranza <[email protected]> |