Skip to content
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

typos in 0.10.0 #15

Closed
stanislavlevin opened this issue Sep 1, 2021 · 0 comments · Fixed by #16
Closed

typos in 0.10.0 #15

stanislavlevin opened this issue Sep 1, 2021 · 0 comments · Fixed by #16

Comments

@stanislavlevin
Copy link
Contributor

There are typos in 0.10.0(4da5e32), which trigger the failures in test suites of projects used k5test.
For example, python-gssapi on ALTLinux fails with:

======================================================================
ERROR: test suite for <class 'gssapi.tests.test_raw.TestWrapUnwrap'>
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/site-packages/nose/suite.py", line 207, in run
    self.setUp()
  File "/usr/lib/python3/site-packages/nose/suite.py", line 290, in setUp
    self.setupContext(ancestor)
  File "/usr/lib/python3/site-packages/nose/suite.py", line 313, in setupContext
    try_run(context, names)
  File "/usr/lib/python3/site-packages/nose/util.py", line 471, in try_run
    return func()
  File "/usr/src/RPM/BUILD/python3-module-gssapi-1.6.14/gssapi/tests/test_raw.py", line 22, in setUpClass
    super(_GSSAPIKerberosTestCase, cls).setUpClass()
  File "/usr/lib/python3/site-packages/k5test/unit.py", line 12, in setUpClass
    cls.realm = realm.K5Realm()
  File "/usr/lib/python3/site-packages/k5test/realm.py", line 170, in __init__
    self.start_kdc()
  File "/usr/lib/python3/site-packages/k5test/realm.py", line 561, in start_kdc
    self._kdc_proc = self._start_daemon(start_args, env, 'starting...')
  File "/usr/lib/python3/site-packages/k5test/realm.py", line 362, in _start_daemon
    proc = subprocess.Popen(args, stdin=subprocess.DEVNULL, stdout=stdout,
  File "/usr/lib64/python3.9/subprocess.py", line 951, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib64/python3.9/subprocess.py", line 1821, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/sbin/kdb5kdc'
stanislavlevin added a commit to stanislavlevin/k5test that referenced this issue Sep 1, 2021
Fixes: pythongssapi#15
Signed-off-by: Stanislav Levin <slev@altlinux.org>
jborean93 pushed a commit that referenced this issue Oct 11, 2021
Fixes: #15
Signed-off-by: Stanislav Levin <slev@altlinux.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant