sandeep318kumar commented on PR #133:
URL: https://github.com/apache/ambari-metrics/pull/133#issuecomment-2370387120
Failed tests:
ERROR: TestEmitter (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: TestEmitter
Traceback (most recent call last):
File
"/home/runner/work/ambari-metrics/ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/spnego_kerberos_auth.py",
line 27, in <module>
import kerberos
ModuleNotFoundError: No module named 'kerberos'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.8/unittest/loader.py", line 154, in
loadTestsFromName
module = __import__(module_name)
File
"/home/runner/work/ambari-metrics/ambari-metrics/ambari-metrics-host-monitoring/src/test/python/core/TestEmitter.py",
line 30, in <module>
from spnego_kerberos_auth import SPNEGOKerberosAuth
File
"/home/runner/work/ambari-metrics/ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/spnego_kerberos_auth.py",
line 29, in <module>
from krberr import krberr as kerberos
ImportError: cannot import name 'krberr' from 'krberr'
(/home/runner/work/ambari-metrics/ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/krberr.py)
CI is failing because we don't have kerberos module installed in CI
environment.
We can install it using 'pip install kerberos'
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]