f7ca80e29f
* feat: enable reconfiguration of in-use throttled store This is handy for tests for which a part should run "normal" and another one should be throttled/blocked. * feat: keep track of the number of tasks within a `DedicatedExecutor` * test: ensure query cancellation (somewhat) works We cannot really test that query cancellation finishes all subtasks because _tokio_ doesn't provide sufficient stats / inspection, at least as long we don't want to rely heavily on _tokio_ tracing. So let's at least check that tasks from the dedicated executors are pruned properly. For all other regressions we need to add unit tests to the affected components. See for example: - https://github.com/apache/arrow-datafusion/issues/1103 - https://github.com/apache/arrow-datafusion/pull/1105 - https://github.com/apache/arrow-datafusion/pull/1112 - https://github.com/apache/arrow-datafusion/pull/1121 Closes #2027. |
||
---|---|---|
.. | ||
path | ||
aws.rs | ||
azure.rs | ||
buffer.rs | ||
cache.rs | ||
disk.rs | ||
dummy.rs | ||
gcp.rs | ||
lib.rs | ||
memory.rs | ||
path.rs | ||
throttle.rs |