Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes #1881 - composite operation failing when track_total_hits is fa…
…lse (#1882) * fixes composite operation failing when track_total_hits is false * adding True as default for track_total_hits * enforcing wait_for_completion_timeout = 0 so there is always an id associated with the async search * checking if total is reported (track_total_hits) * Squashed commit of the following: commit 5746dc3 Author: Ugo Sangiorgi <[email protected]> Date: Fri Oct 18 13:27:44 2024 -0500 checking if total is reported (track_total_hits) commit 6999097 Author: Ugo Sangiorgi <[email protected]> Date: Fri Oct 18 13:26:58 2024 -0500 enforcing wait_for_completion_timeout = 0 so there is always an id associated with the async search commit 1086eaf Author: Ugo Sangiorgi <[email protected]> Date: Thu Oct 17 11:40:39 2024 -0500 adding True as default for track_total_hits commit 4c68e3a Author: Ugo Sangiorgi <[email protected]> Date: Thu Oct 17 11:14:10 2024 -0500 fixes composite operation failing when track_total_hits is false * lint * test must include 'wait_for_completion_timeout': 0 * lint * defaulting wait_for_completion_timeout instead of enforcing * Update esrally/driver/runner.py Co-authored-by: Gareth Ellis <[email protected]> * Update esrally/driver/runner.py Co-authored-by: Gareth Ellis <[email protected]> * Update esrally/driver/runner.py Co-authored-by: Gareth Ellis <[email protected]> * lint * better comment --------- Co-authored-by: Gareth Ellis <[email protected]>
- Loading branch information