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
Deprecate invoke and invoke_no_args in favor of invoke_batch (#13174)
* Deprecate invoke and invoke_no_args in favor of invoke_batch
`invoke_batch` covers all needs, so let's deprecate and eventually
remove the redundant variants.
* Migrate test_function to invoke_batch
* Migrate regexpcount tests to invoke_batch
* Migrate log tests to invoke_batch
* Migrate tests to use invoke_batch
* Migrate ToUnixtimeFunc to implement invoke_batch
* Suppress deprecation warnings in tests
To be followed-up on.
* Migrate random benchmark to invoke_batch
* fixup! Suppress deprecation warnings in tests
* Fix docstring
0 commit comments