-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(qa-integration-tests): Zeebe Gateway fails to stream out activat…
…ed jobs by not respecting the maxMessageSize The test is added to verify gateway failure with RESOURCE_EXHAUSTED. In the test case, a process instance with 1MB sized variable is created. In the broker JobBatchCollector sends jobs that has size (<4MB) to the gateway but since the size of the response becomes more than 4MB after converting MessagePack to JSON, gateway fails to stream out jobs with RESOURCE_EXHAUSTED. (cherry picked from commit a6a6b95)
- Loading branch information
1 parent
5ef860e
commit a30eb37
Showing
1 changed file
with
77 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