#2431 warning from koji-gc in 1.22.0
Closed: Fixed 3 years ago by tkopecek. Opened 3 years ago by kevin.

From koji-gc delete:

Warning: deletion failed: _dml() missing 1 required positional argument: 'values'


Metadata Update from @tkopecek:
- Custom field Size adjusted to None
- Issue set to the milestone: 1.22.1
- Issue tagged with: bug

3 years ago

here is the hub traceback:

Traceback (most recent call last):
  File "/usr/share/koji-hub/kojixmlrpc.py", line 333, in multiCall
    result = self._dispatch(call['methodName'], call['params'])
  File "/usr/share/koji-hub/kojixmlrpc.py", line 314, in _dispatch
    ret = koji.util.call_with_argcheck(func, params, opts)
  File "/usr/lib/python3.8/site-packages/koji/util.py", line 270, in call_with_argcheck
    return func(*args, **kwargs)
  File "/usr/share/koji-hub/kojihub.py", line 10635, in buildReferences
    return build_references(get_build(build, strict=True)['id'], limit, lazy)
  File "/usr/share/koji-hub/kojihub.py", line 8027, in build_references
    _dml("SET enable_hashjoin=off")
TypeError: _dml() missing 1 required positional argument: 'values'

This looks like a custom fix. There is no such line in our code.

It is from #2402 (not merged yet)

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.23 (was: 1.22.1)

3 years ago

Metadata Update from @jcupova:
- Issue tagged with: testing-ready

3 years ago

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

3 years ago

Metadata Update from @mfilip:
- Issue tagged with: testing-done

3 years ago

Login to comment on this ticket.

Metadata