Skip to content

Implement Github test action. #16

Implement Github test action.

Implement Github test action. #16

GitHub Actions / Test Results failed May 15, 2024 in 0s

1 fail, 86 pass in 52s

  7 files  +  7    7 suites  +7   52s ⏱️ +52s
 87 tests + 87   86 ✅ + 86   0 💤 ± 0  1 ❌ +1 
609 runs  +609  558 ✅ +558  50 💤 +50  1 ❌ +1 

Results for commit a62d802. ± Comparison against earlier commit f597fa7.

Annotations

Check warning on line 0 in test.test_fd_passing

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 7 runs failed: test_sending_file_descriptor_low_level (test.test_fd_passing)

test-results/junit-py312.xml [took 0s]
Raw output
OSError: [Errno 9] Bad file descriptor
@pytest.mark.asyncio
    async def test_sending_file_descriptor_low_level():
>       bus1 = await MessageBus(negotiate_unix_fd=True).connect()

test/test_fd_passing.py:74: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
dbus_ezy/aio/message_bus.py:197: in connect
    self._stream.flush()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <socket.SocketIO object at 0x7fa88fcedd80>
b = <memory at 0x7fa88fe9cd00>

    def write(self, b):
        """Write the given bytes or bytearray object *b* to the socket
        and return the number of bytes written.  This can be less than
        len(b) if not all data could be written.  If the socket is
        non-blocking and no bytes could be written None is returned.
        """
        self._checkClosed()
        self._checkWritable()
        try:
>           return self._sock.send(b)
E           OSError: [Errno 9] Bad file descriptor

/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/socket.py:725: OSError

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

87 tests found

There are 87 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_bus_context_manager
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_disconnect ‑ test_unexpected_disconnect
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_marshalling_with_table
test.test_marshaller ‑ test_unmarshall_can_resume
test.test_marshaller ‑ test_unmarshalling_with_table[unmarshall_table0]
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