Disable test_unexpected_disconnect. This causes test_high_level_servi… #22
GitHub Actions / Test Results
failed
May 22, 2024 in 0s
1 fail, 108 pass in 59s
Annotations
Check warning on line 0 in test.test_tcp_address
github-actions / Test Results
1 out of 7 runs failed: test_tcp_connection_with_forwarding (test.test_tcp_address)
test-results/junit-py312.xml [took 5s]
Raw output
Failed: Timeout >5.0s
self = <Coroutine test_tcp_connection_with_forwarding>
def runtest(self) -> None:
self.obj = wrap_in_sync(
# https://github.com/pytest-dev/pytest-asyncio/issues/596
self.obj, # type: ignore[has-type]
)
> super().runtest()
.tox/py312/lib/python3.12/site-packages/pytest_asyncio/plugin.py:436:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox/py312/lib/python3.12/site-packages/pytest_asyncio/plugin.py:902: in inner
_loop.run_until_complete(task)
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/asyncio/base_events.py:674: in run_until_complete
self.run_forever()
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/asyncio/base_events.py:641: in run_forever
self._run_once()
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/asyncio/base_events.py:1949: in _run_once
event_list = self._selector.select(timeout)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <selectors.EpollSelector object at 0x7f3f4ab67dd0>, timeout = -1
def select(self, timeout=None):
if timeout is None:
timeout = -1
elif timeout <= 0:
timeout = 0
else:
# epoll_wait() has a resolution of 1 millisecond, round away
# from zero to wait *at least* timeout seconds.
timeout = math.ceil(timeout * 1e3) * 1e-3
# epoll_wait() expects `maxevents` to be greater than zero;
# we want to make sure that `select()` can be called when no
# FD is registered.
max_ev = max(len(self._fd_to_key), 1)
ready = []
try:
> fd_event_list = self._selector.poll(timeout, max_ev)
E Failed: Timeout >5.0s
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/selectors.py:468: Failed
Check notice on line 0 in .github
github-actions / Test Results
109 tests found
There are 109 tests, see "Raw output" for the full list of tests.
Raw output
test.client.test_methods ‑ test_aio_proxy_object
test.client.test_methods ‑ test_glib_proxy_object
test.client.test_properties ‑ test_aio_properties
test.client.test_properties ‑ test_glib_properties
test.client.test_signals ‑ test_signals
test.client.test_signals ‑ test_signals_with_changing_owners
test.service.test_decorators ‑ test_interface_introspection
test.service.test_decorators ‑ test_method_decorator
test.service.test_decorators_annotated ‑ test_interface_introspection
test.service.test_decorators_annotated ‑ test_method_decorator
test.service.test_export ‑ test_export_alias
test.service.test_export ‑ test_export_introspection
test.service.test_export ‑ test_export_unexport
test.service.test_methods ‑ test_methods[AsyncInterface]
test.service.test_methods ‑ test_methods[ExampleInterface]
test.service.test_properties ‑ test_property_changed_signal[AsyncInterface]
test.service.test_properties ‑ test_property_changed_signal[ExampleInterface]
test.service.test_properties ‑ test_property_methods[AsyncInterface]
test.service.test_properties ‑ test_property_methods[ExampleInterface]
test.service.test_signals ‑ test_interface_add_remove_signal
test.service.test_signals ‑ test_signals
test.service.test_standard_interfaces ‑ test_introspectable_interface
test.service.test_standard_interfaces ‑ test_object_manager
test.service.test_standard_interfaces ‑ test_peer_interface
test.service.test_standard_interfaces ‑ test_standard_interface_properties
test.test_address_parser ‑ test_valid_addresses
test.test_aio_low_level ‑ test_sending_messages_between_buses
test.test_aio_low_level ‑ test_sending_signals_between_buses
test.test_aio_low_level ‑ test_standard_interfaces
test.test_big_message ‑ test_aio_big_message
test.test_big_message ‑ test_glib_big_message
test.test_disconnect ‑ test_bus_disconnect_before_reply
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "(h)"]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "(hs)"]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "(s(s(v)))"]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "a(hs)"]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "ah"0]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "ah"1]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "a{sah}"]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "a{sh}"0]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "a{sh}"1]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "a{sv}"]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "h"]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "hh"]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "hs"]
test.test_fd_passing ‑ test_fn_result_to_body[Variant with: "(hh)"]
test.test_fd_passing ‑ test_fn_result_to_body[Variant with: "(ss)"]
test.test_fd_passing ‑ test_fn_result_to_body[Variant with: "ah"]
test.test_fd_passing ‑ test_fn_result_to_body[Variant with: "h"]
test.test_fd_passing ‑ test_fn_result_to_body[Variant with: "v"]
test.test_fd_passing ‑ test_fn_result_to_body[Variant with: "va{sv}(s(s(v)))"]
test.test_fd_passing ‑ test_high_level_service_fd_passing
test.test_fd_passing ‑ test_sending_file_descriptor_low_level
test.test_fd_passing ‑ test_sending_file_descriptor_with_proxy
test.test_glib_low_level ‑ test_bus_context_manager
test.test_glib_low_level ‑ test_sending_messages_between_buses
test.test_glib_low_level ‑ test_sending_signals_between_buses
test.test_glib_low_level ‑ test_standard_interfaces
test.test_introspection ‑ test_default_interfaces
test.test_introspection ‑ test_example_introspection_from_xml
test.test_introspection ‑ test_example_introspection_to_xml
test.test_marshaller ‑ test_ay_buffer
test.test_marshaller ‑ test_marshall[item0]
test.test_marshaller ‑ test_marshall[item10]
test.test_marshaller ‑ test_marshall[item11]
test.test_marshaller ‑ test_marshall[item12]
test.test_marshaller ‑ test_marshall[item1]
test.test_marshaller ‑ test_marshall[item2]
test.test_marshaller ‑ test_marshall[item3]
test.test_marshaller ‑ test_marshall[item4]
test.test_marshaller ‑ test_marshall[item5]
test.test_marshaller ‑ test_marshall[item6]
test.test_marshaller ‑ test_marshall[item7]
test.test_marshaller ‑ test_marshall[item8]
test.test_marshaller ‑ test_marshall[item9]
test.test_marshaller ‑ test_unmarshall[item0]
test.test_marshaller ‑ test_unmarshall[item10]
test.test_marshaller ‑ test_unmarshall[item11]
test.test_marshaller ‑ test_unmarshall[item12]
test.test_marshaller ‑ test_unmarshall[item1]
test.test_marshaller ‑ test_unmarshall[item2]
test.test_marshaller ‑ test_unmarshall[item3]
test.test_marshaller ‑ test_unmarshall[item4]
test.test_marshaller ‑ test_unmarshall[item5]
test.test_marshaller ‑ test_unmarshall[item6]
test.test_marshaller ‑ test_unmarshall[item7]
test.test_marshaller ‑ test_unmarshall[item8]
test.test_marshaller ‑ test_unmarshall[item9]
test.test_marshaller ‑ test_unmarshall_can_resume
test.test_request_name ‑ test_name_requests
test.test_request_name ‑ test_request_name_glib
test.test_signature ‑ test_array
test.test_signature ‑ test_array_multiple
test.test_signature ‑ test_array_nested
test.test_signature ‑ test_array_of_structs
test.test_signature ‑ test_contains_type
test.test_signature ‑ test_dict_of_structs
test.test_signature ‑ test_dict_simple
test.test_signature ‑ test_invalid_variants
test.test_signature ‑ test_multiple_simple
test.test_signature ‑ test_nested_struct
test.test_signature ‑ test_simple
test.test_signature ‑ test_simple_struct
test.test_signature ‑ test_struct_multiple
test.test_tcp_address ‑ test_tcp_connection_with_forwarding
test.test_validators ‑ test_bus_name_validator
test.test_validators ‑ test_interface_name_validator
test.test_validators ‑ test_member_name_validator
test.test_validators ‑ test_object_path_validator
Loading