-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Server Programmability
-
Fully Compatible
-
ALL
-
Programmability 2026-01-19, Programmability 2026-02-02
-
None
-
None
-
None
-
None
-
None
-
None
-
None
dbtests have several redundant and unused options.
As the most important example, the way they specify suite filters is needlessly different. dbtest has "suites" (positional args) and unittest has "--suite=S ..." and gtest has gtest_filter. All doing basically the same thing.
The --help for all dbtests and unittests is incomplete.
We should be able to show help for all options.