-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
#236 on irods/irods#8366 test failure in test_python_rule_engine_plugin.Test_Python_Rule_Engine_Plugin.test_python_error_to_native_58:
Traceback (most recent call last):
File "/var/lib/irods/scripts/irods/test/test_python_rule_engine_plugin.py", line 97, in test_python_error_to_native_58
with append_native_re_to_server_config():
File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__
return next(self.gen)
^^^^^^^^^^^^^^
File "/var/lib/irods/scripts/irods/test/test_python_rule_engine_plugin.py", line 48, in append_native_re_to_server_config
IrodsController().reload_configuration()
File "/var/lib/irods/scripts/irods/controller.py", line 166, in reload_configuration
self.wait_for_server_to_start()
File "/var/lib/irods/scripts/irods/controller.py", line 212, in wait_for_server_to_start
if self.is_server_listening_for_client_requests():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/irods/scripts/irods/controller.py", line 198, in is_server_listening_for_client_requests
message = s.recv(256)
^^^^^^^^^^^
ConnectionResetError: [Errno 104] Connection reset by peer
Full test logs: https://gist.github.com/SwooshyCueb/7b68f059f38750148d16000af678e805
Test run on Ubuntu 24.04 with Postgres 16 using the testing environment.
Reactions are currently unavailable