-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAOS-17718 ddb: UI fix winteh interractive mode #15911
base: master
Are you sure you want to change the base?
Conversation
Alolow ddb to be started in interractive mode with optional arguments and the path of the vos file to open. Signed-off-by: Cedric Koch-Hofer <[email protected]>
Errors are Unable to load ticket data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have any ftests for ddb that could be run against this change with a commit pragma?
The change seems fine for interactive mode, but did you verify it doesn't break non-interactive mode?
From my understanding, the unit tests src/utils/ddb/tests should check this. There is also the following ftest which are testing ddb:
Thus I am going to merge with master and restart the CI with running the recovery tests. |
…/daos-17118 Features: recovery
Recovery functional tests will be run by the CI with the commit ed1400f |
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15911/2/execution/node/1509/log |
Description
ddb can be start in interactive mode with providing the vos file to open as parameter.
However, other option such as
-w
or--debug
can not be provided as illustrated in the following examples.Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: