This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-orbit.git
The following commit(s) were added to refs/heads/main by this push:
new edb3d03e Fix: restore --allow-unsupported-user-managed argparse
argument (#52)
edb3d03e is described below
commit edb3d03e3e546a2891b6559be7ced3976f39af68
Author: Eric Pugh <[email protected]>
AuthorDate: Sun Jun 21 17:24:07 2026 -0400
Fix: restore --allow-unsupported-user-managed argparse argument (#52)
---
solrorbit/benchmark.py | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/solrorbit/benchmark.py b/solrorbit/benchmark.py
index c63a2afb..5834a0c9 100644
--- a/solrorbit/benchmark.py
+++ b/solrorbit/benchmark.py
@@ -701,6 +701,14 @@ def create_arg_parser():
default=False,
help="If any processes is running, it is going to kill them and allow
solr-orbit to continue to run."
)
+ test_run_parser.add_argument(
+ "--allow-unsupported-user-managed",
+ action="store_true",
+ default=False,
+ help="Skip the SolrCloud mode requirement check and run against a
user-managed "
+ "(non-cloud) target anyway (default: false). Use at your own
risk; many operations only "
+ "work in SolrCloud mode."
+ )
test_run_parser.add_argument(
"--latency-percentiles",
help=f"A comma-separated list of percentiles to report for latency "