-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for errors during performance test by checking HTTP status.
Previously ProducerPerformance read, but ignored the response entity and ConsumerPerformance didn't read the response entity when the HTTP method was DELETE, so both had conditions where they could miss errors. Although this doesn't check for specific, expected statuses, checking for any >= 400 should catch any important errors.
- Loading branch information
Showing
2 changed files
with
27 additions
and
7 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
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