Skip to content

self-tests false positive results #224

Closed
@stanislavlevin

Description

@stanislavlevin
make test
...


cd . && ./tests/magtests.py --path /usr/src/RPM/BUILD/apache2-mod_auth_gssapi-1.6.3/testsdir --so-dir=/usr/src/RPM/BUILD/apache2-mod_auth_gssapi-1.6.3/src/.libs
Traceback (most recent call last):
  File "./tests/magtests.py", line 807, in <module>
    kdcproc, kdcenv = setup_kdc(testdir, wrapenv)
  File "./tests/magtests.py", line 330, in setup_kdc
    ksetup = subprocess.Popen(["kdb5_util", "create", "-W", "-s",
  File "/usr/lib64/python3.8/subprocess.py", line 854, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib64/python3.8/subprocess.py", line 1702, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'kdb5_util'
make: Leaving directory '/usr/src/RPM/BUILD/apache2-mod_auth_gssapi-1.6.3'
+ exit 0

Even if tests setup failed then the overall result - SUCCESS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions