You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Verifies that each call to `Netty4HttpRequestBodyStream#next` yields
exactly one chunk (or the stream is closed) since the
`IncrementalBulkService` relies on this property.
* Replaces several busy-waits with ones that block on a future for
faster test execution.
* Replaces several hard-coded constants with randomized values to
clarify that the precise value does not matter to the test.
* Reduces the use of unnecessary abbreviations in names.
* Reduce the use of global static state in favour of node-local
components.
0 commit comments