Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel Tests #1073

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Parallel Tests #1073

wants to merge 5 commits into from

Conversation

Delaunay
Copy link
Collaborator

Check how many fails/pass & how long it runs

@Delaunay
Copy link
Collaborator Author

INTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   File "/home/newton/work/orion/.tox/py-all/lib/python3.9/site-packages/_pytest/main.py", line 270, in wrap_session
INTERNALERROR>     session.exitstatus = doit(config, session) or 0
INTERNALERROR>   File "/home/newton/work/orion/.tox/py-all/lib/python3.9/site-packages/_pytest/main.py", line 324, in _main
INTERNALERROR>     config.hook.pytest_runtestloop(session=session)
INTERNALERROR>   File "/home/newton/work/orion/.tox/py-all/lib/python3.9/site-packages/pluggy/_hooks.py", line 265, in __call__
INTERNALERROR>     return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
INTERNALERROR>   File "/home/newton/work/orion/.tox/py-all/lib/python3.9/site-packages/pluggy/_manager.py", line 80, in _hookexec
INTERNALERROR>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
INTERNALERROR>   File "/home/newton/work/orion/.tox/py-all/lib/python3.9/site-packages/pluggy/_callers.py", line 60, in _multicall
INTERNALERROR>     return outcome.get_result()
INTERNALERROR>   File "/home/newton/work/orion/.tox/py-all/lib/python3.9/site-packages/pluggy/_result.py", line 60, in get_result
INTERNALERROR>     raise ex[1].with_traceback(ex[2])
INTERNALERROR>   File "/home/newton/work/orion/.tox/py-all/lib/python3.9/site-packages/pluggy/_callers.py", line 39, in _multicall
INTERNALERROR>     res = hook_impl.function(*args)
INTERNALERROR>   File "/home/newton/work/orion/.tox/py-all/lib/python3.9/site-packages/xdist/dsession.py", line 115, in pytest_runtestloop
INTERNALERROR>     self.loop_once()
INTERNALERROR>   File "/home/newton/work/orion/.tox/py-all/lib/python3.9/site-packages/xdist/dsession.py", line 138, in loop_once
INTERNALERROR>     call(**kwargs)
INTERNALERROR>   File "/home/newton/work/orion/.tox/py-all/lib/python3.9/site-packages/xdist/dsession.py", line 177, in worker_workerfinished
INTERNALERROR>     assert not crashitem, (crashitem, node)
INTERNALERROR> AssertionError: ('tests/unittests/benchmark/task/profet/test_xgboost.py::TestXgBoostTask::test_attributes[real_data-cpu]', <WorkerController gw6>)
INTERNALERROR> assert not 'tests/unittests/benchmark/task/profet/test_xgboost.py::TestXgBoostTask::test_attributes[real_data-cpu]'

@Delaunay
Copy link
Collaborator Author

Looks to be twice as fast to insignificant

@Delaunay Delaunay self-assigned this Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant