#8954 Issues in commands of `schema` plugin
Closed: fixed 2 years ago by frenaud. Opened 2 years ago by slev.

The changes in https://pagure.io/freeipa/issue/7134 broke the other commands of schema plugins:

'ipaclient.remote_plugins.schema.command_find()' with args: (), result: Internal error
'ipaclient.remote_plugins.schema.command_find()' with args: ('user-add',), result: Internal error
'ipaclient.remote_plugins.schema.command_show()' with args: ('user-add',), result: OK
'ipaclient.remote_plugins.schema.command_defaults()' with args: ('user-add',), result: OK
'ipaclient.remote_plugins.schema.command_defaults()' with args: ('nonexistentcommand',), result: Internal error
'ipaclient.remote_plugins.schema.class_show()' with args: ('user',), result: OK
'ipaclient.remote_plugins.schema.class_find()' with args: (), result: Internal error
'ipaclient.remote_plugins.schema.class_find()' with args: ('user',), result: Internal error
'ipaclient.remote_plugins.schema.topic_show()' with args: ('user',), result: OK
'ipaclient.remote_plugins.schema.topic_find()' with args: (), result: Internal error
'ipaclient.remote_plugins.schema.topic_find()' with args: ('user',), result: Internal error
'ipaclient.remote_plugins.schema.param_show()' with args: ('command-show', 'full_name'), result: OK
'ipaclient.remote_plugins.schema.param_find()' with args: ('command-show',), result: OK
'ipaclient.remote_plugins.schema.param_find()' with args: ('command-show', 'full_name'), result: OK
'ipaclient.remote_plugins.schema.output_show()' with args: ('command-show', 'summary'), result: OK
'ipaclient.remote_plugins.schema.output_find()' with args: ('command-show',), result: OK
'ipaclient.remote_plugins.schema.output_find()' with args: ('command-show', 'summary'), result: OK

Metadata Update from @slev:
- Issue assigned to slev

2 years ago

Metadata Update from @slev:
- Assignee reset

2 years ago

Metadata Update from @frenaud:
- Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/5975

2 years ago

Metadata Update from @frenaud:
- Issue assigned to slev

2 years ago

master:

  • 7706dfa schema plugin: Fix commands without metaobject arg
  • 210739c command_defaults: Don't crash on nonexistent command
  • d4a3ed9 test_schema_plugin: Drop dependency on Tracker
  • c0a2b37 test_schema_plugin: Add missing tests for command, class and topic commands

ipa-4-9:

  • a9f7300 schema plugin: Fix commands without metaobject arg
  • e4839b0 command_defaults: Don't crash on nonexistent command
  • 83405a7 test_schema_plugin: Drop dependency on Tracker
  • 973334c test_schema_plugin: Add missing tests for command, class and topic commands

Metadata Update from @frenaud:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

2 years ago

Login to comment on this ticket.

Metadata