Test Report : junit-ucx-py-ib-test.xml

Test Suite: pytest

Results

Duration178.234 sec
Tests326
Failures3

Tests

tests.test_benchmark_cluster

Test case:test_benchmark_cluster
Outcome:Passed
Duration:0.986 sec

tests.test_config

Test case:test_get_config
Outcome:Passed
Duration:0.003 sec
Test case:test_set_env
Outcome:Passed
Duration:0.002 sec
Test case:test_init_options
Outcome:Passed
Duration:0.3 sec
Test case:test_init_options_and_env
Outcome:Passed
Duration:0.208 sec
Test case:test_init_unknown_option
Outcome:Skipped
Duration:0.0 sec
SkippedBeginning with UCX >= 1.12, it's only possible to validate UCP options but not options from other modules such as UCT. See https://github.com/openucx/ucx/issues/7519.
/usr/src/ucx-py/tests/test_config.py:49: Beginning with UCX >= 1.12, it's only possible to validate UCP options but not options from other modules such as UCT. See https://github.com/openucx/ucx/issues/7519.
Test case:test_init_invalid_option
Outcome:Passed
Duration:0.063 sec
Test case:test_logging
Outcome:Passed
Duration:0.334 sec

tests.test_custom_send_recv

Test case:test_send_recv_cudf[<lambda>0]
Outcome:Passed
Duration:0.739 sec
Test case:test_send_recv_cudf[<lambda>1]
Outcome:Passed
Duration:0.443 sec
Test case:test_send_recv_cudf[<lambda>2]
Outcome:Passed
Duration:0.505 sec
Test case:test_send_recv_cudf[<lambda>3]
Outcome:Passed
Duration:0.474 sec
Test case:test_send_recv_cudf[<lambda>4]
Outcome:Passed
Duration:0.556 sec
Test case:test_send_recv_cudf[<lambda>5]
Outcome:Passed
Duration:0.498 sec
Test case:test_send_recv_cudf[<lambda>6]
Outcome:Passed
Duration:2.383 sec
Test case:test_send_recv_cudf[<lambda>7]
Outcome:Passed
Duration:0.48 sec
Test case:test_send_recv_cudf[<lambda>8]
Outcome:Passed
Duration:0.45 sec
Test case:test_send_recv_cudf[<lambda>9]
Outcome:Passed
Duration:0.496 sec
Test case:test_send_recv_cudf[<lambda>10]
Outcome:Passed
Duration:0.471 sec
Test case:test_send_recv_cudf[<lambda>11]
Outcome:Passed
Duration:0.454 sec
Test case:test_send_recv_cudf[<lambda>12]
Outcome:Passed
Duration:13.327 sec

tests.test_disconnect

Test case:test_shutdown_unexpected_closed_peer[True]
Outcome:Passed
Duration:1.438 sec
Test case:test_shutdown_unexpected_closed_peer[False]
Outcome:Skipped
Duration:0.119 sec
SkippedEndpoint error handling is required when rc, dc or udtransport is enabled
/usr/src/ucx-py/tests/test_disconnect.py:100: Endpoint error handling is required when rc, dc or udtransport is enabled

tests.test_endpoint

Test case:test_close_callback[True]
Outcome:Passed
Duration:0.29 sec
Test case:test_close_callback[False]
Outcome:Passed
Duration:0.228 sec
Test case:test_cancel[am]
Outcome:Passed
Duration:0.283 sec
Test case:test_cancel[tag]
Outcome:Passed
Duration:0.226 sec

tests.test_from_worker_address

Test case:test_from_worker_address
Outcome:Passed
Duration:0.978 sec
Test case:test_from_worker_address_multinode[1]
Outcome:Passed
Duration:1.056 sec
Test case:test_from_worker_address_multinode[2]
Outcome:Passed
Duration:1.119 sec
Test case:test_from_worker_address_multinode[4]
Outcome:Passed
Duration:1.24 sec
Test case:test_from_worker_address_multinode[8]
Outcome:Passed
Duration:1.289 sec

tests.test_from_worker_address_error

Test case:test_from_worker_address_error[unreachable]
Outcome:Passed
Duration:1.255 sec
Test case:test_from_worker_address_error[timeout_am_send]
Outcome:Passed
Duration:1.33 sec
Test case:test_from_worker_address_error[timeout_am_recv]
Outcome:Passed
Duration:1.36 sec
Test case:test_from_worker_address_error[timeout_send]
Outcome:Passed
Duration:1.359 sec
Test case:test_from_worker_address_error[timeout_recv]
Outcome:Passed
Duration:1.389 sec

tests.test_info

Test case:test_context_info
Outcome:Passed
Duration:0.18 sec
Test case:test_worker_info
Outcome:Passed
Duration:0.17 sec
Test case:test_check_transport[posix]
Outcome:Passed
Duration:0.151 sec
Test case:test_check_transport[tcp]
Outcome:Passed
Duration:0.236 sec
Test case:test_check_transport[posix,tcp]
Outcome:Passed
Duration:0.203 sec

tests.test_multiple_nodes

Test case:test_many_servers_many_clients[10-1]
Outcome:Passed
Duration:0.32 sec
Test case:test_many_servers_many_clients[10-2]
Outcome:Passed
Duration:0.438 sec
Test case:test_many_servers_many_clients[10-4]
Outcome:Passed
Duration:0.587 sec
Test case:test_many_servers_many_clients[50-1]
Outcome:Passed
Duration:0.674 sec
Test case:test_many_servers_many_clients[50-2]
Outcome:Passed
Duration:1.143 sec
Test case:test_many_servers_many_clients[50-4]
Outcome:Passed
Duration:2.4 sec
Test case:test_many_servers_many_clients[100-1]
Outcome:Passed
Duration:1.181 sec
Test case:test_many_servers_many_clients[100-2]
Outcome:Passed
Duration:2.108 sec
Test case:test_many_servers_many_clients[100-4]
Outcome:Passed
Duration:3.952 sec

tests.test_probe

Test case:test_message_probe[am]
Outcome:Failed
Duration:0.241 sec
Failedfailed on teardown with "ucp._libs.exceptions.UCXError: Trying to reset UCX but not all Endpoints and/or Listeners are closed(). The following objects are still referencing ApplicationContext: <frame at 0x55901510f1d0, file '/opt/conda/envs/gdf/lib/python3.10/site-packages/ucp/core.py', line 157, code _listener_handler_coroutine>"
Traceback (most recent call last):
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/runner.py", line 344, in from_call
    result: TResult | None = func()
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/runner.py", line 246, in <lambda>
    lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/logging.py", line 858, in pytest_runtest_teardown
    yield
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/capture.py", line 905, in pytest_runtest_teardown
    return (yield)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/runner.py", line 193, in pytest_runtest_teardown
    item.session._setupstate.teardown_exact(nextitem)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/runner.py", line 557, in teardown_exact
    raise exceptions[0]
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/runner.py", line 546, in teardown_exact
    fin()
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/fixtures.py", line 1068, in finish
    raise exceptions[0]
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/fixtures.py", line 1057, in finish
    fin()
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/fixtures.py", line 938, in _teardown_yield_fixture
    next(it)
  File "/usr/src/ucx-py/tests/conftest.py", line 49, in event_loop
    ucp.reset()
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/ucp/core.py", line 983, in reset
    raise UCXError(msg)
ucp._libs.exceptions.UCXError: Trying to reset UCX but not all Endpoints and/or Listeners are closed(). The following objects are still referencing ApplicationContext: 
  <frame at 0x55901510f1d0, file '/opt/conda/envs/gdf/lib/python3.10/site-packages/ucp/core.py', line 157, code _listener_handler_coroutine>
Test case:test_message_probe[tag]
Outcome:Passed
Duration:0.308 sec

tests.test_reset

Test case:test_reset
Outcome:Failed
Duration:0.228 sec
Failedfailed on teardown with "ucp._libs.exceptions.UCXError: Trying to reset UCX but not all Endpoints and/or Listeners are closed(). The following objects are still referencing ApplicationContext: <frame at 0x5590123cb780, file '/opt/conda/envs/gdf/lib/python3.10/site-packages/ucp/core.py', line 157, code _listener_handler_coroutine>"
Traceback (most recent call last):
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/runner.py", line 344, in from_call
    result: TResult | None = func()
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/runner.py", line 246, in <lambda>
    lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/logging.py", line 858, in pytest_runtest_teardown
    yield
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/capture.py", line 905, in pytest_runtest_teardown
    return (yield)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/runner.py", line 193, in pytest_runtest_teardown
    item.session._setupstate.teardown_exact(nextitem)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/runner.py", line 557, in teardown_exact
    raise exceptions[0]
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/runner.py", line 546, in teardown_exact
    fin()
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/fixtures.py", line 1068, in finish
    raise exceptions[0]
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/fixtures.py", line 1057, in finish
    fin()
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/fixtures.py", line 938, in _teardown_yield_fixture
    next(it)
  File "/usr/src/ucx-py/tests/conftest.py", line 49, in event_loop
    ucp.reset()
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/ucp/core.py", line 983, in reset
    raise UCXError(msg)
ucp._libs.exceptions.UCXError: Trying to reset UCX but not all Endpoints and/or Listeners are closed(). The following objects are still referencing ApplicationContext: 
  <frame at 0x5590123cb780, file '/opt/conda/envs/gdf/lib/python3.10/site-packages/ucp/core.py', line 157, code _listener_handler_coroutine>
Test case:test_lt_still_in_scope_error
Outcome:Passed
Duration:0.272 sec
Test case:test_ep_still_in_scope_error
Outcome:Passed
Duration:0.263 sec

tests.test_rma

Test case:test_fence[True]
Outcome:Passed
Duration:0.189 sec
Test case:test_fence[False]
Outcome:Passed
Duration:0.18 sec
Test case:test_flush[True]
Outcome:Passed
Duration:0.186 sec
Test case:test_flush[False]
Outcome:Passed
Duration:0.196 sec

tests.test_send_recv

Test case:test_send_recv_bytes[True-1]
Outcome:Passed
Duration:0.275 sec
Test case:test_send_recv_bytes[True-16]
Outcome:Passed
Duration:0.23 sec
Test case:test_send_recv_bytes[True-256]
Outcome:Passed
Duration:0.228 sec
Test case:test_send_recv_bytes[True-4096]
Outcome:Passed
Duration:0.237 sec
Test case:test_send_recv_bytes[True-65536]
Outcome:Passed
Duration:0.247 sec
Test case:test_send_recv_bytes[True-1048576]
Outcome:Passed
Duration:0.23 sec
Test case:test_send_recv_bytes[True-16777216]
Outcome:Passed
Duration:0.272 sec
Test case:test_send_recv_bytes[False-1]
Outcome:Passed
Duration:0.234 sec
Test case:test_send_recv_bytes[False-16]
Outcome:Passed
Duration:0.247 sec
Test case:test_send_recv_bytes[False-256]
Outcome:Passed
Duration:0.232 sec
Test case:test_send_recv_bytes[False-4096]
Outcome:Passed
Duration:0.218 sec
Test case:test_send_recv_bytes[False-65536]
Outcome:Passed
Duration:0.227 sec
Test case:test_send_recv_bytes[False-1048576]
Outcome:Passed
Duration:0.23 sec
Test case:test_send_recv_bytes[False-16777216]
Outcome:Passed
Duration:0.276 sec
Test case:test_send_recv_numpy[True-|u1-1]
Outcome:Passed
Duration:0.243 sec
Test case:test_send_recv_numpy[True-|u1-16]
Outcome:Passed
Duration:0.244 sec
Test case:test_send_recv_numpy[True-|u1-256]
Outcome:Passed
Duration:0.234 sec
Test case:test_send_recv_numpy[True-|u1-4096]
Outcome:Passed
Duration:0.233 sec
Test case:test_send_recv_numpy[True-|u1-65536]
Outcome:Passed
Duration:0.232 sec
Test case:test_send_recv_numpy[True-|u1-1048576]
Outcome:Passed
Duration:0.232 sec
Test case:test_send_recv_numpy[True-|u1-16777216]
Outcome:Passed
Duration:0.402 sec
Test case:test_send_recv_numpy[True-<i8-1]
Outcome:Passed
Duration:0.252 sec
Test case:test_send_recv_numpy[True-<i8-16]
Outcome:Passed
Duration:0.252 sec
Test case:test_send_recv_numpy[True-<i8-256]
Outcome:Passed
Duration:0.269 sec
Test case:test_send_recv_numpy[True-<i8-4096]
Outcome:Passed
Duration:0.226 sec
Test case:test_send_recv_numpy[True-<i8-65536]
Outcome:Passed
Duration:0.225 sec
Test case:test_send_recv_numpy[True-<i8-1048576]
Outcome:Passed
Duration:0.256 sec
Test case:test_send_recv_numpy[True-<i8-16777216]
Outcome:Passed
Duration:0.735 sec
Test case:test_send_recv_numpy[True-f8-1]
Outcome:Passed
Duration:0.216 sec
Test case:test_send_recv_numpy[True-f8-16]
Outcome:Passed
Duration:0.255 sec
Test case:test_send_recv_numpy[True-f8-256]
Outcome:Passed
Duration:0.224 sec
Test case:test_send_recv_numpy[True-f8-4096]
Outcome:Passed
Duration:0.226 sec
Test case:test_send_recv_numpy[True-f8-65536]
Outcome:Passed
Duration:0.227 sec
Test case:test_send_recv_numpy[True-f8-1048576]
Outcome:Passed
Duration:0.263 sec
Test case:test_send_recv_numpy[True-f8-16777216]
Outcome:Passed
Duration:0.765 sec
Test case:test_send_recv_numpy[False-|u1-1]
Outcome:Passed
Duration:0.243 sec
Test case:test_send_recv_numpy[False-|u1-16]
Outcome:Passed
Duration:0.253 sec
Test case:test_send_recv_numpy[False-|u1-256]
Outcome:Passed
Duration:0.245 sec
Test case:test_send_recv_numpy[False-|u1-4096]
Outcome:Passed
Duration:0.241 sec
Test case:test_send_recv_numpy[False-|u1-65536]
Outcome:Passed
Duration:0.233 sec
Test case:test_send_recv_numpy[False-|u1-1048576]
Outcome:Passed
Duration:0.235 sec
Test case:test_send_recv_numpy[False-|u1-16777216]
Outcome:Passed
Duration:0.379 sec
Test case:test_send_recv_numpy[False-<i8-1]
Outcome:Passed
Duration:0.224 sec
Test case:test_send_recv_numpy[False-<i8-16]
Outcome:Passed
Duration:0.246 sec
Test case:test_send_recv_numpy[False-<i8-256]
Outcome:Passed
Duration:0.252 sec
Test case:test_send_recv_numpy[False-<i8-4096]
Outcome:Passed
Duration:0.228 sec
Test case:test_send_recv_numpy[False-<i8-65536]
Outcome:Passed
Duration:0.232 sec
Test case:test_send_recv_numpy[False-<i8-1048576]
Outcome:Passed
Duration:0.247 sec
Test case:test_send_recv_numpy[False-<i8-16777216]
Outcome:Passed
Duration:0.74 sec
Test case:test_send_recv_numpy[False-f8-1]
Outcome:Passed
Duration:0.213 sec
Test case:test_send_recv_numpy[False-f8-16]
Outcome:Passed
Duration:0.237 sec
Test case:test_send_recv_numpy[False-f8-256]
Outcome:Passed
Duration:0.268 sec
Test case:test_send_recv_numpy[False-f8-4096]
Outcome:Passed
Duration:0.234 sec
Test case:test_send_recv_numpy[False-f8-65536]
Outcome:Passed
Duration:0.228 sec
Test case:test_send_recv_numpy[False-f8-1048576]
Outcome:Passed
Duration:0.253 sec
Test case:test_send_recv_numpy[False-f8-16777216]
Outcome:Passed
Duration:0.791 sec
Test case:test_send_recv_cupy[True-|u1-1]
Outcome:Passed
Duration:0.382 sec
Test case:test_send_recv_cupy[True-|u1-16]
Outcome:Passed
Duration:0.231 sec
Test case:test_send_recv_cupy[True-|u1-256]
Outcome:Passed
Duration:0.246 sec
Test case:test_send_recv_cupy[True-|u1-4096]
Outcome:Passed
Duration:0.246 sec
Test case:test_send_recv_cupy[True-|u1-65536]
Outcome:Passed
Duration:0.233 sec
Test case:test_send_recv_cupy[True-|u1-1048576]
Outcome:Passed
Duration:0.248 sec
Test case:test_send_recv_cupy[True-|u1-16777216]
Outcome:Passed
Duration:0.403 sec
Test case:test_send_recv_cupy[True-<i8-1]
Outcome:Passed
Duration:0.351 sec
Test case:test_send_recv_cupy[True-<i8-16]
Outcome:Passed
Duration:0.237 sec
Test case:test_send_recv_cupy[True-<i8-256]
Outcome:Passed
Duration:0.245 sec
Test case:test_send_recv_cupy[True-<i8-4096]
Outcome:Passed
Duration:0.259 sec
Test case:test_send_recv_cupy[True-<i8-65536]
Outcome:Passed
Duration:0.255 sec
Test case:test_send_recv_cupy[True-<i8-1048576]
Outcome:Passed
Duration:0.263 sec
Test case:test_send_recv_cupy[True-<i8-16777216]
Outcome:Passed
Duration:0.77 sec
Test case:test_send_recv_cupy[True-f8-1]
Outcome:Passed
Duration:0.376 sec
Test case:test_send_recv_cupy[True-f8-16]
Outcome:Passed
Duration:0.236 sec
Test case:test_send_recv_cupy[True-f8-256]
Outcome:Passed
Duration:0.251 sec
Test case:test_send_recv_cupy[True-f8-4096]
Outcome:Passed
Duration:0.23 sec
Test case:test_send_recv_cupy[True-f8-65536]
Outcome:Passed
Duration:0.264 sec
Test case:test_send_recv_cupy[True-f8-1048576]
Outcome:Passed
Duration:0.271 sec
Test case:test_send_recv_cupy[True-f8-16777216]
Outcome:Passed
Duration:0.773 sec
Test case:test_send_recv_cupy[False-|u1-1]
Outcome:Passed
Duration:0.246 sec
Test case:test_send_recv_cupy[False-|u1-16]
Outcome:Passed
Duration:0.243 sec
Test case:test_send_recv_cupy[False-|u1-256]
Outcome:Passed
Duration:0.229 sec
Test case:test_send_recv_cupy[False-|u1-4096]
Outcome:Passed
Duration:0.258 sec
Test case:test_send_recv_cupy[False-|u1-65536]
Outcome:Passed
Duration:0.25 sec
Test case:test_send_recv_cupy[False-|u1-1048576]
Outcome:Passed
Duration:0.253 sec
Test case:test_send_recv_cupy[False-|u1-16777216]
Outcome:Passed
Duration:0.402 sec
Test case:test_send_recv_cupy[False-<i8-1]
Outcome:Passed
Duration:0.245 sec
Test case:test_send_recv_cupy[False-<i8-16]
Outcome:Passed
Duration:0.234 sec
Test case:test_send_recv_cupy[False-<i8-256]
Outcome:Passed
Duration:0.266 sec
Test case:test_send_recv_cupy[False-<i8-4096]
Outcome:Passed
Duration:0.248 sec
Test case:test_send_recv_cupy[False-<i8-65536]
Outcome:Passed
Duration:0.249 sec
Test case:test_send_recv_cupy[False-<i8-1048576]
Outcome:Passed
Duration:0.291 sec
Test case:test_send_recv_cupy[False-<i8-16777216]
Outcome:Passed
Duration:0.759 sec
Test case:test_send_recv_cupy[False-f8-1]
Outcome:Passed
Duration:0.257 sec
Test case:test_send_recv_cupy[False-f8-16]
Outcome:Passed
Duration:0.233 sec
Test case:test_send_recv_cupy[False-f8-256]
Outcome:Passed
Duration:0.245 sec
Test case:test_send_recv_cupy[False-f8-4096]
Outcome:Passed
Duration:0.234 sec
Test case:test_send_recv_cupy[False-f8-65536]
Outcome:Passed
Duration:0.236 sec
Test case:test_send_recv_cupy[False-f8-1048576]
Outcome:Passed
Duration:0.279 sec
Test case:test_send_recv_cupy[False-f8-16777216]
Outcome:Passed
Duration:0.769 sec
Test case:test_send_recv_numba[True-|u1-1]
Outcome:Passed
Duration:0.234 sec
Test case:test_send_recv_numba[True-|u1-16]
Outcome:Passed
Duration:0.265 sec
Test case:test_send_recv_numba[True-|u1-256]
Outcome:Passed
Duration:0.227 sec
Test case:test_send_recv_numba[True-|u1-4096]
Outcome:Passed
Duration:0.262 sec
Test case:test_send_recv_numba[True-|u1-65536]
Outcome:Passed
Duration:0.238 sec
Test case:test_send_recv_numba[True-|u1-1048576]
Outcome:Passed
Duration:0.244 sec
Test case:test_send_recv_numba[True-|u1-16777216]
Outcome:Passed
Duration:0.41 sec
Test case:test_send_recv_numba[True-<i8-1]
Outcome:Passed
Duration:0.239 sec
Test case:test_send_recv_numba[True-<i8-16]
Outcome:Passed
Duration:0.23 sec
Test case:test_send_recv_numba[True-<i8-256]
Outcome:Passed
Duration:0.226 sec
Test case:test_send_recv_numba[True-<i8-4096]
Outcome:Passed
Duration:0.218 sec
Test case:test_send_recv_numba[True-<i8-65536]
Outcome:Passed
Duration:0.236 sec
Test case:test_send_recv_numba[True-<i8-1048576]
Outcome:Passed
Duration:0.265 sec
Test case:test_send_recv_numba[True-<i8-16777216]
Outcome:Passed
Duration:0.777 sec
Test case:test_send_recv_numba[True-f8-1]
Outcome:Passed
Duration:0.224 sec
Test case:test_send_recv_numba[True-f8-16]
Outcome:Passed
Duration:0.232 sec
Test case:test_send_recv_numba[True-f8-256]
Outcome:Passed
Duration:0.224 sec
Test case:test_send_recv_numba[True-f8-4096]
Outcome:Passed
Duration:0.224 sec
Test case:test_send_recv_numba[True-f8-65536]
Outcome:Passed
Duration:0.222 sec
Test case:test_send_recv_numba[True-f8-1048576]
Outcome:Passed
Duration:0.245 sec
Test case:test_send_recv_numba[True-f8-16777216]
Outcome:Passed
Duration:0.806 sec
Test case:test_send_recv_numba[False-|u1-1]
Outcome:Passed
Duration:0.229 sec
Test case:test_send_recv_numba[False-|u1-16]
Outcome:Passed
Duration:0.227 sec
Test case:test_send_recv_numba[False-|u1-256]
Outcome:Passed
Duration:0.225 sec
Test case:test_send_recv_numba[False-|u1-4096]
Outcome:Passed
Duration:0.221 sec
Test case:test_send_recv_numba[False-|u1-65536]
Outcome:Passed
Duration:0.232 sec
Test case:test_send_recv_numba[False-|u1-1048576]
Outcome:Passed
Duration:0.249 sec
Test case:test_send_recv_numba[False-|u1-16777216]
Outcome:Passed
Duration:0.41 sec
Test case:test_send_recv_numba[False-<i8-1]
Outcome:Passed
Duration:0.228 sec
Test case:test_send_recv_numba[False-<i8-16]
Outcome:Passed
Duration:0.222 sec
Test case:test_send_recv_numba[False-<i8-256]
Outcome:Passed
Duration:0.229 sec
Test case:test_send_recv_numba[False-<i8-4096]
Outcome:Passed
Duration:0.225 sec
Test case:test_send_recv_numba[False-<i8-65536]
Outcome:Passed
Duration:0.235 sec
Test case:test_send_recv_numba[False-<i8-1048576]
Outcome:Passed
Duration:0.265 sec
Test case:test_send_recv_numba[False-<i8-16777216]
Outcome:Passed
Duration:0.767 sec
Test case:test_send_recv_numba[False-f8-1]
Outcome:Passed
Duration:0.217 sec
Test case:test_send_recv_numba[False-f8-16]
Outcome:Passed
Duration:0.214 sec
Test case:test_send_recv_numba[False-f8-256]
Outcome:Passed
Duration:0.213 sec
Test case:test_send_recv_numba[False-f8-4096]
Outcome:Passed
Duration:0.221 sec
Test case:test_send_recv_numba[False-f8-65536]
Outcome:Passed
Duration:0.222 sec
Test case:test_send_recv_numba[False-f8-1048576]
Outcome:Passed
Duration:0.244 sec
Test case:test_send_recv_numba[False-f8-16777216]
Outcome:Passed
Duration:0.797 sec
Test case:test_send_recv_error[True]
Outcome:Passed
Duration:0.226 sec
Test case:test_send_recv_error[False]
Outcome:Passed
Duration:0.222 sec
Test case:test_send_recv_obj[True]
Outcome:Passed
Duration:0.225 sec
Test case:test_send_recv_obj[False]
Outcome:Passed
Duration:0.222 sec
Test case:test_send_recv_obj_numpy[True]
Outcome:Passed
Duration:0.219 sec
Test case:test_send_recv_obj_numpy[False]
Outcome:Passed
Duration:0.224 sec

tests.test_send_recv_am

Test case:test_send_recv_am[data0-True-True-0]
Outcome:Passed
Duration:1.225 sec
Test case:test_send_recv_am[data0-True-True-1]
Outcome:Passed
Duration:1.23 sec
Test case:test_send_recv_am[data0-True-True-16]
Outcome:Passed
Duration:1.234 sec
Test case:test_send_recv_am[data0-True-True-256]
Outcome:Passed
Duration:1.226 sec
Test case:test_send_recv_am[data0-True-True-4096]
Outcome:Passed
Duration:1.256 sec
Test case:test_send_recv_am[data0-True-True-65536]
Outcome:Passed
Duration:1.242 sec
Test case:test_send_recv_am[data0-True-True-1048576]
Outcome:Passed
Duration:1.252 sec
Test case:test_send_recv_am[data0-True-True-16777216]
Outcome:Passed
Duration:1.28 sec
Test case:test_send_recv_am[data0-True-False-0]
Outcome:Passed
Duration:1.235 sec
Test case:test_send_recv_am[data0-True-False-1]
Outcome:Passed
Duration:1.239 sec
Test case:test_send_recv_am[data0-True-False-16]
Outcome:Passed
Duration:1.226 sec
Test case:test_send_recv_am[data0-True-False-256]
Outcome:Passed
Duration:1.213 sec
Test case:test_send_recv_am[data0-True-False-4096]
Outcome:Passed
Duration:1.239 sec
Test case:test_send_recv_am[data0-True-False-65536]
Outcome:Passed
Duration:1.226 sec
Test case:test_send_recv_am[data0-True-False-1048576]
Outcome:Passed
Duration:1.226 sec
Test case:test_send_recv_am[data0-True-False-16777216]
Outcome:Passed
Duration:1.276 sec
Test case:test_send_recv_am[data0-False-True-0]
Outcome:Passed
Duration:0.229 sec
Test case:test_send_recv_am[data0-False-True-1]
Outcome:Passed
Duration:0.213 sec
Test case:test_send_recv_am[data0-False-True-16]
Outcome:Passed
Duration:0.218 sec
Test case:test_send_recv_am[data0-False-True-256]
Outcome:Passed
Duration:0.205 sec
Test case:test_send_recv_am[data0-False-True-4096]
Outcome:Passed
Duration:0.212 sec
Test case:test_send_recv_am[data0-False-True-65536]
Outcome:Passed
Duration:0.213 sec
Test case:test_send_recv_am[data0-False-True-1048576]
Outcome:Passed
Duration:0.215 sec
Test case:test_send_recv_am[data0-False-True-16777216]
Outcome:Passed
Duration:0.266 sec
Test case:test_send_recv_am[data0-False-False-0]
Outcome:Passed
Duration:0.223 sec
Test case:test_send_recv_am[data0-False-False-1]
Outcome:Passed
Duration:0.217 sec
Test case:test_send_recv_am[data0-False-False-16]
Outcome:Passed
Duration:0.216 sec
Test case:test_send_recv_am[data0-False-False-256]
Outcome:Passed
Duration:0.22 sec
Test case:test_send_recv_am[data0-False-False-4096]
Outcome:Passed
Duration:0.205 sec
Test case:test_send_recv_am[data0-False-False-65536]
Outcome:Passed
Duration:0.211 sec
Test case:test_send_recv_am[data0-False-False-1048576]
Outcome:Passed
Duration:0.218 sec
Test case:test_send_recv_am[data0-False-False-16777216]
Outcome:Passed
Duration:0.271 sec
Test case:test_send_recv_am[data1-True-True-0]
Outcome:Passed
Duration:1.22 sec
Test case:test_send_recv_am[data1-True-True-1]
Outcome:Passed
Duration:1.224 sec
Test case:test_send_recv_am[data1-True-True-16]
Outcome:Passed
Duration:1.271 sec
Test case:test_send_recv_am[data1-True-True-256]
Outcome:Passed
Duration:1.249 sec
Test case:test_send_recv_am[data1-True-True-4096]
Outcome:Passed
Duration:1.253 sec
Test case:test_send_recv_am[data1-True-True-65536]
Outcome:Passed
Duration:1.253 sec
Test case:test_send_recv_am[data1-True-True-1048576]
Outcome:Passed
Duration:1.276 sec
Test case:test_send_recv_am[data1-True-True-16777216]
Outcome:Passed
Duration:1.781 sec
Test case:test_send_recv_am[data1-True-False-0]
Outcome:Passed
Duration:1.262 sec
Test case:test_send_recv_am[data1-True-False-1]
Outcome:Passed
Duration:1.261 sec
Test case:test_send_recv_am[data1-True-False-16]
Outcome:Passed
Duration:1.3 sec
Test case:test_send_recv_am[data1-True-False-256]
Outcome:Passed
Duration:1.25 sec
Test case:test_send_recv_am[data1-True-False-4096]
Outcome:Passed
Duration:1.255 sec
Test case:test_send_recv_am[data1-True-False-65536]
Outcome:Passed
Duration:1.255 sec
Test case:test_send_recv_am[data1-True-False-1048576]
Outcome:Passed
Duration:1.273 sec
Test case:test_send_recv_am[data1-True-False-16777216]
Outcome:Passed
Duration:1.743 sec
Test case:test_send_recv_am[data1-False-True-0]
Outcome:Passed
Duration:0.234 sec
Test case:test_send_recv_am[data1-False-True-1]
Outcome:Passed
Duration:0.258 sec
Test case:test_send_recv_am[data1-False-True-16]
Outcome:Passed
Duration:0.228 sec
Test case:test_send_recv_am[data1-False-True-256]
Outcome:Passed
Duration:0.228 sec
Test case:test_send_recv_am[data1-False-True-4096]
Outcome:Passed
Duration:0.227 sec
Test case:test_send_recv_am[data1-False-True-65536]
Outcome:Passed
Duration:0.228 sec
Test case:test_send_recv_am[data1-False-True-1048576]
Outcome:Passed
Duration:0.267 sec
Test case:test_send_recv_am[data1-False-True-16777216]
Outcome:Passed
Duration:0.784 sec
Test case:test_send_recv_am[data1-False-False-0]
Outcome:Passed
Duration:0.231 sec
Test case:test_send_recv_am[data1-False-False-1]
Outcome:Passed
Duration:0.23 sec
Test case:test_send_recv_am[data1-False-False-16]
Outcome:Passed
Duration:0.236 sec
Test case:test_send_recv_am[data1-False-False-256]
Outcome:Passed
Duration:0.262 sec
Test case:test_send_recv_am[data1-False-False-4096]
Outcome:Passed
Duration:0.235 sec
Test case:test_send_recv_am[data1-False-False-65536]
Outcome:Passed
Duration:0.232 sec
Test case:test_send_recv_am[data1-False-False-1048576]
Outcome:Passed
Duration:0.251 sec
Test case:test_send_recv_am[data1-False-False-16777216]
Outcome:Passed
Duration:0.765 sec
Test case:test_send_recv_am[data2-True-True-0]
Outcome:Passed
Duration:1.231 sec
Test case:test_send_recv_am[data2-True-True-1]
Outcome:Passed
Duration:1.237 sec
Test case:test_send_recv_am[data2-True-True-16]
Outcome:Passed
Duration:1.248 sec
Test case:test_send_recv_am[data2-True-True-256]
Outcome:Passed
Duration:1.245 sec
Test case:test_send_recv_am[data2-True-True-4096]
Outcome:Passed
Duration:1.352 sec
Test case:test_send_recv_am[data2-True-True-65536]
Outcome:Passed
Duration:1.249 sec
Test case:test_send_recv_am[data2-True-True-1048576]
Outcome:Passed
Duration:1.295 sec
Test case:test_send_recv_am[data2-True-True-16777216]
Outcome:Passed
Duration:1.762 sec
Test case:test_send_recv_am[data2-True-False-0]
Outcome:Passed
Duration:1.296 sec
Test case:test_send_recv_am[data2-True-False-1]
Outcome:Passed
Duration:1.218 sec
Test case:test_send_recv_am[data2-True-False-16]
Outcome:Passed
Duration:1.236 sec
Test case:test_send_recv_am[data2-True-False-256]
Outcome:Passed
Duration:1.243 sec
Test case:test_send_recv_am[data2-True-False-4096]
Outcome:Passed
Duration:1.229 sec
Test case:test_send_recv_am[data2-True-False-65536]
Outcome:Passed
Duration:1.244 sec
Test case:test_send_recv_am[data2-True-False-1048576]
Outcome:Passed
Duration:1.252 sec
Test case:test_send_recv_am[data2-True-False-16777216]
Outcome:Passed
Duration:1.731 sec
Test case:test_send_recv_am[data2-False-True-0]
Outcome:Passed
Duration:0.211 sec
Test case:test_send_recv_am[data2-False-True-1]
Outcome:Passed
Duration:0.239 sec
Test case:test_send_recv_am[data2-False-True-16]
Outcome:Passed
Duration:0.215 sec
Test case:test_send_recv_am[data2-False-True-256]
Outcome:Passed
Duration:0.219 sec
Test case:test_send_recv_am[data2-False-True-4096]
Outcome:Passed
Duration:0.247 sec
Test case:test_send_recv_am[data2-False-True-65536]
Outcome:Passed
Duration:0.218 sec
Test case:test_send_recv_am[data2-False-True-1048576]
Outcome:Passed
Duration:0.248 sec
Test case:test_send_recv_am[data2-False-True-16777216]
Outcome:Passed
Duration:0.747 sec
Test case:test_send_recv_am[data2-False-False-0]
Outcome:Passed
Duration:0.23 sec
Test case:test_send_recv_am[data2-False-False-1]
Outcome:Passed
Duration:0.234 sec
Test case:test_send_recv_am[data2-False-False-16]
Outcome:Passed
Duration:0.237 sec
Test case:test_send_recv_am[data2-False-False-256]
Outcome:Passed
Duration:0.24 sec
Test case:test_send_recv_am[data2-False-False-4096]
Outcome:Passed
Duration:0.243 sec
Test case:test_send_recv_am[data2-False-False-65536]
Outcome:Passed
Duration:0.242 sec
Test case:test_send_recv_am[data2-False-False-1048576]
Outcome:Passed
Duration:0.264 sec
Test case:test_send_recv_am[data2-False-False-16777216]
Outcome:Passed
Duration:0.781 sec

tests.test_send_recv_two_workers

Test case:test_send_recv_cu[tag-dataframe]
Outcome:Skipped
Duration:0.0 sec
Skippedneed --runslow option to run
/usr/src/ucx-py/tests/test_send_recv_two_workers.py:184: need --runslow option to run
Test case:test_send_recv_cu[tag-empty_dataframe]
Outcome:Skipped
Duration:0.0 sec
Skippedneed --runslow option to run
/usr/src/ucx-py/tests/test_send_recv_two_workers.py:184: need --runslow option to run
Test case:test_send_recv_cu[tag-series]
Outcome:Skipped
Duration:0.0 sec
Skippedneed --runslow option to run
/usr/src/ucx-py/tests/test_send_recv_two_workers.py:184: need --runslow option to run
Test case:test_send_recv_cu[tag-cupy_obj]
Outcome:Skipped
Duration:0.0 sec
Skippedneed --runslow option to run
/usr/src/ucx-py/tests/test_send_recv_two_workers.py:184: need --runslow option to run
Test case:test_send_recv_cu[am-dataframe]
Outcome:Skipped
Duration:0.0 sec
Skippedneed --runslow option to run
/usr/src/ucx-py/tests/test_send_recv_two_workers.py:184: need --runslow option to run
Test case:test_send_recv_cu[am-empty_dataframe]
Outcome:Skipped
Duration:0.0 sec
Skippedneed --runslow option to run
/usr/src/ucx-py/tests/test_send_recv_two_workers.py:184: need --runslow option to run
Test case:test_send_recv_cu[am-series]
Outcome:Skipped
Duration:0.0 sec
Skippedneed --runslow option to run
/usr/src/ucx-py/tests/test_send_recv_two_workers.py:184: need --runslow option to run
Test case:test_send_recv_cu[am-cupy_obj]
Outcome:Skipped
Duration:0.0 sec
Skippedneed --runslow option to run
/usr/src/ucx-py/tests/test_send_recv_two_workers.py:184: need --runslow option to run

tests.test_shutdown

Test case:test_server_shutdown[tag]
Outcome:Passed
Duration:0.222 sec
Test case:test_server_shutdown[am]
Outcome:Passed
Duration:0.226 sec
Test case:test_client_shutdown[tag]
Outcome:Passed
Duration:0.221 sec
Test case:test_client_shutdown[am]
Outcome:Passed
Duration:0.223 sec
Test case:test_listener_close[tag]
Outcome:Passed
Duration:0.277 sec
Test case:test_listener_close[am]
Outcome:Passed
Duration:0.227 sec
Test case:test_listener_del[tag]
Outcome:Passed
Duration:0.226 sec
Test case:test_listener_del[am]
Outcome:Passed
Duration:0.253 sec
Test case:test_close_after_n_recv[tag]
Outcome:Passed
Duration:0.308 sec
Test case:test_close_after_n_recv[am]
Outcome:Passed
Duration:0.381 sec

tests.test_tags

Test case:test_tag_match
Outcome:Passed
Duration:1.232 sec

tests.test_ucx_getters

Test case:test_get_ucp_worker
Outcome:Failed
Duration:0.219 sec
Failedfailed on teardown with "ucp._libs.exceptions.UCXError: Trying to reset UCX but not all Endpoints and/or Listeners are closed(). The following objects are still referencing ApplicationContext: <frame at 0x5590123cb780, file '/opt/conda/envs/gdf/lib/python3.10/site-packages/ucp/core.py', line 157, code _listener_handler_coroutine>"
Traceback (most recent call last):
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/runner.py", line 344, in from_call
    result: TResult | None = func()
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/runner.py", line 246, in <lambda>
    lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/logging.py", line 858, in pytest_runtest_teardown
    yield
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/capture.py", line 905, in pytest_runtest_teardown
    return (yield)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/runner.py", line 193, in pytest_runtest_teardown
    item.session._setupstate.teardown_exact(nextitem)
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/runner.py", line 557, in teardown_exact
    raise exceptions[0]
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/runner.py", line 546, in teardown_exact
    fin()
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/fixtures.py", line 1068, in finish
    raise exceptions[0]
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/fixtures.py", line 1057, in finish
    fin()
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/_pytest/fixtures.py", line 938, in _teardown_yield_fixture
    next(it)
  File "/usr/src/ucx-py/tests/conftest.py", line 49, in event_loop
    ucp.reset()
  File "/opt/conda/envs/gdf/lib/python3.10/site-packages/ucp/core.py", line 983, in reset
    raise UCXError(msg)
ucp._libs.exceptions.UCXError: Trying to reset UCX but not all Endpoints and/or Listeners are closed(). The following objects are still referencing ApplicationContext: 
  <frame at 0x5590123cb780, file '/opt/conda/envs/gdf/lib/python3.10/site-packages/ucp/core.py', line 157, code _listener_handler_coroutine>
Test case:test_get_endpoint
Outcome:Passed
Duration:0.274 sec

tests.test_version

Test case:test_get_ucx_version
Outcome:Passed
Duration:0.001 sec
Test case:test_version_constants_are_populated
Outcome:Passed
Duration:0.001 sec
Test case:test_ucx_version_constant
Outcome:Passed
Duration:0.001 sec